aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rs
Commit message (Collapse)AuthorAgeFilesLines
* Add section number to .XrPhilippe Charnier2003-06-081-6/+6
| | | | Notes: svn path=/head/; revision=116048
* Contrary to what the comments said, rs -H did not recycle storage, it justTim J. Robbins2002-06-071-1/+3
| | | | | | | | kept writing past the end of the buffer. Correct the code so that it actually does recycle storage. Notes: svn path=/head/; revision=98003
* Use __FBSDID, ANSIfy functions, fix const string.Mark Murray2002-04-281-44/+37
| | | | Notes: svn path=/head/; revision=95618
* Use `The .Nm utility'Philippe Charnier2002-04-201-4/+6
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-221-10/+10
| | | | Notes: svn path=/head/; revision=92921
* Do not overrun entry array when printing output tables.Ruslan Ermilov2001-09-101-24/+22
| | | | | | | | | Cleanup storage allocation for entries. Obtained from: NetBSD Notes: svn path=/head/; revision=83303
* Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w).Ruslan Ermilov2001-09-101-1/+3
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83298
* Fixed the -z option handling:Ruslan Ermilov2001-09-101-3/+6
| | | | | | | | | | | | | -Wuninitialized if used without -t. PR: bin/30467 Null pointer dereference if used with -t. Maximum column width computation was wrong. Notes: svn path=/head/; revision=83296
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-5/+3
| | | | Notes: svn path=/head/; revision=70410
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-4/+7
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | 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
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
| | | | Notes: svn path=/head/; revision=33648
* Use err(3). Add usage(). Rewrote man page in mdoc format.Philippe Charnier1997-08-072-116/+153
| | | | Notes: svn path=/head/; revision=27953
* The rs(1) command dumps core with the -s option (SIGSEGV)Joerg Wunsch1996-05-261-4/+5
| | | | | | | | | (Fix a rangecheck condition.) Closes PR # bin/1244: rs(1) dumps core with -s Notes: svn path=/head/; revision=15909
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+748
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590