aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-25 19:02:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-25 19:02:48 +0000
commita0a09dc999ed5bd2a42918fc6f4143ef92b81ba4 (patch)
treeb24250959d20dffd08f8fb790d87c676919dc567 /mandoc.1
parentd7293bc22cd91ff63e04800adfed0982252d8574 (diff)
downloadmandoc-a0a09dc999ed5bd2a42918fc6f4143ef92b81ba4.tar.gz
mandoc-a0a09dc999ed5bd2a42918fc6f4143ef92b81ba4.tar.zst
mandoc-a0a09dc999ed5bd2a42918fc6f4143ef92b81ba4.zip
Allow OpenBSD's nroff to process mandoc.1 without puking on long `It'
lines.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.120
1 files changed, 12 insertions, 8 deletions
diff --git a/mandoc.1 b/mandoc.1
index fb22e8d7..ebd82bdc 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.63 2010/06/11 07:15:42 kristaps Exp $
+.\" $Id: mandoc.1,v 1.64 2010/06/25 19:02:48 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -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 11 2010 $
+.Dd $Mdocdate: June 25 2010 $
.Dt MANDOC 1
.Os
.Sh NAME
@@ -211,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,
@@ -226,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,
@@ -242,7 +244,7 @@ are replaced with the linked manual's name and section, respectively.
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.
@@ -252,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.