summaryrefslogtreecommitdiffstats
path: root/usr.bin/soelim
Commit message (Collapse)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+18
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* Improve soelim(1) manpagesbapt2015-11-071-14/+19
| | | | Submitted by: Sascha Wildner <saw@online.de>
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
| | | | | | | | | | | | netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
* * fix roff terminology in .Ndbapt2015-05-211-3/+7
| | | | | | | * remove .Xr to self * add AUTHORS section Submitted by: schwarze at OpenBSD
* add an include on sys/types.h because we do explicitly use size_tbapt2015-05-211-1/+2
| | | | | | remove unused stdbool.h Suggested by: schwarze at OpenBSD
* Use the POSIX PATH_MAX macro from limits.h instead of non standard MAXPATHLENbapt2015-05-211-3/+2
| | | | Submitted by: schwarze at OpenBSD
* sort headersbapt2015-05-211-4/+4
|
* Parse filename until first space then print the rest of the line after filebapt2015-05-045-6/+25
| | | | | | inclusion This is the same behaviour of heirloom's soelim
* Add regression tests for soelim(1)bapt2015-05-027-0/+125
|
* Improve compatibility groff's soelimbapt2015-05-012-10/+29
| | | | | | While here implement -C from GNU groff Reported by: delphij
* Correct - handling.delphij2015-05-011-0/+3
| | | | | Reported by: pkg-fallout X-MFC-with: r282318
* Replace groff's soelim by soeliminate(1) renamed soelim(1)bapt2015-05-013-0/+240
|
* We use modernized version of soelim(1) shipped with Groff.ru2003-06-233-269/+0
|
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
| | | | PR: docs/37176
* Output .lf directives.grog2002-10-301-0/+4
|
* ANSIify function definitions.dwmalone2002-09-041-7/+4
| | | | | | | | | 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
* Use `The .Nm utility'charnier2002-04-201-1/+3
|
* remove __Pimp2002-03-221-1/+1
|
* Remove to-be-default WARNS?=2markm2001-12-121-1/+0
|
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+1
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Warns cleanups.dwmalone2001-12-032-2/+4
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
| | | | with a trailing zero-width space: `e.g.\&'.
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+2
| | | | builtins (e.g., exit, strcmp).
* Don't call warn() with no format string.kris2000-07-101-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* Use err(3). Add prototype.charnier1997-08-112-6/+15
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+253
OpenPOWER on IntegriCloud