summaryrefslogtreecommitdiffstats
path: root/usr.bin/pr
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-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
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Merge headsjg2014-04-281-5/+1
| |\ | |/ |/|
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync with HEAD.obrien2013-02-081-3/+1
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-141-5/+1
| |/ |/| | | | | | | | | | | | | | | regents and renumber. This patch skips files in contrib/ and crypto/ Acked by: imp Discussed with: emaste
* | Standardize EXIT STATUS instructions in man pages when possible.eadler2012-11-181-3/+1
|/ | | | | Approved by: bcr (mentor) MFC after: 3 days
* Spelling fixes for usr.bin/uqs2011-12-301-3/+3
|
* Add missing static keywords to pr(1)ed2011-11-062-29/+31
|
* Make pr build with WARNS=6.ed2010-02-262-2/+2
|
* Use time(NULL) instead of gettimeofday(), because we only need tv_sec.ed2010-02-261-8/+3
|
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+3
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* egetopt.c does not use any stdlib.h definations, nor it referenced anydelphij2009-12-131-3/+0
| | | | | | symbol from other module, so remove reference of stdlib.h and extern.h. Verified with: md5(1)
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+3
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-3/+0
| | | | Tested with: make universe
* Fix misspelled 'argument' and try to make the sentence into English.jhb2005-10-261-1/+1
| | | | Submitted by: Andre Guibert de Bruet andy at siliconlandmark dot com
* Sort sections.ru2005-01-181-6/+6
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-2/+2
|
* No capital letter after :charnier2004-07-261-3/+3
|
* Document missing multibyte character support in utilities specifiedtjr2004-07-031-1/+5
| | | | by POSIX.
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
| | | | Add FreeBSD Id tag where missing.
* 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
|
OpenPOWER on IntegriCloud