1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/mandb.md
2024-06-18 17:49:53 +02:00

28 lines
443 B
Markdown

# mandb
> Manage the pre-formatted manual page database.
> More information: <https://manned.org/mandb>.
- 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`