Deal with unsafe tab characters.

This commit is contained in:
ru 2004-07-02 19:55:26 +00:00
parent 5a552d91e9
commit 5d2b66a3c7
4 changed files with 10 additions and 2 deletions
lib/libpam/modules/pam_login_access
share/man/man5
usr.bin/login

@ -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.