=================================================================== RCS file: /cvs/mandoc/mandoc.1,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- mandoc/mandoc.1 2009/09/21 13:06:13 1.37 +++ mandoc/mandoc.1 2009/09/21 13:44:56 1.38 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.37 2009/09/21 13:06:13 kristaps Exp $ +.\" $Id: mandoc.1,v 1.38 2009/09/21 13:44:56 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -276,6 +276,12 @@ To page manuals to the terminal: .D1 % mandoc \-Wall,error \-fstrict mandoc.1 2>&1 | less .D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less . +.Pp +To produce HTML manuals with +.Pa http://localhost/ +as the base URI: +.Pp +.D1 % mandoc \-Thtml -obase=http://localhost/ mdoc.7 > mdoc.7.html .Pp To check over a large set of manuals: .