From 847ace447b4ea96e74fe3fb3e1eceeba121553e1 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 16 Jul 2010 21:09:39 +0000 Subject: Fixed dquote to be \*q. --- mdoc.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc.7') diff --git a/mdoc.7 b/mdoc.7 index 3e7c0f66..eaf8ebe5 100644 --- a/mdoc.7 +++ b/mdoc.7 @@ -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 -- cgit