summaryrefslogtreecommitdiff
path: root/libexec/makewhatis
AgeCommit message (Expand)Author
2006-08-30Only include libutil if !HOSTPROGchristos
2006-08-26use efun(3)christos
2006-04-10modified man(1):chuck
2005-11-18Deal with fts errors properly.christos
2005-09-15Reject unformatted manual pages with "[" characters in the descriptiontron
2005-06-01appease gcc -Wuninitializedlukem
2005-04-04Sync usage with man page.wiz
2005-04-04Some cleanups, use more markup.wiz
2005-04-03Make it parse old man pages, new mdoc pages, broken pages, and pages wherechristos
2005-04-03remove debugging printfs.christos
2005-04-03Cat pages end up looking like "page -- description", so substitute "--" forchristos
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-13use bounded string op (some remains)itojun
2003-06-14Do not hardcode "nroff", allow it to be overridden by defining NROFF. Useful ...wiz
2003-06-14Report on which file nroff returned an error.wiz
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2002-09-18use bsd.own.mk instead of the (obvious typo of) bsd.obj.mklukem
2002-09-13Rename man/config.{c,h} to man/manconf.{c,h}, so we don't have tothorpej
2002-09-04Previous commit broke the normal build; this should really fix thejunyoung
2002-09-04Fix a problem that 'make obj' doesn't work within tools/makewhatis.junyoung
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-06-11Adapt to lastest changes of configuration handling in man(1).tron
2002-03-10remove - the C version diverged enough for this to not bejdolecek
2002-03-10fix behaviour if exactly one directory is specified (off-by-one error)jdolecek
2002-03-08Grammar and mdoc fixes.wiz
2002-03-08If called without arguments, parse /etc/man.conf and regenerate the whatisjdolecek
2002-03-07Make the whatis enties prefixed with man subdirectory the manpagejdolecek
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-21Handle ".Xr" commands with text after the section number probably.tron
2002-01-15Whitespace nit, mark up AUTHORS section, use standard headers, sort sections,...wiz
2002-01-11- fix whitespace nits.christos
2001-11-29Allow this to be built as a host program.thorpej
2001-11-23Avoid strange error message in case of corrupted manual page files.tron
2001-04-10Strip overstrike characters from input lines while searching for a "NAME"tron
2001-04-08Abort parsing and invoke "nroff" if an unsupported macro is found in thetron
2001-04-08- Use ".TH" lines in unformatted manual pages to find correct sectiontron
2001-02-19convert to use getprogname()cgd
2000-07-13Invoke "nroff" with "-S" (safer mode) option because "makewhatis" istron
2000-07-13Kill "nroff" process and wait for its terminiation if we can't setuptron
2000-07-13Optimize invokation of "nroff":tron
2000-07-10Check exit code returned from "nroff" if it is used to converttron
2000-07-09Invoke "nroff" and parse its output if an unformatted manual page usestron
2000-01-24Don't write leading white spaces and directory names to whatis file.tron
1999-12-31Accept all kind of whitespaces when searching for the end of a nrofftron
1999-12-31Correct and improve nroff macro stripping. Partially fixes PR bin/9083tron
1999-12-11Recognize manual page sections "l" and "n" used by the package system.tron
1999-09-25Set file modes of whatis.db database file to 444 like the old script did.tron