diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-07 10:55:27 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-07 10:55:27 +0000 |
commit | f841f3b77ee7f43443d4bc40a1e8da0ca81dfed7 (patch) | |
tree | 7576b1673f56937feb5467efb0644b59ef8763cf /mandoc.1 | |
parent | bc3089425f6b3a43c2898c28f960f5a313c05ebe (diff) | |
download | mandoc-f841f3b77ee7f43443d4bc40a1e8da0ca81dfed7.tar.gz |
Forgot to check in manual along with -Owidth=width patch.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -203,11 +203,11 @@ and .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 @@ -245,6 +245,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 . |