summaryrefslogtreecommitdiff
path: root/usr.sbin/ac
AgeCommit message (Collapse)Author
2004-03-180 vs NULL, from Joris VinkTed Unangst
2004-01-21spacingTheo de Raadt
2003-07-20ignore backwards going entriesMichael Shalayeff
2003-06-11some ansification, some de-registerTheo de Raadt
2003-03-18small typos;Jason McIntyre
ok miod@
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-13login(8) -> login(1)Marco S Hyman
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
$ command or # command deraadt@ ok
2001-05-24- Let '-' mean stdin.Peter Valchev
- Correct usage message: -p and -d cannot be usefully used together. - Use __progname in usage() millert@ ok
2001-05-05use strlcpy vs strncpy+a[n-1]='\0'Michael Shalayeff
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
1999-09-23Typo fixes.Alex Feldman
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1997-10-09if user specified wtmp file, use timestamp on final record instead ofTheo de Raadt
current system time for "end of run" time; tim@pool1.convey.ru
1997-09-21$OpenBSD$Theo de Raadt
1997-08-30incorrect length in comparison; hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1997-08-01catch ptys correctly; tolik@www.tomsk.suTheo de Raadt
1997-06-02correct for our pty listTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-10-08Attempt at cleanup.michaels
1996-08-29fix warningsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt