Fix some typos in the man pages. - enscript - GNU Enscript
 (HTM) git clone git://thinkerwim.org/enscript.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2dafa9b07258cbfb9ec79aad0abe6ebfe7cbb326
 (DIR) parent c99d97245c27578c2cd084a26fe2692c69406ec8
 (HTM) Author: Tim Retout <diocles@gnu.org>
       Date:   Thu, 28 Jan 2010 23:35:42 +0000
       
       Fix some typos in the man pages.
       
       Signed-off-by: Tim Retout <diocles@gnu.org>
       
       Diffstat:
         M docs/enscript.man                   |       6 +++---
         M docs/states.man                     |       2 +-
       
       2 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/docs/enscript.man b/docs/enscript.man
       @@ -157,7 +157,7 @@ For example, the command
        
        prints file foo.txt in duplex (two side) mode.
        
       -Page device operators are implementation dependant but they are
       +Page device operators are implementation dependent but they are
        standardized.  See section \f3PAGE DEVICE OPTIONS\f1 for the details.
        .TP 8
        .B \-e\f1[\f2char\f1]\f3, \-\-escapes\f1[\f3=\f2char\f1]\f3
       @@ -336,7 +336,7 @@ size + baselineskip\f1) points down.  The default baseline skip is 1.
        Pass a statusdict definition to the generated PostScript output.  If
        no value is given, the key \f2key\f1 is removed from the definitions.
        
       -The statusdict operators are implementation dependant; see the
       +The statusdict operators are implementation dependent; see the
        printer's documentation for the details.
        
        For example, the command
       @@ -1325,7 +1325,7 @@ Print file \f3foo.txt\f1 to two columns.
        Print file to two columns and rotate output 90 degrees (landscape).
        .TP 8
        .B enscript \-DDuplex:true foo.txt
       -Print file in duplex (two side) mode (printer dependant).
       +Print file in duplex (two side) mode (printer dependent).
        .TP 8
        .B enscript \-G2rE \-U2 foo.c
        My default code printing command: gaudy header, two columns,
 (DIR) diff --git a/docs/states.man b/docs/states.man
       @@ -111,7 +111,7 @@ executed on script startup for each input file and it can perform any
        initialization the script needs.  It normally also calls the
        \f3check_startrules()\f1 and \f3check_namerules()\f1 primitives which
        resolve the initial state from the input file name or the data found
       -from the begining of the input file.  Here is a sample start block
       +from the beginning of the input file.  Here is a sample start block
        which initializes two variables and does the standard start state
        resolving:
        .PP