1 .\" $Id: catman.8,v 1.1 2011/11/26 19:54:13 kristaps Exp $
3 .\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .Dd $Mdocdate: November 26 2011 $
22 .Nd update a man.cgi manpage cache
32 utility updates cached manpages for a jailed man.cgi.
33 Its arguments are as follows:
36 Force an update to all files.
38 Print each file being updated.
40 Use the colon-separated path instead of the default list of paths
44 Invalid paths, or paths without manual databases, are ignored.
46 Append the colon-separated paths to the list of paths searched
50 Invalid paths, or paths without manual databases, are ignored.
52 Update into the directory tree under
60 databases in the default paths stipulated by
62 and updates the cache in
63 .Pa /var/www/cache/man.cgi .
65 An update occurs when a
67 database is older than the cached copy.
68 Cached manual pages are only updated if older than the master copy.
71 is specified, all files are updated.
80 utility was written by
81 .An Kristaps Dzonsons ,