summaryrefslogtreecommitdiff
path: root/usr.bin/nl
Commit message (Collapse)AuthorAgeFilesLines
* nl(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-181-1/+37
| | | | | | | | | | Add EXAMPLES section covering flags -b[ap] -n -i -s -v Approved by: bcr@ Differential Revision: Add EXAMPLES section covering flags -b[ap] -n -i -s -v Notes: svn path=/head/; revision=362298
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325188
* Remove another occurence of _WITH_GETLINEBaptiste Daroussin2016-07-311-1/+0
| | | | Notes: svn path=/head/; revision=303595
* 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 from headSimon J. Gerraty2014-05-082-7/+12
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=265720
| * 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
* | Treat the '-' as meaning standard input.Sergey Kandaurov2014-05-042-7/+12
|/ | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=265319
* Make nl(1) build with WARNS=6.Ed Schouten2011-10-142-14/+8
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=226362
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* The NetBSD Foundation has granted permission to remove clause 3 and 4Warner Losh2010-02-162-14/+0
| | | | | | | | | from their software. Obtained from: NetBSD Notes: svn path=/head/; revision=203971
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Use getline() instead of fgets(). This enables nl(1) to handleDavid Schultz2009-02-281-26/+21
| | | | | | | | | arbitrarily long lines and embedded NULs. The new functionality is nugatory, but adding it is a simple way to improve the exposure of getline() in -CURRENT. Notes: svn path=/head/; revision=189168
* o Really commit typo fixes to HEAD.Maxim Konovalov2007-03-251-1/+1
| | | | | | | | PR: docs/110809 Submitted by: naddy Notes: svn path=/head/; revision=167879
* Avoid 'bogus' uninitialized warning by initializing rather thanWarner Losh2006-12-221-4/+1
| | | | | | | | playing cute games. It is much simpler, clearer and easier to follow and understand. Besides, gcc4 likes it better. Notes: svn path=/head/; revision=165462
* Remove unused variables.Stefan Farfeleder2005-04-091-1/+1
| | | | Notes: svn path=/head/; revision=144840
* Document input line length limit.Tim J. Robbins2005-01-251-1/+5
| | | | Notes: svn path=/head/; revision=140835
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-3/+1
| | | | Notes: svn path=/head/; revision=140055
* Add support for multibyte characters.Tim J. Robbins2004-07-132-22/+47
| | | | Notes: svn path=/head/; revision=132078
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-0/+4
| | | | | | | by POSIX. Notes: svn path=/head/; revision=131511
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-3/+6
| | | | Notes: svn path=/head/; revision=131491
* Tidy up usage message.Tim J. Robbins2003-08-171-3/+3
| | | | Notes: svn path=/head/; revision=119025
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
| | | | Notes: svn path=/head/; revision=102084
* The XCU issue 5 requirement of accepting the file operand intermingledTim J. Robbins2002-05-272-12/+1
| | | | | | | with options has been withdrawn in issue 6, to which nl(1) now conforms. Notes: svn path=/head/; revision=97339
* style(9): use errx() where appropriate instead of fprintf() + exit().Tim J. Robbins2002-05-271-39/+24
| | | | Notes: svn path=/head/; revision=97338
* style(9): use err() instead of perror() + exit().Tim J. Robbins2002-05-271-20/+11
| | | | Notes: svn path=/head/; revision=97337
* remove __PWarner Losh2002-03-221-4/+4
| | | | Notes: svn path=/head/; revision=92921
* Fix typo.Dima Dorfman2001-11-241-1/+1
| | | | Notes: svn path=/head/; revision=86880
* Cross-reference jot(1).Garrett Wollman2001-09-211-1/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=83747
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+0
| | | | Notes: svn path=/head/; revision=81586
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: -xwidth has been fold into -width.Ruslan Ermilov2001-07-131-1/+1
| | | | Notes: svn path=/head/; revision=79658
* mdoc(7) police: eliminate -ww warnings.Ruslan Ermilov2001-07-091-3/+3
| | | | Notes: svn path=/head/; revision=79460
* mdoc(7) police: fix markup (demonstrates new -xwidth modifier).Ruslan Ermilov2001-05-161-26/+26
| | | | Notes: svn path=/head/; revision=76674
* Fix markupBrian Somers2001-05-051-1/+1
| | | | | | | Spotted by: Jens Schweikhardt <schweikh@schweikhardt.net> Notes: svn path=/head/; revision=76291
* Add nl(1)Brian Somers2001-05-043-0/+691
PR: 27078 Obtained from: NetBSD Notes: svn path=/head/; revision=76273