=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.1,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/mandoc/mandoc.1 2010/06/26 17:56:43 1.32 --- src/usr.bin/mandoc/mandoc.1 2010/06/29 14:41:28 1.33 *************** *** 1,4 **** ! .\" $OpenBSD: mandoc.1,v 1.32 2010/06/26 17:56:43 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $OpenBSD: mandoc.1,v 1.33 2010/06/29 14:41:28 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 26 2010 $ .Dt MANDOC 1 .Os .Sh NAME --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 29 2010 $ .Dt MANDOC 1 .Os .Sh NAME *************** *** 211,219 **** .Fl T Ns Ar html and .Fl T Ns Ar xhtml ! modes accept the following output options: .Bl -tag -width Ds ! .It Fl O Ns Cm includes Ns = Ns Ar fmt The string .Ar fmt , for example, --- 211,221 ---- .Fl T Ns Ar html and .Fl T Ns Ar xhtml ! modes accept the following ! .Fl O ! arguments: .Bl -tag -width Ds ! .It Cm includes Ns = Ns Ar fmt The string .Ar fmt , for example, *************** *** 226,232 **** are replaced with the include filename. The default is not to present a hyperlink. ! .It Fl O Ns Cm man Ns = Ns Ar fmt The string .Ar fmt , for example, --- 228,234 ---- are replaced with the include filename. The default is not to present a hyperlink. ! .It Cm man Ns = Ns Ar fmt The string .Ar fmt , for example, *************** *** 242,248 **** If no section is included, section 1 is assumed. The default is not to present a hyperlink. ! .It Fl O Ns Cm style Ns = Ns Ar style.css The file .Ar style.css is used for an external style-sheet. --- 244,250 ---- If no section is included, section 1 is assumed. The default is not to present a hyperlink. ! .It Cm style Ns = Ns Ar style.css The file .Ar style.css is used for an external style-sheet. *************** *** 252,260 **** .Pp The .Fl T Ns Ar ascii ! mode accepts the following output option: .Bl -tag -width Ds ! .It Fl O Ns Cm width Ns = Ns Ar width The output width is set to .Ar width , which will normalise to \(>=60. --- 254,264 ---- .Pp The .Fl T Ns Ar ascii ! mode accepts the following ! .Fl O ! argument: .Bl -tag -width Ds ! .It Cm width Ns = Ns Ar width The output width is set to .Ar width , which will normalise to \(>=60. *************** *** 348,354 **** .Pp Special characters are rendered in decimal-encoded UTF-8. .Ss PostScript Output ! PostScript Level 2 pages may be generated by .Fl T Ns Cm ps . Output pages are US-letter sized (215.9 x 279.4 mm) and rendered in fixed, 10-point Courier font. --- 352,360 ---- .Pp Special characters are rendered in decimal-encoded UTF-8. .Ss PostScript Output ! PostScript ! .Qq Adobe-3.0 ! Level-2 pages may be generated by .Fl T Ns Cm ps . Output pages are US-letter sized (215.9 x 279.4 mm) and rendered in fixed, 10-point Courier font.