summaryrefslogtreecommitdiff
path: root/lib/libutil/login_fbtab.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-04-12 21:48:06 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-04-12 21:48:06 +0000
commit92dcc59984c834e34afcdaac99c0197d63a33ac8 (patch)
treeeb25de6f69d8162ab25e130d8aa6b85c3bce5624 /lib/libutil/login_fbtab.3
parente264389dcab269557e4c11a85d01749c8069c994 (diff)
Trailing whitespace begone!
Diffstat (limited to 'lib/libutil/login_fbtab.3')
-rw-r--r--lib/libutil/login_fbtab.316
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3
index d36ad9ae473..5d234a4c721 100644
--- a/lib/libutil/login_fbtab.3
+++ b/lib/libutil/login_fbtab.3
@@ -12,26 +12,26 @@
.Sh DESCRIPTION
The
.Fn login_fbtab
-function reads the
-.Pa /etc/fbtab
+function reads the
+.Pa /etc/fbtab
file and implements device security as described in the
.Xr fbtab 5
-manual page.
+manual page.
.Pp
If errors occur a null string is returned.
-.Sh DIAGNOSTICS
-Problems are reported via the
+.Sh DIAGNOSTICS
+Problems are reported via the
.Xr syslogd 8
-daemon with the severity of
+daemon with the severity of
.Dv LOG_ERR.
.Sh FILES
.Bl -tag -width /etc/fbtab -compact
.It Pa /etc/fbtab
.El
.Sh SEE ALSO
-.Xr fbtab 5
+.Xr fbtab 5
.Sh BUGS
-This module uses
+This module uses
.Xr strtok 3 ,
which may cause conflicts with other uses of that same routine.
.Sh AUTHOR