diff --git a/handbook/booting.sgml b/handbook/booting.sgml index 774c606431..723f0a9da1 100644 --- a/handbook/booting.sgml +++ b/handbook/booting.sgml @@ -3,7 +3,7 @@ This conversion has been made by Ollivier Robert. - $Id: booting.sgml,v 1.9 1996-01-31 14:25:57 mpp Exp $ + $Id: booting.sgml,v 1.10 1996-01-31 19:02:55 mpp Exp $ @@ -57,7 +57,7 @@ Dosboot will boot the kernel from a MS-DOS file or from a FreeBSD filesystem partition on the disk. It attempts to negotiate with the various and strange kinds of memory manglers that lurk in - high memory on MS/DOS systems and usually wins them for it's + high memory on MS/DOS systems and usually wins them for its case. Netboot diff --git a/handbook/esdi.sgml b/handbook/esdi.sgml index 3251187472..ee14bdb91d 100644 --- a/handbook/esdi.sgml +++ b/handbook/esdi.sgml @@ -1,4 +1,4 @@ - + + Firewalls @@ -47,7 +47,7 @@ impossible to cover them in this document. Packet filtering routers

A router is a machine which forwards packets between two or more -networks. A packet filtering router has an extra piece of code in it's +networks. A packet filtering router has an extra piece of code in its kernel, which compares each packet to a list of rules before deciding if it should be forwarded or not. Most modern IP routing software has packet filtering code in it, which defaults to forwarding all @@ -56,7 +56,7 @@ the filtering code, so that it can decide if the packet should be allowed to pass or not.

To decide if a packet should be passed on or not, the code looks -through it's set of rules for a rule which matches the contents of +through its set of rules for a rule which matches the contents of this packets headers. Once a match is found, the rule action is obeyed. The rule action could be to drop the packet, to forward the packet, or even to send an ICMP message back to the originator. Only @@ -146,7 +146,7 @@ will happen.

The configuration of the IPFW software is done through the ipfw(8) utility. The syntax for this command looks quite complicated, but it is relatively simple once you understand -it's structure. +its structure.

There are currently two different command line formats for the utility, depending on what you are doing. The first form is used when diff --git a/handbook/install.sgml b/handbook/install.sgml index d5166cda3c..23db9c43a1 100644 --- a/handbook/install.sgml +++ b/handbook/install.sgml @@ -1,4 +1,4 @@ - + + Kernel Debugging @@ -73,7 +73,7 @@ Here's a script log of a kgdb session illustrating the procedure. Long lines have been folded to improve readability, and the lines are - numbered for reference. Despite of this, it's a real-world error + numbered for reference. Despite this, it's a real-world error trace taken during the development of the pcvt console driver. 1:Script started on Fri Dec 30 23:15:22 1994 diff --git a/handbook/memoryuse.sgml b/handbook/memoryuse.sgml index 65e6c653c4..a54eb68f6f 100644 --- a/handbook/memoryuse.sgml +++ b/handbook/memoryuse.sgml @@ -1,4 +1,4 @@ - + PC memory utilization @@ -30,7 +30,7 @@ The boot code itself uses segment selectors 0x18 and 0x20 for kernel is finally started with %cs 0x08 and %ds/%es/%ss 0x10, which refer to dummy descriptors covering the entire address space. -The kernel will be started at its load point. Since it's been linked +The kernel will be started at its load point. Since it has been linked for another (high) address, it will have to execute PIC until the page table and page directory stuff is setup properly, at which point paging will be enabled and the kernel will finally run at the address diff --git a/handbook/printing.sgml b/handbook/printing.sgml index d4f7f40c74..ac5cbd8394 100644 --- a/handbook/printing.sgml +++ b/handbook/printing.sgml @@ -1,7 +1,7 @@ +