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