aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-16 23:07:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-16 23:07:01 +0000
commit587ce85fa12cdf6d3d392e610f607dff9e7cfdc0 (patch)
tree010b5f58d15370700f5f6ad1668a7043a5bd63a1 /mandoc.1
parent9ffe234a9f059dbbf729d7a35175dc9c1d2b9e9e (diff)
downloadmandoc-587ce85fa12cdf6d3d392e610f607dff9e7cfdc0.tar.gz
mandoc-587ce85fa12cdf6d3d392e610f607dff9e7cfdc0.tar.zst
mandoc-587ce85fa12cdf6d3d392e610f607dff9e7cfdc0.zip
Note that we use CSS1, not CSS2.
Remove superfluous language in output-mode short description.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.113
1 files changed, 6 insertions, 7 deletions
diff --git a/mandoc.1 b/mandoc.1
index 03add63f..795aaa49 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.80 2010/12/16 11:23:08 kristaps Exp $
+.\" $Id: mandoc.1,v 1.81 2010/12/16 23:07:01 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -159,13 +159,12 @@ utility accepts the following
arguments, which correspond to output modes:
.Bl -tag -width Ds
.It Fl T Ns Cm ascii
-Produce 7-bit ASCII output, backspace-encoded for bold and underline
-styles.
+Produce 7-bit ASCII output.
This is the default.
See
.Sx ASCII Output .
.It Fl T Ns Cm html
-Produce strict HTML-4.01 output, with a sane default style.
+Produce strict CSS1/HTML-4.01 output.
See
.Sx HTML Output .
.It Fl T Ns Cm lint
@@ -183,7 +182,7 @@ See
.It Fl T Ns Cm tree
Produce an indented parse tree.
.It Fl T Ns Cm xhtml
-Produce strict XHTML-1.0 output, with a sane default style.
+Produce strict CSS1/XHTML-1.0 output.
See
.Sx XHTML Output .
.El
@@ -228,9 +227,9 @@ Output produced by
.Fl T Ns Cm html
conforms to HTML-4.01 strict.
.Pp
-Font styles and page structure are applied using CSS2.
+Font styles and page structure are applied using CSS1.
By default, no font style is applied to any text,
-although CSS2 is hard-coded to format
+although CSS1 is hard-coded to format
the basic structure of output.
.Pp
The