summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-04-12 21:47:47 +0000
committeraaron <aaron@openbsd.org>2000-04-12 21:47:47 +0000
commita1d216a38a1c1425b6e41ebc3e643da650bd77d0 (patch)
treedbc7126b9223660e4f5cea6f70dbc19118a8930b /lib/libutil
parentbump ipf version (3.3.12a) to go with last commit (diff)
downloadwireguard-openbsd-a1d216a38a1c1425b6e41ebc3e643da650bd77d0.tar.xz
wireguard-openbsd-a1d216a38a1c1425b6e41ebc3e643da650bd77d0.zip
Trailing whitespace begone!
Diffstat (limited to 'lib/libutil')
-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