2019-01-28 18:42:46 +00:00
|
|
|
# mandb
|
|
|
|
|
|
|
|
> Manage the pre-formatted manual page database.
|
2021-02-11 13:10:41 +00:00
|
|
|
> More information: <https://man7.org/linux/man-pages/man8/mandb.8.html>.
|
2019-01-28 18:42:46 +00:00
|
|
|
|
|
|
|
- Purge and process manual pages:
|
|
|
|
|
|
|
|
`mandb`
|
|
|
|
|
|
|
|
- Update a single entry:
|
|
|
|
|
|
|
|
`mandb --filename {{path/to/file}}`
|
|
|
|
|
|
|
|
- Create entries from scratch instead of updating:
|
|
|
|
|
|
|
|
`mandb --create`
|
|
|
|
|
|
|
|
- Only process user databases:
|
|
|
|
|
|
|
|
`mandb --user-db`
|
|
|
|
|
|
|
|
- Do not purge obsolete entries:
|
|
|
|
|
|
|
|
`mandb --no-purge`
|
|
|
|
|
|
|
|
- Check the validity of manual pages:
|
|
|
|
|
|
|
|
`mandb --test`
|