aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xstr
Commit message (Collapse)AuthorAgeFilesLines
* Introduce options definition the standard way. Do not uppercase firstPhilippe Charnier2003-06-091-5/+5
| | | | | | | letter in FILES section. Notes: svn path=/head/; revision=116113
* Another buffer overflow similar to the recent one in mkstr(1).Tim J. Robbins2002-11-011-0/+2
| | | | Notes: svn path=/head/; revision=106296
* ANSIify function definitions.David Malone2002-09-041-34/+16
| | | | | | | | | | | | 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-10/+11
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-15/+15
| | | | Notes: svn path=/head/; revision=92922
* WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray2001-12-111-49/+57
| | | | Notes: svn path=/head/; revision=87687
* 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-3/+3
| | | | Notes: svn path=/head/; revision=68963
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | 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. Use getopt(). Document -v flag.Philippe Charnier1997-08-282-57/+83
| | | | Notes: svn path=/head/; revision=28855
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+671
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590