diff options
author | B. Watson <yalhcru@gmail.com> | 2014-09-25 17:08:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-25 17:08:19 +0700 |
commit | f54cb843cf6f8aacecdcd2eb9d455118681ec9ec (patch) | |
tree | e16e19dfa618093b115ec64bb44187f4fd965a46 /system/man-db/README.Slackware | |
parent | e188c623a9f5fa43cdafdcadb227fe0f4c9bac30 (diff) |
system/man-db: Updated for version 2.7.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/man-db/README.Slackware')
-rw-r--r-- | system/man-db/README.Slackware | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/system/man-db/README.Slackware b/system/man-db/README.Slackware index f0eb6b57ca84..165e9dfa4c42 100644 --- a/system/man-db/README.Slackware +++ b/system/man-db/README.Slackware @@ -12,15 +12,14 @@ installed in this case. When installing man-db, the doinst.sh script may take several minutes to run. This is because it's indexing all the man pages on the system. Also, a cron job is installed in /etc/cron.daily, which adds newly-installed -man pages to the database. The index speeds up searching via "man -K", -"man -k", or "apropos". It's fast enough that "man -K" is now actually -useful... the disadvantage is that newly-installed man pages won't be -found in these searches until the database has been updated, so any time -you install new man pages, you'll want to run "mandb" as root, or wait -for cron to do it for you (if you don't do this, the new pages can still -be displayed, they just won't be searchable). The indexing runs quickly -once the initial database has been created, so the cron job or manual -update shouldn't bring your system to its knees. +man pages to the database. The index speeds up searching via "man -k" +or "apropos". The disadvantage is that newly-installed man pages won't +be found in these searches until the database has been updated, so any +time you install new man pages, you'll want to run "mandb" as root, or +wait for cron to do it for you (if you don't do this, the new pages can +still be displayed, they just won't be searchable). The indexing runs +quickly once the initial database has been created, so the cron job or +manual update shouldn't bring your system to its knees. The database is located in /var/cache/man, and on a full Slackware install will be approximately 5MB in size. During index creation, approximately |