summaryrefslogtreecommitdiffstats
path: root/usr.bin/biff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some minor fixes; From: Jan Staryjmc2013-08-121-3/+3
|
* further info for EXIT STATUS from Ryan Kavanagh: in the diff hejmc2013-04-281-4/+4
| | | | | originally sent, there was an important distinction that i ommitted, since i used freebsd's text; reinstate that text now.
* add EXIT STATUS; original diff from Ryan Kavanagh, but i've used thejmc2013-04-231-2/+14
| | | | (similar) text from freebsd;
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* sort options; from Igor Sobradojmc2007-02-202-5/+5
|
* mostly ansi cleanup; pval okderaadt2003-06-101-6/+4
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
|
* repair; mpech@prosoft.org.lvderaadt2000-11-201-2/+2
|
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
| | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-4/+4
| | | | | | | | | constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales).
* More pedantic man page formatting insanity, lalalaaaron2000-03-231-2/+3
|
* Many improvements and general cleanup/standardization.aaron2000-03-041-2/+1
|
* Various cleanup.aaron2000-02-291-3/+3
|
* fix options; fgschaaron1999-07-261-3/+3
|
* correct use of .Nm; some other formatting nitsaaron1999-07-041-4/+4
|
* - remove trailing white spaceaaron1999-06-051-3/+3
| | | | | | | - 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... :/
* Wallderaadt1998-12-071-2/+3
|
* usr.bin/ man page repairs, a - eaaron1998-09-231-8/+9
|
* use S_IXUSR instead of 0100; noted by formderaadt1998-07-221-7/+7
|
* $OpenBSD$deraadt1997-09-211-2/+1
|
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
|
* woofderaadt1996-08-071-1/+2
|
* rcsidderaadt1996-06-263-2/+4
|
* initial import of NetBSD treederaadt1995-10-183-0/+205