=================================================================== RCS file: /cvs/mandoc/mandoc.1,v retrieving revision 1.61 retrieving revision 1.65 diff -u -p -r1.61 -r1.65 --- mandoc/mandoc.1 2010/06/07 10:55:27 1.61 +++ mandoc/mandoc.1 2010/06/29 14:18:05 1.65 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.61 2010/06/07 10:55:27 kristaps Exp $ +.\" $Id: mandoc.1,v 1.65 2010/06/29 14:18:05 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -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: June 7 2010 $ +.Dd $Mdocdate: June 29 2010 $ .Dt MANDOC 1 .Os .Sh NAME @@ -163,6 +163,10 @@ Implies .Fl W Ns Cm all and .Fl f Ns Cm strict . +.It Fl T Ns Cm ps +Produce PostScript output. +See +.Sx PostScript Output . .It Fl T Ns Cm tree Produce an indented parse tree. .It Fl T Ns Cm xhtml @@ -207,9 +211,11 @@ The .Fl T Ns Ar html and .Fl T Ns Ar xhtml -modes accept the following output options: +modes accept the following +.Fl O +arguments: .Bl -tag -width Ds -.It Fl O Ns Cm includes Ns = Ns Ar fmt +.It Cm includes Ns = Ns Ar fmt The string .Ar fmt , for example, @@ -222,7 +228,7 @@ Instances of are replaced with the include filename. The default is not to present a hyperlink. -.It Fl O Ns Cm man Ns = Ns Ar fmt +.It Cm man Ns = Ns Ar fmt The string .Ar fmt , for example, @@ -238,7 +244,7 @@ are replaced with the linked manual's name and section 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 +.It Cm style Ns = Ns Ar style.css The file .Ar style.css is used for an external style-sheet. @@ -248,9 +254,11 @@ relative URI. .Pp The .Fl T Ns Ar ascii -mode accepts the following output option: +mode accepts the following +.Fl O +argument: .Bl -tag -width Ds -.It Fl O Ns Cm width Ns = Ns Ar width +.It Cm width Ns = Ns Ar width The output width is set to .Ar width , which will normalise to \(>=60. @@ -343,6 +351,13 @@ cause rendered documents to appear as they do in .Fl T Ns Cm ascii . .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. .Ss XHTML Output Output produced by .Fl T Ns Cm xhtml