Fix some punctuation problems before examples.
PR: 37767 Submitted by: Marc Fonvieille <marc@blackend.org>
This commit is contained in:
parent
16455935dd
commit
431cc3b2bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13020
1 changed files with 5 additions and 5 deletions
|
|
@ -1530,7 +1530,7 @@ Mounting root from ufs:/dev/md0c
|
|||
<para>Call <literal>A</literal> the root filesystem. If you used the
|
||||
<command>ls</command> command to view the contents of this directory
|
||||
you would see two subdirectories, <literal>A1</literal> and
|
||||
<literal>A2</literal>. The directory tree looks like this.</para>
|
||||
<literal>A2</literal>. The directory tree looks like this:</para>
|
||||
|
||||
<literallayout class="monospaced"> /
|
||||
|
|
||||
|
|
@ -1542,7 +1542,7 @@ Mounting root from ufs:/dev/md0c
|
|||
filesystem. So now suppose that you mount filesystem
|
||||
<literal>B</literal> on to the directory <literal>A1</literal>. The
|
||||
root directory of <literal>B</literal> replaces <literal>A1</literal>,
|
||||
and the directories in <literal>B</literal> appear accordingly.</para>
|
||||
and the directories in <literal>B</literal> appear accordingly:</para>
|
||||
|
||||
<literallayout class="monospaced"> /
|
||||
|
|
||||
|
|
@ -1562,7 +1562,7 @@ Mounting root from ufs:/dev/md0c
|
|||
<firstterm>unmounted</firstterm> from A.</para>
|
||||
|
||||
<para>If <literal>B</literal> had been mounted on <literal>A2</literal>
|
||||
then the diagram would look like this;</para>
|
||||
then the diagram would look like this:</para>
|
||||
|
||||
<literallayout class="monospaced"> /
|
||||
|
|
||||
|
|
@ -1580,7 +1580,7 @@ Mounting root from ufs:/dev/md0c
|
|||
<para>Filesystems can be mounted on top of one another. Continuing the
|
||||
last example, the <literal>C</literal> filesystem could be mounted on
|
||||
top of the <literal>B1</literal> directory in the <literal>B</literal>
|
||||
filesystem, leading to this arrangement.</para>
|
||||
filesystem, leading to this arrangement:</para>
|
||||
|
||||
<literallayout class="monospaced"> /
|
||||
|
|
||||
|
|
@ -1598,7 +1598,7 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<para>Or <literal>C</literal> could be mounted directly on to the
|
||||
<literal>A</literal> filesystem, under the <literal>A1</literal>
|
||||
directory.</para>
|
||||
directory:</para>
|
||||
|
||||
<literallayout class="monospaced"> /
|
||||
|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue