diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-16 21:09:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-16 21:09:39 +0000 |
commit | 847ace447b4ea96e74fe3fb3e1eceeba121553e1 (patch) | |
tree | f360a6665851f28265fb3513b4f6f2b8f12dc76e /mdoc.7 | |
parent | 112942c13d3b4f64df6879e35b2b7523cf2adcda (diff) | |
download | mandoc-847ace447b4ea96e74fe3fb3e1eceeba121553e1.tar.gz |
Fixed dquote to be \*q.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,10 +52,10 @@ manuals must have line terminators. .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. .Ss Reserved Characters |