Hi,

In section 9.1.6 of the texinfo manual (the @verb command)
the word "these" and the character sequences in the example
and its output do not seem to match.  Attached patch fixes this.

Also, it seems to me that the period after @b should not be there,
as it is the delimiter.

Regards,

Benno


(Not subscribed; please CC.)

-- 
http://www.fastmail.fm - Send your email first class

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.314
diff -u -r1.314 texinfo.txi
--- doc/texinfo.txi	14 Sep 2010 00:14:00 -0000	1.314
+++ doc/texinfo.txi	14 Sep 2010 12:21:29 -0000
@@ -7219,7 +7219,7 @@
 
 @example
 How many @@v...@{|@@|@}-escapes does one need to print this
-@@v...@{.@@a @@b.@@c...@} string or @@v...@{+@@'e...@?`@!...@{@}...@} this?
+@@v...@{.@@a @@b.@@c...@} string or these @@v...@{+@@'e...@?`@!...@{@}...@} characters?
 @end example
 
 @noindent
@@ -7227,7 +7227,7 @@
 
 @example
 How many @verb{|@|}-escapes does one need to print this
-...@verb{.@a @b...@c.} string or these @verb{+@'e?`{}!`\+} this?
+...@verb{.@a @b...@c.} string or these @verb{+@'e?`!`{}\+} characters?
 @end example
 
 This is in contrast to @code{@@samp} (see the previous section),

Reply via email to