Fix two typos, an extra zero and a missing significant space in a

command.

PR:		docs/185686
Submitted by:	Keve Nagy <keve@safe-mail.net>
This commit is contained in:
Warren Block 2014-01-12 19:43:30 +00:00
parent 3d6ca51a06
commit fb26a79f37
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43480

View file

@ -3473,13 +3473,13 @@ C:\="DOS"</programlisting>
<programlisting># Allow all users to mount a USB drive.
own /dev/da0 root:operator
perm /dev/da00 0666</programlisting>
perm /dev/da0 0666</programlisting>
<para>All users can now mount devices they could read
onto a directory that they own:</para>
<screen>&prompt.user; <userinput>mkdir ~/my-mount-point</userinput>
&prompt.user; <userinput>mount -t msdosfs /dev/da0~/my-mount-point</userinput></screen>
&prompt.user; <userinput>mount -t msdosfs /dev/da0 ~/my-mount-point</userinput></screen>
<para>Unmounting the device is simple:</para>