summaryrefslogtreecommitdiff
path: root/usr.bin/vis
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.David Malone2002-09-041-8/+5
| | | | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 Notes: svn path=/head/; revision=102944
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-222-3/+3
| | | | Notes: svn path=/head/; revision=92922
* WARNS=2 fix, add externs.h to centralise external prototypes,Mark Murray2001-12-113-13/+52
| | | | | | | use __FBSDID(), kill register keyword. Notes: svn path=/head/; revision=87691
* Some warns cleanups - I think this is still not warns clean on the alpha.David Malone2001-12-032-7/+9
| | | | Notes: svn path=/head/; revision=87305
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-08-253-20/+42
| | | | Notes: svn path=/head/; revision=28692
* Typo.Masafumi Max NAKANE1997-04-251-1/+1
| | | | | | | | PR: 3385 Submitted by: Josh Gilliam <soil@quick.net> Notes: svn path=/head/; revision=25146
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Fix an itinerant cross-reference.Garrett Wollman1996-07-251-1/+1
| | | | Notes: svn path=/head/; revision=17283
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-261-0/+3
| | | | Notes: svn path=/head/; revision=11824
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-8/+8
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+375
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590