summaryrefslogtreecommitdiff
path: root/lib/libutil/login_fbtab.3
AgeCommit message (Collapse)Author
2021-03-05Stop abusing display blocks under the authors section in order toanton
respect literal line breaks. This has the unwanted side effect of rendering the authors section using a monospace font over at man.openbsd.org. Instead use br macros to force line breaks. With help from and ok jmc@
2016-05-18Remove obsolete caveat. OK deraadt@Todd C. Miller
2015-09-10reduce more .Nd to one line and kill more .TnIngo Schwarze
2014-09-08obvious cases of missing .An;Ingo Schwarze
found with the new mandoc(1) MANDOCERR_AN_MISSING warning; no text changes
2013-06-05use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzeTed Unangst
2007-05-31convert to new .Dd format;Jason McIntyre
2003-06-02- section reorderJason McIntyre
- clean up .Xr's
2002-06-21login_fbtab(3) fixes:Todd C. Miller
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.
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
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
2001-07-13Make the list of required #includes match reality.Todd C. Miller
2001-06-03new license from Wietse; permits modification. This code is derived fromTheo de Raadt
logdaemon, so this applies: ftp://ftp.porcupine.org/pub/security/logdaemon_license
2000-09-17Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify theAaron Campbell
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.
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
1999-11-11add man page for login_fbtab()Eric Jackson