summaryrefslogtreecommitdiff
path: root/usr.bin/expand
AgeCommit message (Collapse)Author
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-05tame "stdio rpath" works. (Someone could refactor the processing loopTheo de Raadt
to handle the stdin case without rpath, but it looks a bit invasive. ok sthen
2014-03-17as suggested by schwarze, reshuffle STANDARDS text detailing posix featuresJason McIntyre
we don;t support next to the posix compat blurb, in order to make things a bit clearer; this also makes the text more concise; ok millert schwarze sobrado
2014-03-10- zap some "this option applies to this util" lines that i consider unneccessaryJason McIntyre
- standard EXIT STATUS (hand holding from schwarze) - restructure STANDARDS to our normal format - as noted by schwarze, blank separated -t patterns are accepted. the work on making the man page read correctly to reflect this is his ok millert in an earlier incantation ok schwarze
2013-11-26unsigned char casts for ctypeTheo de Raadt
ok krw
2011-12-28These utilities were already part of 1BSD, and some authors are known.Ingo Schwarze
All facts from the CSRG archive CD 1, also available from minnie.tuhs.org. Feedback and OK sobrado@, ok jmc@. Kirk McKusick writes: "Bill usually used "Bill Joy" when listing author information. Only occationally did he choose to use William Joy. So, I would recommend using Bill Joy." So i'm using that here even though some of the original files related to this commit do contain the form "William Joy".
2010-11-07more EXIT STATUS bits; from Daniel DickmanJason McIntyre
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-22document exit returns; from daniel dickmanJason 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-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
- note which options are extensions to POSIX
2006-10-16gove this page a proper options list;Jason McIntyre
2006-10-16simplify SYNOPSIS, and do all the work in DESCRIPTION;Jason McIntyre
ironically, after simplifying SYNOPSIS as much as i can, we now match what we had all along in usage() ;) ok otto
2005-12-27fix possible overflow in the tabstops[] array. ok miod@Moritz Jodeit
2005-03-08Sweeping the tree for printf(s) where printf("%s",s) should be used.Chad Loder
This is a regression introduced during conversion from perror(3) to err(3)
2004-07-01use err/errx and __progname; -WallMichael Shalayeff
2003-10-27- make SYNOPSIS expand properlyJason McIntyre
- document -t - clarify behaviour - document differences from POSIX
2003-07-03protosTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2001-11-19kill more registersMike Pechkin
millert@ ok
2000-03-07Various cleanup.Aaron Campbell
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-02-11fix usage messagesTheo de Raadt
1998-09-23usr.bin/ man page repairs, a - eAaron Campbell
1998-01-22expand(1) cannot treat argument correctly; shigio@wafu.netgate.netTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt