millert
f5bf7ac057
Remove obsolete caveat. OK deraadt@
9 years ago
schwarze
558404f2f1
reduce more .Nd to one line and kill more .Tn
9 years ago
schwarze
d5c9ee380f
obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes
10 years ago
tedu
4ec5da8bd2
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
12 years ago
jmc
14302f5699
convert to new .Dd format;
18 years ago
jmc
134f7e2634
- section reorder
- clean up .Xr's
22 years ago
millert
fab5e38f3f
login_fbtab(3) fixes:
o make first arg const since we don't modify it
o use strsep() instead of strtok() as strtok() changes internal state
o add some bounds checking and use strlcat() instead of pointer arithmetic
o ANSI function headers
Originally based on a patch from Lars J. Buitinck but much modified.
23 years ago
mpech
8038b2e506
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
24 years ago
millert
21456efabd
Make the list of required #includes match reality.
24 years ago
deraadt
1f3159836c
new license from Wietse; permits modification. This code is derived from
logdaemon, so this applies:
ftp://ftp.porcupine.org/pub/security/logdaemon_license
24 years ago
aaron
c10d94986f
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.
24 years ago
aaron
44a11ff941
Mostly punctuation fixes.
25 years ago
aaron
faab0df881
Trailing whitespace begone!
25 years ago
ericj
15d114722d
add man page for login_fbtab()
25 years ago