summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-09-17 02:05:15 +0000
committeraaron <aaron@openbsd.org>2000-09-17 02:05:15 +0000
commitb9a1855c6c293da00d6380d3ad8c56d213c27f15 (patch)
tree9ed2942cc06251e0704f47f9ec1c1cf41ad746ea /lib/libutil
parentMention 3C556/3C556B EtherLink XL MiniPCI support, too. (diff)
downloadwireguard-openbsd-b9a1855c6c293da00d6380d3ad8c56d213c27f15.tar.xz
wireguard-openbsd-b9a1855c6c293da00d6380d3ad8c56d213c27f15.zip
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.