#
140ae54c |
| 16-Mar-2022 |
schwarze <schwarze@openbsd.org> |
Just say that the databases are intended for use by apropos(1), whatis(1), and man(1), without restricting that statement to "man -k". Suggested by and patch OK'ed by jmc@.
While only apropos(1) and
Just say that the databases are intended for use by apropos(1), whatis(1), and man(1), without restricting that statement to "man -k". Suggested by and patch OK'ed by jmc@.
While only apropos(1) and whatis(1) strictly require the database and while our man(1) implementation can find many manual pages even when no database is available or when the database is incomplete or corrupt, it does use the database even without -k whenever possible. Consequently, this change makes the manual page less confusing.
show more ...
|
#
95d9e8b1 |
| 17-May-2017 |
schwarze <schwarze@openbsd.org> |
Never create empty databases.
When pkg_add(1)ing packages installing manual pages into some directory, the database in that directory automatically gets created or updated, no change so far. This p
Never create empty databases.
When pkg_add(1)ing packages installing manual pages into some directory, the database in that directory automatically gets created or updated, no change so far. This patch causes the database file to be automatically unlinked when pkg_delete(1)ing the last package having manual pages in that directory, to leave less cruft behind.
Suggested by ajacoutot@.
show more ...
|
#
af17c515 |
| 18-Mar-2017 |
schwarze <schwarze@openbsd.org> |
Correct description of MANPATH, and a few more improvements to the ENVIRONMENT section; OK jmc@
|
#
30997c59 |
| 28-Nov-2014 |
schwarze <schwarze@openbsd.org> |
Add some missing OpenBSD RCS markers and a few missing <sys/types.h> inclusions; no code change.
|
#
8a6116b7 |
| 17-Aug-2014 |
schwarze <schwarze@openbsd.org> |
typo; Steven Honeyman <stevenhoneyman at gmail dot com>
|
#
dbb14b0b |
| 25-Apr-2014 |
schwarze <schwarze@openbsd.org> |
Reduce the verbosity of makewhatis -t: In the past, it always showed the title lines of the files processed. Now, it only shows them when called with -D. That is better because pkg_create calls makew
Reduce the verbosity of makewhatis -t: In the past, it always showed the title lines of the files processed. Now, it only shows them when called with -D. That is better because pkg_create calls makewhatis -t. It is also more consistent with -D behaviour in non- -t modes. Issue reported by ajacoutot@; ok espie@ ajacoutot@ jasper@.
show more ...
|
#
e4570e6c |
| 04-Apr-2014 |
schwarze <schwarze@openbsd.org> |
When the -n or -t flag is given to makewhatis(8), write names and decriptions to stdout, in a format similar to apropos(1) output. Inspired by espie@'s makewhatis.
|
#
a10a1a6f |
| 03-Apr-2014 |
schwarze <schwarze@openbsd.org> |
Rename the -W option to -p (mnemonics: picky, print to stderr): That letter was already chosen by espie@ for OpenBSD 2.7, so avoid being gratuitiously different more than a decade later. Accept -v fo
Rename the -W option to -p (mnemonics: picky, print to stderr): That letter was already chosen by espie@ for OpenBSD 2.7, so avoid being gratuitiously different more than a decade later. Accept -v for backward compatibility with espie@'s makewhatis, even though it does nothing right now.
show more ...
|
#
dada979a |
| 03-Apr-2014 |
schwarze <schwarze@openbsd.org> |
The -v option of mandocdb(8) clashes with the -v option of espie@'s makewhatis(8), which traditionally does something different, so rename it to -D (mnemonics: Debug, Dump, Display).
|
#
8ed73071 |
| 17-Mar-2014 |
schwarze <schwarze@openbsd.org> |
describe new features
|
#
bea7dc21 |
| 17-Mar-2014 |
schwarze <schwarze@openbsd.org> |
sync to bsd.lv: remove the Berkeley DB specific parts and document -n
|
#
72f69b3e |
| 13-Jul-2013 |
schwarze <schwarze@openbsd.org> |
For citing the names and email addresses of authors, consistently use the style ".An name Aq Mt email".
Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@.
|
#
082ba4ba |
| 14-Jan-2012 |
schwarze <schwarze@openbsd.org> |
add/fix HISTORY and AUTHORS
|
#
b8f15b54 |
| 10-Jan-2012 |
schwarze <schwarze@openbsd.org> |
Continue using the traditional name makewhatis(8), do not rename to mandocdb(8): Even though there is some additional functionality, the basic purpose remains the same. Requested by espie@; "decide
Continue using the traditional name makewhatis(8), do not rename to mandocdb(8): Even though there is some additional functionality, the basic purpose remains the same. Requested by espie@; "decide fast" deraadt@.
show more ...
|
#
a5562a52 |
| 10-Jan-2012 |
schwarze <schwarze@openbsd.org> |
Rename file from mandocdb.8; no change of content yet.
|