Spelling Fixes:
* webpages -> web pages * accomodate -> accommodate * coverdisk -> cover disk * timekeeping -> time keeping * approriate -> appropriate * keypreses -> key presses * virtualterminal -> virtual terminal * manpages -> man pages * nonmatching -> non-matching * commandline -> command line * integreated -> integrated * labelled -> labeled * unix -> Unix
This commit is contained in:
parent
d2eb18e44b
commit
720c2bf7f4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11093
1 changed files with 15 additions and 15 deletions
|
@ -1044,7 +1044,7 @@ File: +DESC (ignored)</screen>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>A 3.5 inch (1.44MB) floppy can accomodate 1474560 bytes
|
||||
<para>A 3.5 inch (1.44MB) floppy can accommodate 1474560 bytes
|
||||
of data. The boot image is exactly 1474560 bytes in size.</para>
|
||||
|
||||
<para>Common mistakes when preparing the boot floppy are:</para>
|
||||
|
@ -5889,9 +5889,9 @@ C:\="DOS"</programlisting>
|
|||
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.</para>
|
||||
in order to be able to accommodate a kernel core.</para>
|
||||
|
||||
<para>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</programlisting>
|
|||
<para>To split a directory from it's parent, say putting
|
||||
<filename>/var</filename> 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:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>newfs /dev/ad1s1a</userinput>
|
||||
|
@ -8829,7 +8829,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
|
||||
<screen>&prompt.root; <userinput>ipfw add deny ip from 1.2.3.4 to 1.2.3.4</userinput></screen>
|
||||
|
||||
<para>The nonmatching source IP address for the above rule causes
|
||||
<para>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 <literal>allow ip from any to any</literal>.</para>
|
||||
|
||||
|
@ -8934,7 +8934,7 @@ round-trip min/avg/max/stddev = 2.530/2.643/2.774/0.103 ms</screen>
|
|||
|
||||
<answer>
|
||||
<para>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;); <ulink
|
||||
URL="http://www.csl.sony.co.jp/person/kjc/programs.html">ALTQ</ulink>
|
||||
is available for free; Bandwidth Manager from <ulink
|
||||
|
@ -10891,7 +10891,7 @@ raisechar=^^</programlisting>
|
|||
<para>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
|
||||
<literal>Inact</literal>, <literal>Cache</literal>, and
|
||||
<literal>Buf</literal> are all cached data at different
|
||||
aging levels. This cached data means the system does
|
||||
|
@ -10924,7 +10924,7 @@ raisechar=^^</programlisting>
|
|||
<listitem>
|
||||
<para>&man.a.out.5;</para>
|
||||
|
||||
<para>The oldest and <quote>classic</quote> unix object
|
||||
<para>The oldest and <quote>classic</quote> 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
|
||||
|
|
Loading…
Reference in a new issue