Minor markup changes,

remove a duplicate paragraph,
fix a typo.

Reviewed by:	trhodes
This commit is contained in:
Martin Heinen 2002-12-01 23:22:01 +00:00
parent 6b53067695
commit df6082fb5f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15115

View file

@ -3510,23 +3510,20 @@ user@unfirewalled.myserver.com's password: <userinput>*******</userinput></scree
option can be passed to &man.tunefs.8; in a manner similar to the Soft Updates
process:</para>
<screen>&prompt.root; <userinput>umount /usr</userinput></screen>
<screen>&prompt.root; <userinput>tunefs -a enable /dev/<replaceable>diskNsNx</replaceable></userinput></screen>
<screen>&prompt.root; <userinput>mount /dev/<replaceable>diskNsNx</replaceable> /usr</userinput></screen>
<screen>&prompt.root; <userinput>umount /usr</userinput>
&prompt.root; <userinput>tunefs -a enable /dev/<replaceable>diskNsNx</replaceable></userinput>
&prompt.root; <userinput>mount /dev/<replaceable>diskNsNx</replaceable> /usr</userinput></screen>
<para>This assumes that <filename>/dev/<replaceable>diskNsNx</replaceable></filename> is the
<para>This assumes that <devicename>/dev/<replaceable>diskNsNx</replaceable></devicename> is the
<filename>/usr</filename> partition.</para>
<para><acronym>ACLs</acronym> can also be enabled by passing the
<option>-o acls</option> argument to &man.mount.8;:</para>
<para><acronym>ACLs</acronym> can also be enabled by passing the <option>-o</option>
flag to to &man.mount.8; with the <option>acls</option> option:</para>
<screen>&prompt.root; <userinput>mount -o acls /dev/<replaceable>diskNsNx</replaceable> /usr</userinput></screen>
<para>This flag can also be set in <filename>/etc/fstab</filename>.
It is recommended to use the former over the later to avoid remount
It is recommended to use the former over the latter to avoid remount
issues with the root file system.</para>
</sect1>
</chapter>