summaryrefslogtreecommitdiff
path: root/usr.sbin/makemandb
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-05-24obsolete mkstr(1) and xstr(1)lukem
2023-01-01makemandb.c: spell "metadata" consistentlygutteridge
2022-10-30makemandb.c: fix grammar in a commentgutteridge
2022-10-26fix various typos in comments and makefs README file.andvar
2022-09-11makemandb/*: fix spelling of database and consistency of SQLitegutteridge
2022-06-06Don't index outside the mdocs array of function pointers. Analysis andskrll
2022-05-19apropos(1): improve error handling in edge casesgutteridge
2022-05-17apropos(1): Use the official spelling for "SQLite".uwe
2022-05-17apropos(1): Tweak the description of -1, ... -9, and -suwe
2022-05-17apropos(1): use proper -width for the list of options toouwe
2022-05-17apropos(1): use proper -widthuwe
2022-05-17apropos.1: document the PAGER environment variablegutteridge
2022-05-17apropos.c: fix pager functionalitygutteridge
2022-04-06makemandb.c: fail sooner if man page dirs can't be foundgutteridge
2021-12-05s/trival/trivial/ in comment.msaitoh
2021-12-05preceds -> precedeswiz
2021-12-05s/preceed/preced/ in comment.msaitoh
2021-11-27usr.sbin: remove unnecessary CONSTCOND, lint no longer needs itrillig
2021-04-16- Remove obsolete cltom(9) and mtocl(9).msaitoh
2020-11-12Revert addition of pthread dependency on sqlite.nia
2020-11-09Fix copy&pasto in previousmartin
2020-11-08sqlite: do not build without multithreading supportnia
2020-06-02Register ppollkamil
2020-01-17Remove uyurex(4).maya
2019-12-23Revert the removal of filemon.maxv
2019-12-18Retire filemon, discussed on tech-kern@.maxv
2019-08-18PR bin/54343: We want the callback_args.machine to be NULL if it is not pres...abhinav
2019-08-15PR/54343: Prevent NULL pointers in callback strings; use "*?*" for now tochristos
2019-06-07Properly free section_clause.leot
2019-05-18Document name_desc attribute of mandb_links.leot
2019-05-18Reintroduce case insensitive comparison of name accidentally lost in lastleot
2019-05-18PR misc/54213: Fix performance of whatis(1) when no matches are foundabhinav
2019-04-27Add a C99 symbol to libm: nexttowardlkamil
2019-04-19Memory allocated by sqlite3_mprintf should be free'd by sqlite3_freeabhinav
2019-04-14Set the snippet_length field of the callback_argsabhinav
2019-03-11remove unneeded header.christos
2019-03-11adjust to the new mandoc apichristos
2019-03-07fix memory allocation problems detected by jemalloc...christos
2018-08-24Adjust makemandb for the latest mandocabhinav
2018-08-16In the latest mandoc (mdocml) the signature (prototype) ofkre
2017-11-25Encapsulate all the arguments required by the query callback function in a st...abhinav
2017-10-31Casting variable of type int * to size_t *, may causeabhinav
2017-08-02Make the 'no results found' message sound less harsh.jmcneill
2017-08-01Don't use the custom tokenizer when compiled with debugging onabhinav
2017-06-18Add a custom tokenizer which does not stem certain keywords.abhinav
2017-05-23Make the name comparison case insensitive.abhinav
2017-05-21Remove MKCRYPTO option.riastradh
2017-05-10Get rid of unnecessary variable.abhinav
2017-05-02We do need to copy the return value from dirname(3) since there it is a staticabhinav