From 2bf87e0c5c20ed028a9c89ff5842f195808c2d25 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Mon, 28 Jan 2019 18:42:46 +0000 Subject: [PATCH] mandb: add page (#2672) --- pages/linux/mandb.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/linux/mandb.md diff --git a/pages/linux/mandb.md b/pages/linux/mandb.md new file mode 100644 index 0000000000..e5b6d61a22 --- /dev/null +++ b/pages/linux/mandb.md @@ -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`