aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-19 10:48:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-19 10:48:36 +0000
commitb088e954af8efacd0953fb5fb903d2e434649ebf (patch)
treec6cf9b1578f4b3fe1b7a835356d0f2826cb4f0d0 /man.7
parent9b2bf0d0eb8141a888f66e3cb47ab6c62f63ad0c (diff)
downloadmandoc-b088e954af8efacd0953fb5fb903d2e434649ebf.tar.gz
mandoc-b088e954af8efacd0953fb5fb903d2e434649ebf.tar.zst
mandoc-b088e954af8efacd0953fb5fb903d2e434649ebf.zip
Note discarding of \m, \M, and \s in COMPATIBILITY sections.
Diffstat (limited to 'man.7')
-rw-r--r--man.75
1 files changed, 4 insertions, 1 deletions
diff --git a/man.7 b/man.7
index d6f970fe..a0ece476 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.76 2010/07/19 09:19:22 kristaps Exp $
+.\" $Id: man.7,v 1.77 2010/07/19 10:48:36 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -910,6 +910,9 @@ language.
.Pp
.Bl -dash -compact
.It
+The \es (font size), \em (font colour), and \eM (font filling colour)
+font decoration escapes are all discarded in mandoc.
+.It
In quoted literals, GNU troff allowed pair-wise double-quotes to produce
a standalone double-quote in formatted output.
It is not known whether this behaviour is exhibited by other formatters.