Deal with unsafe tab characters.
This commit is contained in:
parent
149e2d2348
commit
839693c44f
@ -23,7 +23,9 @@ permissions field of that table entry determines whether the login will
|
||||
be accepted or refused.
|
||||
.Pp
|
||||
Each line of the login access control table has three fields separated by a
|
||||
":" character: permission : users : origins
|
||||
.Ql \&:
|
||||
character:
|
||||
.Ar permission : Ns Ar users : Ns Ar origins
|
||||
.Pp
|
||||
The first field should be a "+" (access granted) or "-" (access denied)
|
||||
character.
|
||||
|
@ -45,7 +45,9 @@
|
||||
.Nm devfs
|
||||
.Nd device file system
|
||||
.Sh SYNOPSIS
|
||||
.Bd -literal
|
||||
devfs /dev devfs rw 0 0
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The device file system, or
|
||||
.Nm ,
|
||||
|
@ -45,7 +45,9 @@
|
||||
.Nm fdescfs
|
||||
.Nd file-descriptor file system
|
||||
.Sh SYNOPSIS
|
||||
.Bd -literal
|
||||
fdescfs /dev/fd fdescfs rw 0 0
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The file-descriptor file system, or
|
||||
.Nm ,
|
||||
|
@ -22,7 +22,9 @@ permissions field of that table entry determines whether the login will
|
||||
be accepted or refused.
|
||||
.Pp
|
||||
Each line of the login access control table has three fields separated by a
|
||||
":" character: permission : users : origins
|
||||
.Ql \&:
|
||||
character:
|
||||
.Ar permission : Ns Ar users : Ns Ar origins
|
||||
.Pp
|
||||
The first field should be a "+" (access granted) or "-" (access denied)
|
||||
character.
|
||||
|
Loading…
Reference in New Issue
Block a user