Fix some alignments in programlisting blocks.
This commit is contained in:
parent
445be8d976
commit
58c2b8b6b4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24206
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue