summaryrefslogtreecommitdiff
path: root/lib/libutil/login_cap.3
AgeCommit message (Collapse)Author
2022-12-04login_cap(3): Markup fixesuwe
2016-01-23unsigned -> unsigned intwiz
2016-01-23Update synopses to match u_int/u_long/etc. changes. Do not bump date asdholland
it's not a substantive change.
2013-06-23Put code example on its own line, using Dl.wiz
Ok christos
2013-06-21Punctuation nit.wiz
(Shouldn't the whole line be .Dl or .Bl -literal instead?)
2013-06-20document login_getpwclass(3)christos
2010-05-05Mark up NULL with Dv.wiz
2009-05-13Bump date for previous.wiz
2007-10-06split LOGIN_SETGROUP -> LOGIN_SETGID|LOGIN_SETGROUPSchristos
2004-12-11Mmm, API changes without date bumps... bump date for constification.wiz
2004-12-11Constify; the api was completely broken before.christos
2003-04-16Usewiz
.In header.h instead of .Fd #include \*[Lt]header.h\*[Gt] Much easier to read and write, and supported by groff for ages. Okayed by ross.
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-07-10import CAVEATS sections from OpenBSD.yamt
with little tweak by me.
2002-02-07Generate <>& symbolically.ross
2001-08-15Fix typomjl
2001-04-09Fix date, whitespace and punctuation.wiz
2000-11-07fix up various .Nm abuses:lukem
- keep the case consistent between the actual name and what's referenced. e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence. - remove unnecessary `.Nm foo' after the first occurrence (except for using `.Nm ""' if there's stuff following, or for the 2nd and so on occurrences in a SYNOPSIS - use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-10-10login_cap.h requires sys/types.h (or should it pull sys/types.h in?)itojun
2000-09-21Use .{B,Bs,F,N,O}x and fix miscellaneous errors.ad
2000-03-08Added details about origin of code (BSD/OS) in history section.mjl
Closes PR/9410 by Peter Seebach.
2000-02-13Mention the LOGIN_SETENV flag for setusercontext()mjl
2000-01-13Add a history section.mjl
2000-01-12Add necessary support routines for login.conf.mjl