From 5777d1fb503dd116e90a489fa562f0a89752541c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 21 Jul 2011 11:34:53 +0000 Subject: Flip eqn into using parsed nodes. I've temporarily disabled printing these in the front-ends except for -Ttree, which will display the parsed tree. While here, fix that quoted strings aren't scanned for replacement parts. --- eqn.7 | 1 + 1 file changed, 1 insertion(+) (limited to 'eqn.7') diff --git a/eqn.7 b/eqn.7 index ee61b3b7..478f890f 100644 --- a/eqn.7 +++ b/eqn.7 @@ -73,6 +73,7 @@ Data in TEXT form is a non-empty sequence of non-space characters or a non-empty quoted string. Unless within a quoted string, white-space (and enclosing literal quote pairs) is thrown away. +Quoted strings are not scanned for replacement definitions. .Pp The following control statements are available: .Bl -tag -width Ds -- cgit