mdoc(7) police: Fix markup.
This commit is contained in:
parent
c8a250b7c0
commit
0594f3d2e5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86678
@ -12,23 +12,28 @@ The
|
||||
.Nm
|
||||
file contains a number of lines specifying a device together with a list
|
||||
of devices with associated protections.
|
||||
Comments start with a # and extend to the end of the line.
|
||||
Comments start with a
|
||||
.Ql #
|
||||
and extend to the end of the line.
|
||||
.Pp
|
||||
Blank lines or lines with only a comment are ignored.
|
||||
.Pp
|
||||
All other lines consist of three fields delimited by
|
||||
whitespace: a login device (/dev/ttyv0), an octal
|
||||
permission number (0600), and a ":"-delimited list of
|
||||
device patterns (/dev/console, /dev/dsp*).
|
||||
whitespace: a login device
|
||||
.Pq Pa /dev/ttyv0 ,
|
||||
an octal permission number (0600), and a colon
|
||||
.Pq Ql \&:
|
||||
delimited list of device patterns
|
||||
.Pq Pa /dev/console , /dev/dsp* .
|
||||
All device patterns are absolute paths.
|
||||
.Pp
|
||||
If the tty argument (relative path) matches a login device
|
||||
name (absolute path), the permissions of the devices in the
|
||||
":"-delimited list are set as specified in the second
|
||||
field, and their ownership is changed to that of the uid
|
||||
and gid arguments.
|
||||
colon-delimited list are set as specified in the second
|
||||
field, and their ownership is changed to that of the UID
|
||||
and GID arguments.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /etc/fbtab -compact
|
||||
.Bl -tag -width ".Pa /etc/fbtab" -compact
|
||||
.It Pa /etc/fbtab
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
Reference in New Issue
Block a user