summaryrefslogtreecommitdiffstats
path: root/usr.bin/pr
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.dwmalone2002-09-042-9/+9
| | | | | | | | | 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
* Make egetopt() return -1 not EOF, as getopt(3) do.charnier2002-06-231-4/+4
| | | | Reviewed by:markm
* add DIAGNOSTICS sectioncharnier2002-06-231-1/+1
|
* Modernise this code by rounding up the usual suspects: register keyword,markm2002-06-212-120/+87
| | | | | | consts, ANSIfication of functions, proper use of __FBSDID() and so on. This commit is non-functional from a code-execution perspective, but pr(1) now compiles WARNS=6 clean.
* Don't convert a single space before a tab stop into a tab when thetjr2002-06-191-2/+2
| | | | -i option is used.
* Add P1003.1-2001 -f and -p options.jmallett2002-03-312-4/+52
| | | | | | | PR: standards/36243 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike MFC after: 2 weeks
* remove __Pimp2002-03-221-18/+19
|
* Ensure err is a useful value to prevent using fputs() with a NULL stream.jedgar2002-02-171-0/+1
| | | | MFC after: 1 week
* Cross-reference rs(1), the general array re-shaper. (pr(1) is commonly usedwollman2001-09-211-2/+7
| | | | | | | to display text in columns even when the other formatting pr does is not desired.) MFC after: 1 week
* Remove whitespace at EOL.dd2001-07-151-11/+11
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
|
* Use nl_langinfo instead of %Efache2001-03-212-2/+7
|
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
|
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
| | | | Seperate does not exist in the english language.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-3/+12
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-8/+6
|
* Fixed typo: .FL -> .Flru2000-11-061-1/+1
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* The -s option was broken (missing braces around an else clause).kris1999-12-041-5/+7
| | | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com> Obtained from: OpenBSD
* %Ex -> %Efache1999-11-301-1/+1
|
* Change meaning of newly introduced -L option - it helps lpr laterache1999-11-302-10/+15
|
* Localize itache1999-11-303-13/+26
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Don't assume that time_t is long.bde1998-06-291-3/+7
|
* Cosmetic and typos.charnier1997-08-041-16/+25
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fixes:scrappy1996-10-221-5/+12
| | | | | | | | | | When you ask pr to use form feeds at the end of pages and specify a page length and tell pr to not put the fancy headers and footers on each pages, then pr will not separate the pages with a form feed. Closes PR: bin/1237 Submitted by: Warner Losh <imp@village.org>
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-0/+6
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* Remove wrong LC_TIME env. usageache1995-10-241-2/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-276-0/+2504
OpenPOWER on IntegriCloud