bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2] CVS doc/gawk.1: (String Constants): add 2 double quote marks


From: Jari Aalto
Subject: [PATCH v2] CVS doc/gawk.1: (String Constants): add 2 double quote marks to help Emacs fontification
Date: Fri, 05 Nov 2010 16:58:41 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Signed-off-by: Jari Aalto <address@hidden>
---
 doc/gawk.1 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

 *** Corrected patch ***
 *** cruft removed ***

diff --git a/doc/gawk.1 b/doc/gawk.1
index 784dae4..376fc10 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -1246,7 +1246,7 @@ is equal to decimal 17.
 .SS String Constants
 .PP
 String constants in \*(AK are sequences of characters enclosed
-between double quotes (\fB"\fR).  Within strings, certain
+between double quotes (like \fB"value"\fR).  Within strings, certain
 .I "escape sequences"
 are recognized, as in C.  These are:
 .PP
-- 
1.7.2.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]