=================================================================== RCS file: /cvs/mandoc/mandoc.1,v retrieving revision 1.59 retrieving revision 1.62 diff -u -p -r1.59 -r1.62 --- mandoc/mandoc.1 2010/04/13 05:26:49 1.59 +++ mandoc/mandoc.1 2010/06/07 20:57:09 1.62 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.59 2010/04/13 05:26:49 kristaps Exp $ +.\" $Id: mandoc.1,v 1.62 2010/06/07 20:57:09 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: April 13 2010 $ +.Dd $Mdocdate: June 7 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 @@ -192,25 +196,22 @@ When rewinding the scope of a block macro, forces the scope violations. This can seriously mangle the resulting tree. .Pq mdoc only -.It Fl f Ns Cm no-ign-chars -Do not ignore disallowed characters. .It Fl f Ns Cm no-ign-escape Do not ignore invalid escape sequences. .It Fl f Ns Cm no-ign-macro Do not ignore unknown macros at the start of input lines. .It Fl f Ns Cm strict Implies -.Fl f Ns Cm no-ign-escape , -.Fl f Ns Cm no-ign-macro , +.Fl f Ns Cm no-ign-escape and -.Fl f Ns Cm no-ign-chars . +.Fl f Ns Cm no-ign-macro . .El .Ss Output Options -For the time being, only +The .Fl T Ns Ar html and .Fl T Ns Ar xhtml -accept output options: +modes accept the following output options: .Bl -tag -width Ds .It Fl O Ns Cm includes Ns = Ns Ar fmt The string @@ -248,6 +249,16 @@ is used for an external style-sheet. This must be a valid absolute or relative URI. .El +.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. +.El .Sh OUTPUT This section documents output details of .Nm . @@ -336,6 +347,11 @@ 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 Level 1 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