summaryrefslogtreecommitdiffstats
path: root/man.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-30 19:20:33 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-30 19:20:33 +0000
commit6116d25719e13406ee310672f3d448688af83da5 (patch)
treedb1dbb7693a0b45375c74f0ed4a36471a80d8bfa /man.3
parentcdce82be1753e738186e0b27a8ad7b9cf9c2412c (diff)
downloadmandoc-6116d25719e13406ee310672f3d448688af83da5.tar.gz
Escape TH -> Th (noticed by Joerg Sonnenberger).
Moved pod2man escapes into man.3 (they're not part of -man or -mdoc, technically).
Diffstat (limited to 'man.3')
-rw-r--r--man.324
1 files changed, 24 insertions, 0 deletions
diff --git a/man.3 b/man.3
index dc8c85ae..9a054d3f 100644
--- a/man.3
+++ b/man.3
@@ -127,6 +127,30 @@ closing
.Pq part of the standard preamble for Perl documentation .
Handled as a current-scope line macro.
.El
+.Pp
+Furthermore, the following escapes are accepted to allow
+.Xr pod2man 1
+documents to be correctly formatted:
+\e*(-- (dash),
+\e*(PI (pi),
+\e*(L" (left double-quote),
+\e*(R" (right double-quote),
+\e*(C+ (C++),
+\e*(C` (left single-quote),
+\e*(C' (right single-quote),
+\e*(Aq (apostrophe),
+\e*^ (hat),
+\e*, (comma),
+\e*~ (tilde),
+\e*/ (forward slash),
+\e*: (umlaut),
+\e*8 (beta),
+\e*o (degree),
+\e*(D- (Eth),
+\e*(d- (eth),
+\e*(Th (Thorn),
+and
+\e*(th (thorn).
.
.
.Sh REFERENCE