summaryrefslogtreecommitdiffstats
path: root/usr.bin/vis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When iterating over the list of input files close them whenjsg2016-08-311-3/+4
| | | | | | processing of each is done. ok guenther@
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-5/+5
|
* tame "stdio rpath" initially; if we find out the only file operated onderaadt2015-10-051-2/+8
| | | | | is stdin, then we can drop directly to tame "stdio" ok doug
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-4/+7
| | | | | handling along the way. Reviews by Brendan MacDonell, Jeremy Devenport, florian, doug, millert
* in getopt() blocks, stop incrementing flag variable which are supposedderaadt2015-02-081-5/+5
| | | | | to just be 0/1 ok miod florian
* remove erroneous char cast to switch expression processing getopt(3);okan2013-11-271-2/+2
| | | | | | not used in any cases. ok deraadt@, guenther@, millert@
* clarify a simple expressionderaadt2013-11-121-2/+2
|
* simpler prototype repairsderaadt2013-11-121-4/+4
|
* backout VIS_HEX. guenther@ points out that the C89 \xff encodingdjm2010-08-242-12/+6
| | | | | | | | | idiotically accepts more then two hex digits following the \x, even on platforms where a char has 8 bits. It is therefore dangerous to have an almost-bit-not-quite compatible format in vis(3). The VIS_ALL (encode all characters) option introduced in the same commit remains.
* mirror new flags to vis(3): -a to encode all characters, -h to usedjm2010-08-212-6/+17
| | | | hex encoding. feedback jmc@ ok millert@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-22/+2
| | | | | | | 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
* replace ".Ar file ..." with ".Ar" whenever possible.sobrado2009-08-161-3/+3
| | | | ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* `b' before `c'; from Igor Sobradojmc2007-03-152-5/+5
|
* the arg to -F is not optional;jmc2005-04-102-9/+10
| | | | | | tweak -f description accordingly; found by wilfried@
* remove unused crap never deleted during developmentderaadt2004-09-141-7/+11
|
* sync usage w/ man page; closes PR 3456 (nice number!); henning@ OKmillert2003-09-081-7/+16
|
* some extra markup and correct synopsisavsm2003-09-031-3/+5
| | | | jmc@ ok
* mostly ansi cleanup; pval okderaadt2003-06-101-9/+5
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-033-20/+8
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Better wording, partly related to recent vis(3) change.pjanzen2003-05-141-5/+10
|
* 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-4/+4
|
* kill more registersmpech2001-11-192-7/+7
| | | | millert@ ok
* Finish off cleanup usr.bin/ man pages.aaron2000-03-141-13/+18
|
* - remove trailing white spaceaaron1999-06-051-2/+2
| | | | | | | - 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... :/
* insert a missing word; pjanzen@aaron1998-11-031-2/+3
|
* usr.bin/ man page fixes, t-zaaron1998-10-301-7/+6
|
* $OpenBSD$deraadt1997-09-211-2/+1
|
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-3/+3
|
* rcsidderaadt1996-06-264-3/+6
|
* initial import of NetBSD treederaadt1995-10-184-0/+396