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,7 +3473,7 @@ 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>