diff options
author | ru <ru@FreeBSD.org> | 2004-07-02 19:55:26 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-02 19:55:26 +0000 |
commit | 5d2b66a3c7b9304195b63223e4ab77a30eb55b22 (patch) | |
tree | d2faaa6aec9bee32242b0899cffb8004467aaa14 | |
parent | 5a552d91e9ed2917c39043e45d2867c306b05750 (diff) | |
download | FreeBSD-src-5d2b66a3c7b9304195b63223e4ab77a30eb55b22.zip FreeBSD-src-5d2b66a3c7b9304195b63223e4ab77a30eb55b22.tar.gz |
Deal with unsafe tab characters.
-rw-r--r-- | lib/libpam/modules/pam_login_access/login.access.5 | 4 | ||||
-rw-r--r-- | share/man/man5/devfs.5 | 2 | ||||
-rw-r--r-- | share/man/man5/fdescfs.5 | 2 | ||||
-rw-r--r-- | usr.bin/login/login.access.5 | 4 |
4 files changed, 10 insertions, 2 deletions
diff --git a/lib/libpam/modules/pam_login_access/login.access.5 b/lib/libpam/modules/pam_login_access/login.access.5 index d5af0ee..2f83d4b 100644 --- a/lib/libpam/modules/pam_login_access/login.access.5 +++ b/lib/libpam/modules/pam_login_access/login.access.5 @@ -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. diff --git a/share/man/man5/devfs.5 b/share/man/man5/devfs.5 index 8ef5841..2d88204 100644 --- a/share/man/man5/devfs.5 +++ b/share/man/man5/devfs.5 @@ -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 , diff --git a/share/man/man5/fdescfs.5 b/share/man/man5/fdescfs.5 index 8ae3de7..27f08b0 100644 --- a/share/man/man5/fdescfs.5 +++ b/share/man/man5/fdescfs.5 @@ -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 , diff --git a/usr.bin/login/login.access.5 b/usr.bin/login/login.access.5 index 400f906..33e3bf3 100644 --- a/usr.bin/login/login.access.5 +++ b/usr.bin/login/login.access.5 @@ -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. |