diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 4d196f4d72..d46d24d483 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -882,7 +882,7 @@ File: +DESC (ignored) using CVSup, and connecting to a CVSup server. - To retrieve the webpages, please look at the example + To retrieve the web pages, please look at the example supfile, which can be found in /usr/share/examples/cvsup/www-supfile. @@ -1044,7 +1044,7 @@ File: +DESC (ignored) - A 3.5 inch (1.44MB) floppy can accomodate 1474560 bytes + A 3.5 inch (1.44MB) floppy can accommodate 1474560 bytes of data. The boot image is exactly 1474560 bytes in size. Common mistakes when preparing the boot floppy are: @@ -1512,7 +1512,7 @@ sectors/track: 63 Did you use a new, freshly-formatted, error-free floppy (preferably a brand-new one straight out of the box, as - opposed to the magazine coverdisk that has been lying under + opposed to the magazine cover disk that has been lying under the bed for the last three years)? @@ -4027,7 +4027,7 @@ quit increasingly large values. If by the time you have reached NTIMECOUNTER=20 the problem is not solved, interrupts are too hosed on your machine for reliable - timekeeping. + time keeping. @@ -5889,9 +5889,9 @@ C:\="DOS" interleaved swap devices by default. When configuring multiple swap partitions you generally want to make them all about the same size, but people sometimes make their primary swap - partition larger in order to accomodate a kernel core dump. Your + partition larger in order to accommodate a kernel core dump. Your primary swap partition must be at least as large as main memory - in order to be able to accomodate a kernel core. + in order to be able to accommodate a kernel core. IDE drives are not able to allow access to both drives on the same channel at the same time (FreeBSD does not support mode @@ -7089,7 +7089,7 @@ define(`confDELIVERY_MODE',`deferred')dnl To split a directory from it's parent, say putting /var on it's own partition when it wasn't before, create both partitions, then mount the child partition - on the approriate directory in the temporary mount point, then + on the appropriate directory in the temporary mount point, then move the old single partition: &prompt.root; newfs /dev/ad1s1a @@ -7538,7 +7538,7 @@ EndSection Up to a program when you scroll the wheel forwards. Imwheel uses a configuration file to map the wheel events to - keypresses so that it can send different keys to + key presses so that it can send different keys to different applications. The default imwheel configuration file is installed in @@ -7722,7 +7722,7 @@ ttyvb "/usr/libexec/getty Pc" cons25 off secure Once you have edited /etc/ttys, the next step is to make sure that you - have enough virtualterminal devices. The easiest way to do + have enough virtual terminal devices. The easiest way to do this is: &prompt.root; cd /dev @@ -8388,7 +8388,7 @@ IP Address 10.0.0.1 10.0.0.2 &prompt.root; ifconfig lp0 10.0.0.2 10.0.0.1 - Thats all! Please read also the manpages + Thats all! Please read also the man pages &man.lp.4; and &man.lpt.4; . You should also add the hosts to @@ -8829,7 +8829,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms &prompt.root; ipfw add deny ip from 1.2.3.4 to 1.2.3.4 - The nonmatching source IP address for the above rule causes + The non-matching source IP address for the above rule causes these rules to be skipped very quickly. As before, the 1000th rule was an allow ip from any to any. @@ -8917,7 +8917,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms You can redirect FTP (and other service) request with the socket package, available in the ports tree in category sysutils. Simply replace the - service's commandline to call socket instead, like so: + service's command line to call socket instead, like so: ftp stream tcp nowait nobody /usr/local/bin/socket socket ftp.example.com ftp @@ -8934,7 +8934,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms There are three bandwidth management tools available for - FreeBSD. &man.dummynet.4; is integreated into FreeBSD (or more + FreeBSD. &man.dummynet.4; is integrated into FreeBSD (or more specifically, &man.ipfw.4;); ALTQ is available for free; Bandwidth Manager from The simple answer is that free memory is wasted memory. Any memory that your programs do not actively allocate is used within the FreeBSD kernel as disk - cache. The values shown by &man.top.1; labelled as + cache. The values shown by &man.top.1; labeled as Inact, Cache, and Buf are all cached data at different aging levels. This cached data means the system does @@ -10924,7 +10924,7 @@ raisechar=^^ &man.a.out.5; - The oldest and classic unix object + The oldest and classic Unix object format. It uses a short and compact header with a magic number at the beginning that is often used to characterize the format (see