summaryrefslogtreecommitdiff
path: root/usr.bin/at
AgeCommit message (Collapse)Author
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-17remove stdio code from handler, and _exit() at terminationTheo de Raadt
2000-11-17sync program usage to manual page; mpech@prosoft.org.lvTheo de Raadt
2000-11-10- Section shuffling: comply to the section ordering outlined in mdoc(7).Aaron Campbell
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there.
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-07-06Insert more missing .El directives. Our troff really should identify these andAaron Campbell
spit out a warning.
2000-04-23Fix thinko, check eqp for NULL, not ap; ath@algonet.seTodd C. Miller
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-04Many improvements and general cleanup/standardization.Aaron Campbell
2000-01-21Deal with getcwd() returning NULL.Todd C. Miller
Problem noted by Oleg Safiullin <form@vell.nsc.ru>
2000-01-05Y2K fix. at(1) would die with 'garbled time' when assign_date() was passedTodd C. Miller
a year > 99. This change fixes the conversion of 2-digit years into tm_year format.
1999-12-15does not overflowTheo de Raadt
1999-09-14atq prints 2 digits for yearTheo de Raadt
1999-07-04correct use of .Nm; some other formatting nitsAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1999-03-21PR 778: Handle 2-digit year values post-Y2K. Improvements to PR 778Alex Feldman
provided by pjanzen.
1998-11-04be really pedantic about punctuation following -mdoc macro'd textAaron Campbell
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-07-10long month names; archie@whistle.comTheo de Raadt
1998-07-09user err/warn; some -WallMichael Shalayeff
1998-06-26make 'now' work as a timespecTodd C. Miller
1998-06-05spellingTheo de Raadt
1998-06-03zero sigaction before useTheo de Raadt
1998-02-12Make man page agree with installation as to default config.Marco S Hyman
1997-10-06bail if permission problem; ms@xy.orgTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-12The NULL macro yields a null pointer constant that is usable as an addresskstailey
constant expression.
1997-03-03cleanupTodd C. Miller
1997-03-03Give usage message when atq used incorrectly.Todd C. Miller
1997-03-03Complain if invoked in a form that requires an argument and we didn'tTodd C. Miller
get one.
1997-03-02Fix up the XXX's I left (oops).Todd C. Miller
1997-03-01Merge in changes from at 2.9Todd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-10-26Fall back to $USER if getlogin() fails and $LOGNAME is not set.Todd C. Miller
1996-10-15Make sprintf work for you, not the other way around.Todd C. Miller
1996-10-08Attempt at cleanup.michaels
1996-08-03Was runing most of the code with real and effective uid of 0, contraryTodd C. Miller
to the comments. Fixed that and made sure unlink of job file is done as root so it can succeed. Also will now detect empty input.
1996-06-26rcsidTheo de Raadt
1996-01-02got am/pm reversed when hour is 12; from Mark_Weaver@brown.edu; netbsd pr#1743Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt