summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb
AgeCommit message (Expand)Author
2016-03-24PR/51006: Abhinav Upadhyay: makemandb(8) should parse escape sequenceschristos
2016-03-24PR/51004: Abhinav Upadhyay: apropos html mode doesn't handle especialchristos
2016-03-20PR/50460: Abhinav Upadhyay: Fix legacy apropos query to match both the namechristos
2016-01-28Don't crash if we have a missing section.christos
2015-12-20if we only asked for stopwords, use the original query.christos
2015-12-18Adjust to the new mdocmlchristos
2015-12-03CID 1341551: Don't bother formatting if ti == NULLchristos
2015-11-23PR/50344: Stephen Fisher: apropos shows formatting on console with vt100 termchristos
2015-04-07largely apply patch from PR bin/47392 by Abhinav Upadhyayplunky
2015-03-12MDOC_MAX is a valid token if the type is text. Adjust.joerg
2015-03-04- handle section numbers that are not single digitschristos
2015-03-03mention that this replaces makewhatis(8)christos
2015-03-02Explicitly deal with end of lists. PR 49708.joerg
2014-11-04Thankfully, apropos returns all results by default these days. Removesnj
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-01Fix an off by one bug in apropos.wiz
2014-06-03Fix a bug that caused an error about a UNIQUE constraint violation.wiz
2014-05-24Replace non-breaking space with hyphen, and call hyphen replacementwiz
2014-02-10in update_db(), extract the full list of files to update from the dbchs
2014-01-05Sync with interface change in mdocml 1.12.3.joerg
2013-11-29Wording improvements from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>wiz
2013-11-13Skip files of size 0 from indexing.wiz
2013-05-15avoid stdio assertion, failing laterchristos
2013-04-02Bump date.wiz
2013-04-02instead of having a format and no format flag, and exposing various formatters,christos
2013-03-29Sync usage with man page.wiz
2013-03-29Use Ev for environment variables. Improve -n description.wiz
2013-03-29fix legacy mode in pager filter. (don't ul format if we are not formatting).christos
2013-03-29- Fix legacy mode to use like instead of match. This loses ranking.christos
2013-03-29Don't enumerate all the digit sectionschristos
2013-03-29- If the stdout is not a tty, prevent formatting unless forced with -ichristos
2013-02-10add -r flag to elide tty formattingchristos
2013-02-10remove trailing whitespacechristos
2013-01-14- move the terminal handling in apropos-utils.c since htmp and pager are alsochristos
2013-01-14Fix the #ifdef NOTYET, namely use the terminal standout mode to highlight thechristos
2013-01-14Since mdocml decided to name headers that conflict with system ones (term.h)christos
2012-11-08If you cannot parse .SH NAME, like in the case of the ksh93 man pagechristos
2012-10-06Make mandb path configurable. makemandb (and related tools) usewiz
2012-09-07Use emalloc in one more place, like the rest of the code does.wiz
2012-09-07Fix usage, from Abhinav Upadhyay <er.abhinav.upadhyay@gmail.com>.wiz
2012-08-29Add -Q flag:wiz
2012-08-25Sync usage with manpage.wiz
2012-08-25Sort options in SYNOPSIS.wiz
2012-08-11Bug fix for PR 46733:wiz
2012-07-08Fix typo in a message.uwe
2012-05-10KNFjoerg
2012-05-07PR 46419 by Abhinav Upadhyay using his updated patch:wiz
2012-05-04The new apropos(1) incorrectly displays hyphens in the first linewiz
2012-04-22Sync with reality, From Abhinav Upadhyay in private mail.wiz
2012-04-22Add HISTORY section. From Abhinav Upadhyay in private mail.wiz