NetBSD/usr.sbin/makemandb
abhinav b0ca50fb4d PR bin/54343: We want the callback_args.machine to be NULL if it is not present in the DB.
The previous commit fixed the problem of allowing apropos to not crash and
produce output even if the database is missing values for certain mandatory
fields, such as name, section etc. Normally we don't expect those values
to be missing in the database but in case of parsing errors it can happen.

However, the machine architecture is an optional field since not all man pages
are hardware specific so that should be allowed to be set to NULL if not
present in the database.
2019-08-18 09:14:30 +00:00
..
apropos-utils.3
apropos-utils.c PR bin/54343: We want the callback_args.machine to be NULL if it is not present in the DB. 2019-08-18 09:14:30 +00:00
apropos-utils.h PR misc/54213: Fix performance of whatis(1) when no matches are found 2019-05-18 07:56:43 +00:00
apropos.1 Fix grammar/spelling at few places. 2016-06-17 18:48:07 +00:00
apropos.c Encapsulate all the arguments required by the query callback function in a struct. 2017-11-25 14:29:38 +00:00
close_db.3
custom_apropos_tokenizer.c Casting variable of type int * to size_t *, may cause 2017-10-31 10:14:27 +00:00
custom_apropos_tokenizer.h Add a custom tokenizer which does not stem certain keywords. 2017-06-18 16:24:10 +00:00
DBSCHEMA Document name_desc attribute of mandb_links. 2019-05-18 10:38:04 +00:00
fts3_tokenizer.h Add a custom tokenizer which does not stem certain keywords. 2017-06-18 16:24:10 +00:00
init_db.3
Makefile Add a custom tokenizer which does not stem certain keywords. 2017-06-18 16:24:10 +00:00
makemandb.8 Improve wording, and add reference to mandoc(3) 2016-06-18 06:36:18 +00:00
makemandb.c PR misc/54213: Fix performance of whatis(1) when no matches are found 2019-05-18 07:56:43 +00:00
nostem.txt Add a C99 symbol to libm: nexttowardl 2019-04-27 23:04:31 +00:00
run_query.3
stopwords.txt
whatis.1
whatis.c Reintroduce case insensitive comparison of name accidentally lost in last 2019-05-18 10:28:57 +00:00