Deal with unsafe tab characters.

This commit is contained in:
Ruslan Ermilov 2004-07-02 19:55:26 +00:00
parent 149e2d2348
commit 839693c44f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131479
4 changed files with 10 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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