summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-07-16 10:25:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-07-16 10:25:54 +0000
commit112942c13d3b4f64df6879e35b2b7523cf2adcda (patch)
tree258d377da29e40c5f0f54460dfca0f97c3e48f38
parent8e9a700f6c3099ee1339933226c37abe1aabedd9 (diff)
downloadmandoc-112942c13d3b4f64df6879e35b2b7523cf2adcda.tar.gz
Fix which escapes are used to format \".
-rw-r--r--man.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man.7 b/man.7
index b3277b7c..1a828ce6 100644
--- a/man.7
+++ b/man.7
@@ -61,11 +61,11 @@ Blank lines are acceptable; where found, the output will assert a
vertical space.
.Ss Comments
Text following a
-.Sq \e\*" ,
+.Sq \e\*q ,
whether in a macro or free-form text line, is ignored to the end of
line.
A macro line with only a control character and comment escape,
-.Sq \&.\e" ,
+.Sq \&.\e\*q ,
is also ignored.
Macro lines with only a control character and optionally whitespace are
stripped from input.