summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-09-17 02:05:16 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-09-17 02:05:16 +0000
commite981b837985b8d66f348bdcea49a4e44e7191a37 (patch)
tree072256be2b6093928e28cc58525215460a3d7739 /lib/libutil
parent6fc0d6ced084a0635ce4b9f1d31a7589d5b3e31a (diff)
Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify the
argument to .Dt, and move the BUGS section to the end like most man pages. This is my 1000th commit since joining the OpenBSD dev team.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/login_fbtab.314
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libutil/login_fbtab.3 b/lib/libutil/login_fbtab.3
index fb16ce5acca..7385938035d 100644
--- a/lib/libutil/login_fbtab.3
+++ b/lib/libutil/login_fbtab.3
@@ -1,10 +1,10 @@
.Dd November 8, 1999
-.Dt login_fbtab 3
+.Dt LOGIN_FBTAB 3
.Os
.Sh NAME
.Nm login_fbtab
.Nd implement device security based on
-.Pa /etc/fstab
+.Pa /etc/fbtab
.Sh SYNOPSIS
.Fd #include <util.h>
.Ft void
@@ -30,13 +30,13 @@ daemon with the severity of
.El
.Sh SEE ALSO
.Xr fbtab 5
-.Sh BUGS
-This module uses
-.Xr strtok 3 ,
-which may cause conflicts with other uses of that same routine.
.Sh AUTHOR
-.Bd -unfilled -offset indent
+.Bd -unfilled
Wietse Venema (wietse@wzv.win.tue.nl)
Eindhoven University of Technology
The Netherlands
.Ed
+.Sh BUGS
+This module uses
+.Xr strtok 3 ,
+which may cause conflicts with other uses of that same routine.