aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/checknr
Commit message (Collapse)AuthorAgeFilesLines
* Use `The .Nm utility'. Introduce options with well known sentence.Philippe Charnier2002-04-191-8/+11
| | | | Notes: svn path=/head/; revision=95079
* remove __PWarner Losh2002-03-221-12/+12
| | | | Notes: svn path=/head/; revision=92920
* 1) Don't use -Wall in Makefile.David Malone2002-02-272-32/+34
| | | | | | | | | | 2) Don't compile vendor ID. 3) WARNS=4 fixes (constness, make a global local to avoid shadowing, unused parameters, rename local to avoid shadowing, remove junk after #endif) 4) remove some "register"s. Notes: svn path=/head/; revision=91389
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
| | | | Notes: svn path=/head/; revision=68963
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | 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
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-2/+3
| | | | Notes: svn path=/head/; revision=41568
* Add prototypes to functions. Make -Wall happy.Philippe Charnier1997-06-241-45/+74
| | | | Notes: svn path=/head/; revision=26881
* Sort cross references.Wolfram Schneider1997-01-151-2/+2
| | | | Notes: svn path=/head/; revision=21748
* Another round of man page cleanups.Mike Pritchard1996-02-121-1/+1
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Terminate string copied by strncpy() by '\0' to fix a core dump.Satoshi Asami1995-06-301-0/+1
| | | | | | | Submitted by: kogane@kces.koganemaru.co.jp (Nobuyuki Koganemaru) Notes: svn path=/head/; revision=9376
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+750
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590