mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
mandb: add page (#2672)
This commit is contained in:
parent
548465e275
commit
2bf87e0c5c
1 changed files with 27 additions and 0 deletions
27
pages/linux/mandb.md
Normal file
27
pages/linux/mandb.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# mandb
|
||||||
|
|
||||||
|
> Manage the pre-formatted manual page database.
|
||||||
|
|
||||||
|
- 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`
|
Loading…
Add table
Reference in a new issue