aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/makewhatis
Commit message (Expand)AuthorAgeFilesLines
* I had some unrelated (wrong) changes to makewhatis. Undo them.Eitan Adler2014-02-272-253/+202
* linprocfs: add support for /sys/kernel/random/uuidEitan Adler2014-02-272-202/+253
* Currently the code uses gzFile * for a zlib file descriptor, whichXin LI2012-06-201-1/+1
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-041-2/+2
* %.s expects an int as the length specifier, so cast properly.Xin LI2009-06-231-1/+2
* Teach makewhatis.c to treat .SS with the same severity as .SH.Edwin Groothuis2007-10-181-0/+2
* Prepare for MACHINE and hw.machine switching to "pc98" on FreeBSD/pc98.Ruslan Ermilov2005-12-052-4/+22
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-4/+4
* Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local.Ruslan Ermilov2002-11-181-3/+8
* ANSIify function definitions.David Malone2002-09-041-6/+4
* The .Nm utilityPhilippe Charnier2002-07-141-3/+5
* Remove a debug output statement.Robert Drehmel2002-07-071-4/+0
* - Fix the code in sbuf_need() to double the allocation size untilRobert Drehmel2002-07-071-9/+17
* Use size_t or ino_t instead of int, and remove a few warnings.Giorgos Keramidas2002-06-071-4/+4
* Unroff all forms of \f and \*, and the simplest form of \s.Ruslan Ermilov2002-05-221-8/+14
* Style.Ruslan Ermilov2002-05-201-3/+2
* Fix markup.Ruslan Ermilov2002-05-181-11/+19
* More whitespace fixes.Ruslan Ermilov2002-05-181-1/+3
* Fixed spacing.Ruslan Ermilov2002-05-181-0/+1
* Look into machine specific subdirs.Ruslan Ermilov2002-05-182-1/+13
* Add C rewrites of catman and makewhatis. These aren't quite asMark Murray2002-05-183-0/+1141
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: removed history info from the .Os call.Ruslan Ermilov2000-12-141-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
* Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.Nik Clayton1999-07-302-12/+22
* Fix a minor nit in the .Dd macro invocation so thatSteve Price1997-06-231-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Minor formatting fixes.Mike Pritchard1996-12-091-12/+5
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-4/+49
* New option -append: teach makewhatis to only add records, insteadWolfram Schneider1996-05-222-1/+56
* Bugfix: nested *?+ in regexp at /usr/bin/makewhatis line 286Wolfram Schneider1996-05-121-0/+35