Fix some alignments in programlisting blocks.

This commit is contained in:
Marc Fonvieille 2005-04-01 18:51:35 +00:00
parent 445be8d976
commit 58c2b8b6b4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24206

View file

@ -6163,14 +6163,14 @@ C:\="DOS"</programlisting>
users to mount the first floppy drive add:</para>
<programlisting># Allow all users to mount the floppy disk.
own /dev/fd0 root:operator
own /dev/fd0 root:operator
perm /dev/fd0 0666</programlisting>
<para>To allow users in the group <groupname>operator</groupname>
to mount the CD-ROM drive add:</para>
<programlisting># Allow members of the group operator to mount CD-ROMs.
own /dev/acd0 root:operator
own /dev/acd0 root:operator
perm /dev/acd0 0660</programlisting>
</step>