Fix breakage.
This commit is contained in:
parent
d1baaedd9b
commit
ed2a2a7de5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9344
2 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.65 2001/04/21 16:09:37 schweikh Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.66 2001/05/01 08:04:52 eric Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -1393,7 +1393,7 @@ Building everything..
|
|||
|
||||
<screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen>
|
||||
|
||||
<warning>
|
||||
<warning>
|
||||
<para>The example assumes <filename>/usr/src</filename> is
|
||||
on its own filesystem. If it is not (if it is a part of
|
||||
<filename>/usr</filename> for example) then you will
|
||||
|
@ -1412,7 +1412,7 @@ Building everything..
|
|||
allows writes to be clustered together, and can be a
|
||||
dramatic performance boost.</para>
|
||||
|
||||
<warning>
|
||||
<warning>
|
||||
<para>Keep in mind that this option makes your filesystem
|
||||
more fragile. With this option there is an increased
|
||||
chance that, should power fail, the filesystem will be in
|
||||
|
@ -1427,7 +1427,7 @@ Building everything..
|
|||
|
||||
<screen>&prompt.root; <userinput>mount -u -o async /usr/obj</userinput></screen>
|
||||
|
||||
<warning>
|
||||
<warning>
|
||||
<para>As above, if <filename>/usr/obj</filename> is not on
|
||||
its own filesystem, replace it in the example with the
|
||||
name of the appropriate mount point.</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.65 2001/04/21 16:09:37 schweikh Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml,v 1.66 2001/05/01 08:04:52 eric Exp $
|
||||
-->
|
||||
|
||||
<chapter id="cutting-edge">
|
||||
|
@ -1393,7 +1393,7 @@ Building everything..
|
|||
|
||||
<screen>&prompt.root; <userinput>mount -u -o noatime /usr/src</userinput></screen>
|
||||
|
||||
<warning>
|
||||
<warning>
|
||||
<para>The example assumes <filename>/usr/src</filename> is
|
||||
on its own filesystem. If it is not (if it is a part of
|
||||
<filename>/usr</filename> for example) then you will
|
||||
|
@ -1412,7 +1412,7 @@ Building everything..
|
|||
allows writes to be clustered together, and can be a
|
||||
dramatic performance boost.</para>
|
||||
|
||||
<warning>
|
||||
<warning>
|
||||
<para>Keep in mind that this option makes your filesystem
|
||||
more fragile. With this option there is an increased
|
||||
chance that, should power fail, the filesystem will be in
|
||||
|
@ -1427,7 +1427,7 @@ Building everything..
|
|||
|
||||
<screen>&prompt.root; <userinput>mount -u -o async /usr/obj</userinput></screen>
|
||||
|
||||
<warning>
|
||||
<warning>
|
||||
<para>As above, if <filename>/usr/obj</filename> is not on
|
||||
its own filesystem, replace it in the example with the
|
||||
name of the appropriate mount point.</para>
|
||||
|
|
Loading…
Reference in a new issue