aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/pr
Commit message (Expand)AuthorAgeFilesLines
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Remove a duplicate fclose() that snuck into r316501Alan Somers2017-04-051-1/+0
* Fix file descriptor and memory leaks in pr(1)Alan Somers2017-04-048-46/+172
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-5/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync with HEAD.David E. O'Brien2013-02-081-3/+1
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
| |/ |/|
* | Standardize EXIT STATUS instructions in man pages when possible.Eitan Adler2012-11-181-3/+1
|/
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-3/+3
* Add missing static keywords to pr(1)Ed Schouten2011-11-062-29/+31
* Make pr build with WARNS=6.Ed Schouten2010-02-262-2/+2
* Use time(NULL) instead of gettimeofday(), because we only need tv_sec.Ed Schouten2010-02-261-8/+3
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+3
* egetopt.c does not use any stdlib.h definations, nor it referenced anyXin LI2009-12-131-3/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+3
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-3/+0
* Fix misspelled 'argument' and try to make the sentence into English.John Baldwin2005-10-261-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
* No capital letter after :Philippe Charnier2004-07-261-3/+3
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* ANSIify function definitions.David Malone2002-09-042-9/+9
* Make egetopt() return -1 not EOF, as getopt(3) do.Philippe Charnier2002-06-231-4/+4
* add DIAGNOSTICS sectionPhilippe Charnier2002-06-231-1/+1
* Modernise this code by rounding up the usual suspects: register keyword,Mark Murray2002-06-212-120/+87
* Don't convert a single space before a tab stop into a tab when theTim J. Robbins2002-06-191-2/+2
* Add P1003.1-2001 -f and -p options.Juli Mallett2002-03-312-4/+52
* remove __PWarner Losh2002-03-221-18/+19
* Ensure err is a useful value to prevent using fputs() with a NULL stream.Chris D. Faulhaber2002-02-171-0/+1
* Cross-reference rs(1), the general array re-shaper. (pr(1) is commonly usedGarrett Wollman2001-09-211-2/+7
* Remove whitespace at EOL.Dima Dorfman2001-07-151-11/+11
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-2/+0
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-212-2/+7
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-3/+12
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-8/+6
* Fixed typo: .FL -> .FlRuslan Ermilov2000-11-061-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* The -s option was broken (missing braces around an else clause).Kris Kennaway1999-12-041-5/+7