From 112942c13d3b4f64df6879e35b2b7523cf2adcda Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 16 Jul 2010 10:25:54 +0000 Subject: Fix which escapes are used to format \". --- man.7 | 4 ++-- 1 file 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. -- cgit