summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>1998-04-27 18:19:45 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>1998-04-27 18:19:45 +0000
commitfa9e738824cc7e4ac17d411ea2ff00142014303a (patch)
treec3581e16f513c0505919d05a2ceef24c2fcadfbe /share
parent26fce3889db4ee5b0b4add562a764c41e31addd5 (diff)
grammar
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/fbtab.512
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/fbtab.5 b/share/man/man5/fbtab.5
index 2e3ac438dfb..c46d72e4f62 100644
--- a/share/man/man5/fbtab.5
+++ b/share/man/man5/fbtab.5
@@ -7,7 +7,7 @@
.Nd change device protection upon login
.Sh DESCRIPTION
The
-.Nm fbtab
+.Nm
file contains lines which specify how the permissions and
ownership of various system files should be changed based on
the user's login device name.
@@ -19,12 +19,12 @@ All other lines consist of three fields delimited by
whitespace.
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
.It Login Device
-The device you have logged in on, ie. /dev/ttyv0.
+The device you have logged in on, e.g. /dev/ttyv0.
.It File Permission
An octal permission number (0600), as used by
.Xr chmod 2 .
.It Other devices
-The final field is a ":"-delimited list of devices, ie.
+The final field is a ":"-delimited list of devices, e.g.
/dev/console:/dev/fd0a.
All device names are absolute paths.
A path that ends in "/*" refers to all
@@ -32,7 +32,7 @@ directory entries except "." and "..".
.El
.Pp
The
-.Nm fbtab
+.Nm
file is used by
.Xr login 1
to
@@ -42,13 +42,13 @@ the specified files to the user who has performed a login. As well,
is used to set the devices to the specified permission.
When a user logs out,
.Xr init 8
-is responsible for performing the inverse operation, this results in
+is responsible for performing the inverse operation, which results in
the files once again belonging to root.
.Sh FILES
.Bl -tag -width /etc/fbtab -compact
.It Pa /etc/fbtab
The
-.Nm fbtab
+.Nm
file resides in
.Pa /etc .
.El