aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/checknr
Commit message (Collapse)AuthorAgeFilesLines
* Remove groff from baseBaptiste Daroussin2017-06-074-829/+0
| | | | | | | | | | | | | All manpages in base are now compatible with mandoc(1), all roff documentation will be relocated in the doc tree. man(1) can now use groff from the ports tree if it needs. Also remove checknr(1) and colcrt(1) which are only useful with groff. Approved by: (no objections on the mailing lists) Notes: svn path=/head/; revision=319664
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
| | | | Notes: svn path=/head/; revision=303526
* 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
| * Merge sync of headSimon J. Gerraty2015-05-272-56/+96
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * 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
| * 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 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
* | Reduce the size to 64 for the commands, 512 was way too large for the purposeBaptiste Daroussin2015-05-071-1/+1
| | | | | | | | | | | | | | Noticed by: julian Notes: svn path=/head/; revision=282609
* | Enlarge the buffer for storing macros as some macros can be longer than 5Baptiste Daroussin2015-05-051-1/+1
| | | | | | | | Notes: svn path=/head/; revision=282468
* | Update the list of known roff commands (adding the mdoc package)Baptiste Daroussin2015-05-051-35/+54
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=282467
* | Properly assign open and close brackets and checks memoryBaptiste Daroussin2015-05-051-2/+12
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=282466
* | Ensure we read existing values of the stk tableBaptiste Daroussin2015-05-051-2/+4
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=282464
* | Use stdup(3) and check its return instead from homebrew version using strcpy(3)Baptiste Daroussin2015-05-051-1/+2
| | | | | | | | | | | | | | | | | | and malloc(3) Obtained from: NetBSD Notes: svn path=/head/; revision=282463
* | cosmetic fixesBaptiste Daroussin2015-05-051-2/+2
| | | | | | | | | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=282462
* | Remove limitation on input lines by using getline(3)Baptiste Daroussin2015-05-042-7/+8
| | | | | | | | Notes: svn path=/head/; revision=282439
* | Extend the list of known nroff/troff commandsBaptiste Daroussin2015-05-041-12/+16
| | | | | | | | | | | | | | Obtained from: heirloom doctools Notes: svn path=/head/; revision=282438
* | Take from heirloom's doctools version of checknr(1) some cosmetic fixesBaptiste Daroussin2015-05-041-11/+14
|/ | | | | | | This helps working on synchronising both tools Notes: svn path=/head/; revision=282437
* Mark global functions and/or variables in checknr(1) static where possible.Ed Schouten2011-11-061-33/+33
| | | | | | | This allows compilers and static analyzers to more thorough analysis. Notes: svn path=/head/; revision=227234
* Remove duplicate "in".Rebecca Cran2011-03-011-1/+1
| | | | | | | | Suggested by: Rob Farmer <rfarmer at predatorlabs.net> MFC after: 3 days Notes: svn path=/head/; revision=219126
* Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran2011-02-281-1/+1
| | | | | | | | PR: 121490 MFC after: 3 days Notes: svn path=/head/; revision=219096
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
| | | | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson Notes: svn path=/head/; revision=216370
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
| | | | | | | | | | PR: 121490 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> Approved by: rwatson (mentor), jkoshy MFC after: 3 days Notes: svn path=/head/; revision=177626
* Document input line length limit.Tim J. Robbins2005-01-251-1/+5
| | | | Notes: svn path=/head/; revision=140835
* Sort sections.Ruslan Ermilov2005-01-181-11/+11
| | | | Notes: svn path=/head/; revision=140420
* Use warn() instead of perror().Tim J. Robbins2004-07-151-1/+2
| | | | Notes: svn path=/head/; revision=132178
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+3
| | | | Notes: svn path=/head/; revision=131491
* Close files after opening them to avoiding leaking descriptors and memory.Tim J. Robbins2003-06-011-1/+3
| | | | Notes: svn path=/head/; revision=115601
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-30/+16
| | | | | | | Minor constness changes. Notes: svn path=/head/; revision=100813
* Use `The .Nm utility'. Introduce options with well known sentence.Philippe Charnier2002-04-191-8/+11
| | | | Notes: svn path=/head/; revision=95079
* remove __PWarner Losh2002-03-221-12/+12
| | | | Notes: svn path=/head/; revision=92920
* 1) Don't use -Wall in Makefile.David Malone2002-02-272-32/+34
| | | | | | | | | | 2) Don't compile vendor ID. 3) WARNS=4 fixes (constness, make a global local to avoid shadowing, unused parameters, rename local to avoid shadowing, remove junk after #endif) 4) remove some "register"s. Notes: svn path=/head/; revision=91389
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | 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: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
| | | | Notes: svn path=/head/; revision=68963
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | 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
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-2/+3
| | | | Notes: svn path=/head/; revision=41568
* Add prototypes to functions. Make -Wall happy.Philippe Charnier1997-06-241-45/+74
| | | | Notes: svn path=/head/; revision=26881
* Sort cross references.Wolfram Schneider1997-01-151-2/+2
| | | | Notes: svn path=/head/; revision=21748
* Another round of man page cleanups.Mike Pritchard1996-02-121-1/+1
| | | | | | | Down to only about 100 items left to cleanup! :-) Notes: svn path=/head/; revision=14045
* Terminate string copied by strncpy() by '\0' to fix a core dump.Satoshi Asami1995-06-301-0/+1
| | | | | | | Submitted by: kogane@kces.koganemaru.co.jp (Nobuyuki Koganemaru) Notes: svn path=/head/; revision=9376
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+750
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590