6e9294f
diff -up a2ps-4.14/doc/regex.texi_old a2ps-4.14/doc/regex.texi
6e9294f
--- a2ps-4.14/doc/regex.texi_old	2002-03-04 19:46:24.000000000 +0100
6e9294f
+++ a2ps-4.14/doc/regex.texi	2008-05-16 11:34:42.000000000 +0200
6e9294f
@@ -121,7 +121,7 @@ Regular Expression Syntax
6e9294f
 
6e9294f
 * Syntax Bits::
6e9294f
 * Predefined Syntaxes::
6e9294f
-* Collating Elements vs. Characters::
6e9294f
+* Collating Elements vs Characters::
6e9294f
 * The Backslash Character::
6e9294f
 
6e9294f
 Common Operators
6e9294f
@@ -305,7 +305,7 @@ In the following sections, we describe t
6e9294f
 @menu
6e9294f
 * Syntax Bits::
6e9294f
 * Predefined Syntaxes::
6e9294f
-* Collating Elements vs. Characters::
6e9294f
+* Collating Elements vs Characters::
6e9294f
 * The Backslash Character::
6e9294f
 @end menu
6e9294f
 
6e9294f
@@ -470,7 +470,7 @@ operator (based on how @code{RE_NO_BK_PA
6e9294f
 @end table
6e9294f
 
6e9294f
 
6e9294f
-@node Predefined Syntaxes, Collating Elements vs. Characters, Syntax Bits, Regular Expression Syntax
6e9294f
+@node Predefined Syntaxes, Collating Elements vs Characters, Syntax Bits, Regular Expression Syntax
6e9294f
 @section Predefined Syntaxes
6e9294f
 
6e9294f
 If you're programming with Regex, you can set a pattern buffer's
6e9294f
@@ -552,8 +552,8 @@ The predefined syntaxes--taken directly 
6e9294f
    | RE_NO_BK_VBAR          | RE_UNMATCHED_RIGHT_PAREN_ORD)
6e9294f
 @end example
6e9294f
 
6e9294f
-@node Collating Elements vs. Characters, The Backslash Character, Predefined Syntaxes, Regular Expression Syntax
6e9294f
-@section Collating Elements vs.@: Characters
6e9294f
+@node Collating Elements vs Characters, The Backslash Character, Predefined Syntaxes, Regular Expression Syntax
6e9294f
+@section Collating Elements vs@: Characters
6e9294f
 
6e9294f
 @sc{posix} generalizes the notion of a character to that of a
6e9294f
 collating element.  It defines a @dfn{collating element} to be ``a
6e9294f
@@ -577,7 +577,7 @@ collating element.  For example, the Spa
6e9294f
 Since @sc{posix}'s ``collating element'' preserves the essential idea of
6e9294f
 a ``character,'' we use the latter, more familiar, term in this document.
6e9294f
 
6e9294f
-@node The Backslash Character,  , Collating Elements vs. Characters, Regular Expression Syntax
6e9294f
+@node The Backslash Character,  , Collating Elements vs Characters, Regular Expression Syntax
6e9294f
 @section The Backslash Character
6e9294f
 
6e9294f
 @cindex @samp{\}
6e9294f
diff -up a2ps-4.14/doc/a2ps.texi_old a2ps-4.14/doc/a2ps.texi
6e9294f
--- a2ps-4.14/doc/a2ps.texi_old	2008-05-16 11:34:21.000000000 +0200
6e9294f
+++ a2ps-4.14/doc/a2ps.texi	2008-05-16 11:42:11.000000000 +0200
6e9294f
@@ -371,11 +371,11 @@ Contributions
6e9294f
 
6e9294f
 Frequently asked questions
6e9294f
 
6e9294f
-* Why Does ...?::               Questions on Error
6e9294f
-* How Can I ...?::              a2ps' How-To
6e9294f
-* Please tell me...::           Existential Questions on a2ps
6e9294f
+* Why Does?::                   Questions on Error
6e9294f
+* How Can I?::                  a2ps' How-To
6e9294f
+* Please tell me::              Existential Questions on a2ps
6e9294f
 
6e9294f
-Why Does...?
6e9294f
+Why Does?
6e9294f
 
6e9294f
 * It Prints Nothing::           The printer issues nothing
6e9294f
 * It Prints in Simplex::        While I asked for Duplex
6e9294f
@@ -385,7 +385,7 @@ Why Does...?
6e9294f
 * It Says my File is Binary::   And refuses to print it
6e9294f
 * It Refuses to Change the Font Size::
6e9294f
 
6e9294f
-How Can I ...?
6e9294f
+How Can I?
6e9294f
 
6e9294f
 * Leave Room for Binding::      Specifying Margins
6e9294f
 * Print stdin::                 Using a2ps in a pipe chain
6e9294f
@@ -395,7 +395,7 @@ How Can I ...?
6e9294f
 * Non PostScript Printers::     Using GhostScript
6e9294f
 * Man Pages with Underlines::   Now it Prints With Italics
6e9294f
 
6e9294f
-Please tell me...
6e9294f
+Please tell me
6e9294f
 
6e9294f
 * Is a2ps Y2K compliant?::      Printing dates in short format
6e9294f
 * The Options Have Changed::    Respect The Users
6e9294f
@@ -6198,13 +6198,13 @@ question about the options, etc.  It has
6e9294f
 suggestions, not to contact the authors.
6e9294f
 
6e9294f
 @menu
6e9294f
-* Why Does ...?::               Questions on Error
6e9294f
-* How Can I ...?::              a2ps' How-To
6e9294f
-* Please tell me...::           Existential Questions on a2ps
6e9294f
+* Why Does?::                   Questions on Error
6e9294f
+* How Can I?::                  a2ps' How-To
6e9294f
+* Please tell me::              Existential Questions on a2ps
6e9294f
 @end menu
6e9294f
 
6e9294f
-@node Why Does ...?
6e9294f
-@section Why Does...?
6e9294f
+@node Why Does?
6e9294f
+@section Why Does?
6e9294f
 
6e9294f
 Error related questions.
6e9294f
 
6e9294f
@@ -6426,8 +6426,8 @@ Note that the `pure' options (no side-ef
6e9294f
 virtual pages are @samp{--columns} and @samp{--rows}.
6e9294f
 
6e9294f
 @c -----------------------------How can I ? ------------------------------
6e9294f
-@node How Can I ...?
6e9294f
-@section How Can I ...?
6e9294f
+@node How Can I?
6e9294f
+@section How Can I?
6e9294f
 
6e9294f
 A mini how-to on @pack{}.
6e9294f
 
6e9294f
@@ -6561,8 +6561,8 @@ Use @samp{a2ps --pro=ul}.
6e9294f
 
6e9294f
 
6e9294f
 @c -------------------------- Please Tell me ? ------------------------------
6e9294f
-@node Please tell me...
6e9294f
-@section Please tell me...
6e9294f
+@node Please tell me
6e9294f
+@section Please tell me
6e9294f
 
6e9294f
 Wondering something?
6e9294f