Enhance the mark-up in a few examples
This commit is contained in:
parent
97f8add850
commit
620b41c9fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39361
1 changed files with 6 additions and 6 deletions
|
@ -768,12 +768,12 @@ errors: No known data errors</screen>
|
|||
|
||||
<para>First, load the kernel loadable module:</para>
|
||||
|
||||
<screen>kldload ext2fs</screen>
|
||||
<screen>&prompt.root; <userinput>kldload ext2fs</userinput></screen>
|
||||
|
||||
<para>Then, to mount an &man.ext2fs.5; volume located on
|
||||
<filename>/dev/ad1s1</filename>:</para>
|
||||
|
||||
<screen><userinput>mount -t ext2fs /dev/ad1s1 /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount -t ext2fs /dev/ad1s1 /mnt</userinput></screen>
|
||||
</sect2>
|
||||
<sect2>
|
||||
<title>XFS</title>
|
||||
|
@ -790,7 +790,7 @@ errors: No known data errors</screen>
|
|||
<para>To load <acronym>XFS</acronym> as a kernel-loadable
|
||||
module:</para>
|
||||
|
||||
<screen>kldload xfs</screen>
|
||||
<screen>&prompt.root; <userinput>kldload xfs</userinput></screen>
|
||||
|
||||
<para>The &man.xfs.5; driver lets the &os; kernel access
|
||||
XFS filesystems. However, at present only read-only
|
||||
|
@ -800,7 +800,7 @@ errors: No known data errors</screen>
|
|||
<para>To mount a &man.xfs.5; volume located on
|
||||
<filename>/dev/ad1s1</filename>, do the following:</para>
|
||||
|
||||
<screen><userinput>mount -t xfs /dev/as1s1 /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount -t xfs /dev/as1s1 /mnt</userinput></screen>
|
||||
|
||||
<para>Also useful to note is that the
|
||||
<filename role="package">sysutils/xfsprogs</filename> port
|
||||
|
@ -827,12 +827,12 @@ errors: No known data errors</screen>
|
|||
|
||||
<para>First, the kernel-loadable module needs to be loaded:</para>
|
||||
|
||||
<screen>kldload reiserfs</screen>
|
||||
<screen>&prompt.root; <userinput>kldload reiserfs</userinput></screen>
|
||||
|
||||
<para>Then, to mount a ReiserFS volume located on
|
||||
<filename>/dev/ad1s1</filename>:</para>
|
||||
|
||||
<screen><userinput>mount -t reiserfs /dev/ad1s1 /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount -t reiserfs /dev/ad1s1 /mnt</userinput></screen>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue