aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/catman.8
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-04 22:52:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-04 22:52:50 +0000
commit7284ec2208ed30f3a0d6f9975f330a7ebb44b988 (patch)
tree1cef240b362ef33cdde98cc81f41390579c245cb /catman.8
parent472358268a3a5ae7eff4dbde1e48f925e8c7d82b (diff)
downloadmandoc-7284ec2208ed30f3a0d6f9975f330a7ebb44b988.tar.gz
mandoc-7284ec2208ed30f3a0d6f9975f330a7ebb44b988.tar.zst
mandoc-7284ec2208ed30f3a0d6f9975f330a7ebb44b988.zip
Make catman and man.cgi understand the index type-field.
Also make catman's man.conf be generated as catman.conf to avoid clobbering a real man.conf file. Finally, add a placeholder catman() function to man.cgi for preformatted manuals in the cache.
Diffstat (limited to 'catman.8')
-rw-r--r--catman.88
1 files changed, 5 insertions, 3 deletions
diff --git a/catman.8 b/catman.8
index b6bf4fba..4b6b5853 100644
--- a/catman.8
+++ b/catman.8
@@ -1,4 +1,4 @@
-.\" $Id: catman.8,v 1.1 2011/11/26 19:54:13 kristaps Exp $
+.\" $Id: catman.8,v 1.2 2011/12/04 22:52:50 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 26 2011 $
+.Dd $Mdocdate: December 4 2011 $
.Dt CATMAN 8
.Os
.Sh NAME
@@ -29,7 +29,8 @@
.Sh DESCRIPTION
The
.Nm
-utility updates cached manpages for a jailed man.cgi.
+utility updates cached manpages for a jailed
+.Xr man.cgi 7 .
Its arguments are as follows:
.Bl -tag -width Ds
.It Fl f
@@ -73,6 +74,7 @@ is specified, all files are updated.
.Ex -std
.Sh SEE ALSO
.Xr mandoc 1 ,
+.Xr man.cgi 7 ,
.Xr mandocdb 8
.Sh AUTHORS
The