summaryrefslogtreecommitdiff
path: root/usr.bin/pr
Commit message (Collapse)AuthorAgeFilesLines
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
| | | | | | | | | | arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337 Notes: svn path=/head/; revision=289677
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * Merge headSimon J. Gerraty2014-04-281-5/+1
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=265044
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync with HEAD.David E. O'Brien2013-02-081-3/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246555
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | multiple: Remove 3rd clause from BSD license where approved by theEitan Adler2014-03-141-5/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste Notes: svn path=/head/; revision=263142
* | Standardize EXIT STATUS instructions in man pages when possible.Eitan Adler2012-11-181-3/+1
|/ | | | | | | | Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=243238
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-3/+3
| | | | Notes: svn path=/head/; revision=228992
* Add missing static keywords to pr(1)Ed Schouten2011-11-062-29/+31
| | | | Notes: svn path=/head/; revision=227175
* Make pr build with WARNS=6.Ed Schouten2010-02-262-2/+2
| | | | Notes: svn path=/head/; revision=204359
* Use time(NULL) instead of gettimeofday(), because we only need tv_sec.Ed Schouten2010-02-261-8/+3
| | | | Notes: svn path=/head/; revision=204358
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+3
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* egetopt.c does not use any stdlib.h definations, nor it referenced anyXin LI2009-12-131-3/+0
| | | | | | | | | symbol from other module, so remove reference of stdlib.h and extern.h. Verified with: md5(1) Notes: svn path=/head/; revision=200469
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+3
| | | | | | | needed. Notes: svn path=/head/; revision=200462
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-3/+0
| | | | | | | Tested with: make universe Notes: svn path=/head/; revision=200420
* Fix misspelled 'argument' and try to make the sentence into English.John Baldwin2005-10-261-1/+1
| | | | | | | Submitted by: Andre Guibert de Bruet andy at siliconlandmark dot com Notes: svn path=/head/; revision=151701
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
| | | | Notes: svn path=/head/; revision=140420
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
| | | | Notes: svn path=/head/; revision=140368
* No capital letter after :Philippe Charnier2004-07-261-3/+3
| | | | Notes: svn path=/head/; revision=132672
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
| | | | | | | by POSIX. Notes: svn path=/head/; revision=131511
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
| | | | | | | Add FreeBSD Id tag where missing. Notes: svn path=/head/; revision=108470
* ANSIify function definitions.David Malone2002-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 Notes: svn path=/head/; revision=102944
* Make egetopt() return -1 not EOF, as getopt(3) do.Philippe Charnier2002-06-231-4/+4
| | | | | | | Reviewed by:markm Notes: svn path=/head/; revision=98698
* add DIAGNOSTICS sectionPhilippe Charnier2002-06-231-1/+1
| | | | Notes: svn path=/head/; revision=98667
* Modernise this code by rounding up the usual suspects: register keyword,Mark Murray2002-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. Notes: svn path=/head/; revision=98552
* Don't convert a single space before a tab stop into a tab when theTim J. Robbins2002-06-191-2/+2
| | | | | | | -i option is used. Notes: svn path=/head/; revision=98408
* Add P1003.1-2001 -f and -p options.Juli Mallett2002-03-312-4/+52
| | | | | | | | | | PR: standards/36243 Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au> Reviewed by: mike MFC after: 2 weeks Notes: svn path=/head/; revision=93481
* remove __PWarner Losh2002-03-221-18/+19
| | | | Notes: svn path=/head/; revision=92921
* Ensure err is a useful value to prevent using fputs() with a NULL stream.Chris D. Faulhaber2002-02-171-0/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=90788
* Cross-reference rs(1), the general array re-shaper. (pr(1) is commonly usedGarrett Wollman2001-09-211-2/+7
| | | | | | | | | | to display text in columns even when the other formatting pr does is not desired.) MFC after: 1 week Notes: svn path=/head/; revision=83746
* Remove whitespace at EOL.Dima Dorfman2001-07-151-11/+11
| | | | 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: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-2/+0
| | | | Notes: svn path=/head/; revision=79454
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-212-2/+7
| | | | Notes: svn path=/head/; revision=74575
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
| | | | Notes: svn path=/head/; revision=72432
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | Seperate does not exist in the english language. Notes: svn path=/head/; revision=72091
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-3/+12
| | | | Notes: svn path=/head/; revision=71895
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-8/+6
| | | | Notes: svn path=/head/; revision=68575
* Fixed typo: .FL -> .FlRuslan Ermilov2000-11-061-1/+1
| | | | Notes: svn path=/head/; revision=68386
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* The -s option was broken (missing braces around an else clause).Kris Kennaway1999-12-041-5/+7
| | | | | | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com> Obtained from: OpenBSD Notes: svn path=/head/; revision=54114
* %Ex -> %EfAndrey A. Chernov1999-11-301-1/+1
| | | | Notes: svn path=/head/; revision=53962
* Change meaning of newly introduced -L option - it helps lpr laterAndrey A. Chernov1999-11-302-10/+15
| | | | Notes: svn path=/head/; revision=53955
* Localize itAndrey A. Chernov1999-11-303-13/+26
| | | | Notes: svn path=/head/; revision=53948
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477