summaryrefslogtreecommitdiff
path: root/usr.bin/look
AgeCommit message (Collapse)Author
2013-11-26unsigned char casts for ctypeTheo de Raadt
ok krw
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2009-06-17synchronize synopsis and usage.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2005-06-25Fix typo in a comment.Niall O'Higgins
ok jmc@
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-03-01Fix an err() that should really be errx()Todd C. Miller
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.
2001-11-19kill more registersMike Pechkin
millert@ ok
2000-10-12Check the mmap return value against MAP_FAILED, not NULL.Artur Grabowski
2000-03-10Various cleanups and standardization.Aaron Campbell
2000-03-06Some section re-ordering.Aaron Campbell
1999-12-21Use MAP_PRIVATE for mmap() flags instead of 0. With UVM this defaultsTodd C. Miller
to MAP_PRIVATE anyway but we want to avoid the kernel complaining...
1999-10-17More consistent introduction to options.Aaron Campbell
1999-10-17Use the AT&T UNIX macros.Aaron 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... :/
1998-09-26usr.bin/ man page fixes, f-m.Aaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt