diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-16 10:25:54 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-16 10:25:54 +0000 |
commit | 112942c13d3b4f64df6879e35b2b7523cf2adcda (patch) | |
tree | 258d377da29e40c5f0f54460dfca0f97c3e48f38 /man.7 | |
parent | 8e9a700f6c3099ee1339933226c37abe1aabedd9 (diff) | |
download | mandoc-112942c13d3b4f64df6879e35b2b7523cf2adcda.tar.gz |
Fix which escapes are used to format \".
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |