diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-11-26 11:23:56 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-11-26 11:23:56 +0000 |
commit | f8e12b2bd2dcaa23ee142da8052f6f788df55c60 (patch) | |
tree | 2c4dfc4a2473d0c0a2255337e179ccb5e575e8fe /mandocdb.8 | |
parent | 30a2fcbdee4f248acbd484a9e0944f9717ec226c (diff) | |
download | mandoc-f8e12b2bd2dcaa23ee142da8052f6f788df55c60.tar.gz |
Store page titles in the correct case, and by default, only
put stuff into the database that man(1) will be able to retrieve.
However, support an option to use all directories and files.
feedback and ok kristaps@
Diffstat (limited to 'mandocdb.8')
-rw-r--r-- | mandocdb.8 | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -22,7 +22,7 @@ .Nd index UNIX manuals .Sh SYNOPSIS .Nm -.Op Fl v +.Op Fl av .Op Ar dir... .Nm .Op Fl v @@ -42,8 +42,19 @@ manuals and indexes them in a and .Sx Index Database for fast retrieval. +.Pp The arguments are as follows: .Bl -tag -width Ds +.It Fl a +Use all directories and files found below +.Ar dir ... . +By default, only files matching +.Sm off +.Sy man Ar section Li / +.Op Ar arch Li / +.Ar title . section +.Sm on +will be used. .It Fl d Ar dir Merge (remove and re-add) .Ar |