summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-05 10:16:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-05 10:16:01 +0000
commit9f9ece6d229ab46eab231f3e736a6a2e22b77311 (patch)
tree7ab8271ed8601ea83776d9e70b5840df9f204006 /mandoc.1
parentd80276536610615caffcc3d1d5ffc405bfc5cc26 (diff)
downloadmandoc-9f9ece6d229ab46eab231f3e736a6a2e22b77311.tar.gz
mandoc-9f9ece6d229ab46eab231f3e736a6a2e22b77311.tar.zst
mandoc-9f9ece6d229ab46eab231f3e736a6a2e22b77311.zip
Documented that `\s' and `\f' don't work in HTML mode (and why).
Added support for recognising the many forms of `\s' (doesn't yet render).
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.115
1 files changed, 13 insertions, 2 deletions
diff --git a/mandoc.1 b/mandoc.1
index f02219b3..df935e35 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.45 2009/10/26 15:44:51 kristaps Exp $
+.\" $Id: mandoc.1,v 1.46 2009/11/05 10:16:01 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -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: October 26 2009 $
+.Dd $Mdocdate: November 5 2009 $
.Dt MANDOC 1
.Os
.
@@ -419,3 +419,14 @@ the maximum size of an element attribute is determined by
which is usually 1024 bytes. Be aware of this when setting long link
formats with
.Fl O Ns Ar man=fmt .
+.Pp
+The
+.Fl T Ns Ar html
+utility doesn't support the
+.Sq \ef
+and
+.Sq \es
+text decorations documented in
+.Xr mdoc 7
+and
+.Xr man 7 .