snippetbashTip
mandb — Manage the pre-formatted manual page database. More information: <https://manned.org/mandb>.
Viewed 0 times
thecommandclimanagemanualformattedpremandb
linux
Problem
How to use the
mandb command: Manage the pre-formatted manual page database. More information: <https://manned.org/mandb>.Solution
mandb — Manage the pre-formatted manual page database. More information: <https://manned.org/mandb>.Purge and process manual pages:
mandbUpdate a single entry:
mandb --filename {{path/to/file}}Create entries from scratch instead of updating:
mandb --createOnly process user databases:
mandb --user-dbDo not purge obsolete entries:
mandb --no-purgeCheck the validity of manual pages:
mandb --testCode Snippets
Purge and process manual pages
mandbUpdate a single entry
mandb --filename {{path/to/file}}Create entries from scratch instead of updating
mandb --createOnly process user databases
mandb --user-dbDo not purge obsolete entries
mandb --no-purgeContext
tldr-pages: linux/mandb
Revisions (0)
No revisions yet.