]> git.donarmstrong.com Git - perltidy.git/blobdiff - docs/perltidy.1
* upgrade to the 20060614 release
[perltidy.git] / docs / perltidy.1
index 285b39da9009f086bde43d3bc7be0805728d5a02..fa71edd6c1470578c10daeb4bea681e222c40a41 100644 (file)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.3, Pod::Parser v1.13
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3
 .\"
 .\" Standard preamble:
 .\" ========================================================================
@@ -21,7 +21,6 @@
 ..
 .de Ve \" End verbatim text
 .ft R
-
 .fi
 ..
 .\" Set up some character translations and predefined strings.  \*(-- will
 .\" ========================================================================
 .\"
 .IX Title "PERLTIDY 1"
-.TH PERLTIDY 1 "2003-10-22" "perl v5.6.1" "User Contributed Perl Documentation"
-.UC
+.TH PERLTIDY 1 "2006-06-13" "perl v5.8.7" "User Contributed Perl Documentation"
 .SH "NAME"
 perltidy \- a perl script indenter and reformatter
 .SH "SYNOPSIS"
@@ -139,8 +137,8 @@ perltidy \- a perl script indenter and reformatter
 .Vb 5
 \&    perltidy [ options ] file1 file2 file3 ...
 \&            (output goes to file1.tdy, file2.tdy, file3.tdy, ...)
-\&    perltidy [ options ] file1 -o outfile
-\&    perltidy [ options ] file1 -st >outfile
+\&    perltidy [ options ] file1 \-o outfile
+\&    perltidy [ options ] file1 \-st >outfile
 \&    perltidy [ options ] <infile >outfile
 .Ve
 .SH "DESCRIPTION"
@@ -169,6 +167,7 @@ formatter which is described in \*(L"\s-1HTML\s0 \s-1OPTIONS\s0\*(R".
 .Vb 1
 \&  perltidy somefile.pl
 .Ve
+.PP
 This will produce a file \fIsomefile.pl.tdy\fR containing the script reformatted
 using the default options, which approximate the style suggested in 
 \&\fIperlstyle\fR\|(1).  Perltidy never changes the input file.
@@ -176,82 +175,94 @@ using the default options, which approximate the style suggested in
 .Vb 1
 \&  perltidy *.pl
 .Ve
+.PP
 Execute perltidy on all \fI.pl\fR files in the current directory with the
 default options.  The output will be in files with an appended \fI.tdy\fR
 extension.  For any file with an error, there will be a file with extension
 \&\fI.ERR\fR.
 .PP
 .Vb 1
-\&  perltidy -b file1.pl file2.pl
+\&  perltidy \-b file1.pl file2.pl
 .Ve
+.PP
 Modify \fIfile1.pl\fR and \fIfile1.pl\fR in place, and backup the originals to
 \&\fIfile1.pl.bak\fR and \fIfile2.pl.bak\fR.  If \fIfile1.pl.bak\fR and/or \fIfile2.pl.bak\fR
 already exist, they will be overwritten.
 .PP
 .Vb 1
-\&  perltidy -gnu somefile.pl
+\&  perltidy \-gnu somefile.pl
 .Ve
+.PP
 Execute perltidy on file \fIsomefile.pl\fR with a style which approximates the
 \&\s-1GNU\s0 Coding Standards for C programs.  The output will be \fIsomefile.pl.tdy\fR.
 .PP
 .Vb 1
-\&  perltidy -i=3 somefile.pl
+\&  perltidy \-i=3 somefile.pl
 .Ve
+.PP
 Execute perltidy on file \fIsomefile.pl\fR, with 3 columns for each level of
 indentation (\fB\-i=3\fR) instead of the default 4 columns.  There will not be any
 tabs in the reformatted script, except for any which already exist in comments,
 pod documents, quotes, and here documents.  Output will be \fIsomefile.pl.tdy\fR. 
 .PP
 .Vb 1
-\&  perltidy -i=3 -et=8 somefile.pl
+\&  perltidy \-i=3 \-et=8 somefile.pl
 .Ve
+.PP
 Same as the previous example, except that leading whitespace will
 be entabbed with one tab character per 8 spaces.
 .PP
 .Vb 1
-\&  perltidy -ce -l=72 somefile.pl
+\&  perltidy \-ce \-l=72 somefile.pl
 .Ve
+.PP
 Execute perltidy on file \fIsomefile.pl\fR with all defaults except use \*(L"cuddled
 elses\*(R" (\fB\-ce\fR) and a maximum line length of 72 columns (\fB\-l=72\fR) instead of
 the default 80 columns.  
 .PP
 .Vb 1
-\&  perltidy -g somefile.pl
+\&  perltidy \-g somefile.pl
 .Ve
+.PP
 Execute perltidy on file \fIsomefile.pl\fR and save a log file \fIsomefile.pl.LOG\fR
 which shows the nesting of braces, parentheses, and square brackets at
 the start of every line.
 .PP
 .Vb 1
-\&  perltidy -html somefile.pl
+\&  perltidy \-html somefile.pl
 .Ve
+.PP
 This will produce a file \fIsomefile.pl.html\fR containing the script with
 html markup.  The output file will contain an embedded style sheet in
 the <\s-1HEAD\s0> section which may be edited to change the appearance.
 .PP
 .Vb 1
-\&  perltidy -html -css=mystyle.css somefile.pl
+\&  perltidy \-html \-css=mystyle.css somefile.pl
 .Ve
+.PP
 This will produce a file \fIsomefile.pl.html\fR containing the script with
 html markup.  This output file will contain a link to a separate style
 sheet file \fImystyle.css\fR.  If the file \fImystyle.css\fR does not exist,
 it will be created.  If it exists, it will not be overwritten.
 .PP
 .Vb 1
-\&  perltidy -html -pre somefile.pl
+\&  perltidy \-html \-pre somefile.pl
 .Ve
+.PP
 Write an html snippet with only the \s-1PRE\s0 section to \fIsomefile.pl.html\fR.
 This is useful when code snippets are being formatted for inclusion in a
 larger web page.  No style sheet will be written in this case.  
 .PP
 .Vb 1
-\&  perltidy -html -ss >mystyle.css
+\&  perltidy \-html \-ss >mystyle.css
 .Ve
+.PP
 Write a style sheet to \fImystyle.css\fR and exit.
 .PP
 .Vb 1
-\&  perltidy -html -frm mymodule.pm
+\&  perltidy \-html \-frm mymodule.pm
 .Ve
+.PP
 Write html with a frame holding a table of contents and the source code.  The
 output files will be \fImymodule.pm.html\fR (the frame), \fImymodule.pm.toc.html\fR
 (the table of contents), and \fImymodule.pm.src.html\fR (the source code).
@@ -278,8 +289,8 @@ Options may not be bundled together.  In other words, options \fB\-q\fR and
 \&\fB\-g\fR may \s-1NOT\s0 be entered as \fB\-qg\fR.
 .PP
 Option names may be terminated early as long as they are uniquely identified.
-For example, instead of \fB\-dump\-token\-types\fR, it would be sufficient to enter
-\&\fB\-dump\-tok\fR, or even \fB\-dump\-t\fR, to uniquely identify this command.
+For example, instead of \fB\-\-dump\-token\-types\fR, it would be sufficient to enter
+\&\fB\-\-dump\-tok\fR, or even \fB\-\-dump\-t\fR, to uniquely identify this command.
 .Sh "I/O control"
 .IX Subsection "I/O control"
 The following parameters concern the files which are read and written.
@@ -300,10 +311,11 @@ standard output device, so a special flag, \fB\-st\fR, is required to
 request outputting to the standard output.  For example,
 .Sp
 .Vb 1
-\&  perltidy somefile.pl -st >somefile.new.pl
+\&  perltidy somefile.pl \-st >somefile.new.pl
 .Ve
+.Sp
 This option may only be used if there is just a single input file.  
-The default is \fB\-nst\fR or \fB\-nostandard\-output\fR.
+The default is \fB\-nst\fR or \fB\-\-nostandard\-output\fR.
 .IP "\fB\-se\fR,    \fB\-\-standard\-error\-output\fR" 4
 .IX Item "-se,    --standard-error-output"
 If perltidy detects an error when processing file \fIsomefile.pl\fR, its
@@ -329,8 +341,9 @@ to add one if it is missing.
 For example
 .Sp
 .Vb 1
-\& perltidy somefile.pl -opath=/tmp/
+\& perltidy somefile.pl \-opath=/tmp/
 .Ve
+.Sp
 will produce \fI/tmp/somefile.pl.tdy\fR.  Otherwise, \fIsomefile.pl.tdy\fR will
 appear in whatever directory contains \fIsomefile.pl\fR.
 .Sp
@@ -366,8 +379,9 @@ For example, if you use a vi-style editor, such as vim, you may execute
 perltidy as a filter from within the editor using something like
 .Sp
 .Vb 1
-\& :n1,n2!perltidy -q
+\& :n1,n2!perltidy \-q
 .Ve
+.Sp
 where \f(CW\*(C`n1,n2\*(C'\fR represents the selected text.  Without the \fB\-q\fR flag,
 any error message may mess up your screen, so be prepared to use your
 \&\*(L"undo\*(R" key.
@@ -410,8 +424,9 @@ name of .perltidyrc.  There must not be a space on either side of the
 \&'=' sign.  For example, the line
 .Sp
 .Vb 1
-\&   perltidy -pro=testcfg
+\&   perltidy \-pro=testcfg
 .Ve
+.Sp
 would cause file \fItestcfg\fR to be used instead of the 
 default \fI.perltidyrc\fR.
 .IP "\fB\-opt\fR,   \fB\-\-show\-options\fR" 4
@@ -476,7 +491,7 @@ does its own checking, but this option employs perl to get a \*(L"second
 opinion\*(R".
 .Sp
 If perl reports errors in the input file, they will not be reported in
-the error output unless the \fB\-warning\-output\fR flag is given. 
+the error output unless the \fB\-\-warning\-output\fR flag is given. 
 .Sp
 The default is \fBnot\fR to do this type of syntax checking (although
 perltidy will still do as much self-checking as possible).  The reason
@@ -534,15 +549,17 @@ Continuation indentation is extra indentation spaces applied when
 a long line is broken.  The default is n=2, illustrated here:
 .Sp
 .Vb 2
-\& my $level =   # -ci=2      
+\& my $level =   # \-ci=2      
 \&   ( $max_index_to_go >= 0 ) ? $levels_to_go[0] : $last_output_level;
 .Ve
+.Sp
 The same example, with n=0, is a little harder to read:
 .Sp
 .Vb 2
-\& my $level =   # -ci=0    
+\& my $level =   # \-ci=0    
 \& ( $max_index_to_go >= 0 ) ? $levels_to_go[0] : $last_output_level;
 .Ve
+.Sp
 The value given to \fB\-ci\fR is also used by some commands when a small
 space is required.  Examples are commands for outdenting labels,
 \&\fB\-ola\fR, and control keywords, \fB\-okw\fR.  
@@ -569,18 +586,20 @@ is specified with \fB\-i=n\fR.  Here is a small list formatted in this way:
 \&        'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
 \&    );
 .Ve
+.Sp
 Use the \fB\-lp\fR flag to add extra indentation to cause the data to begin
 past the opening parentheses of a sub call or list, or opening square
 bracket of an anonymous array, or opening curly brace of an anonymous
 hash.  With this option, the above list would become:
 .Sp
 .Vb 5
-\&    # perltidy -lp
+\&    # perltidy \-lp
 \&    @month_of_year = (
 \&                       'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
 \&                       'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
 \&    );
 .Ve
+.Sp
 If the available line length (see \fB\-l=n\fR ) does not permit this much 
 space, perltidy will use less.   For alternate placement of the
 closing paren, see the next section.
@@ -605,30 +624,34 @@ hierarchical lists, and these flags may prevent that.
 The \fB\-cti=n\fR flag controls the indentation of a line beginning with 
 a \f(CW\*(C`)\*(C'\fR, \f(CW\*(C`]\*(C'\fR, or a non-block \f(CW\*(C`}\*(C'\fR.  Such a line receives:
 .Sp
-.Vb 5
-\& -cti = 0 no extra indentation (default)
-\& -cti = 1 extra indentation such that the closing token
+.Vb 6
+\& \-cti = 0 no extra indentation (default)
+\& \-cti = 1 extra indentation such that the closing token
 \&        aligns with its opening token.
-\& -cti = 2 one extra indentation level if the line looks like:
+\& \-cti = 2 one extra indentation level if the line looks like:
 \&        );  or  ];  or  };
+\& \-cti = 3 one extra indentation level always
 .Ve
+.Sp
 The flags \fB\-cti=1\fR and \fB\-cti=2\fR work well with the \fB\-lp\fR flag (previous
 section).
 .Sp
 .Vb 5
-\&    # perltidy -lp -cti=1
+\&    # perltidy \-lp \-cti=1
 \&    @month_of_year = (
 \&                       'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
 \&                       'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
 \&                     );
 .Ve
+.Sp
 .Vb 5
-\&    # perltidy -lp -cti=2
+\&    # perltidy \-lp \-cti=2
 \&    @month_of_year = (
 \&                       'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
 \&                       'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'
 \&                       );
 .Ve
+.Sp
 These flags are merely hints to the formatter and they may not always be
 followed.  In particular, if \-lp is not being used, the indentation for
 \&\fBcti=1\fR is constrained to be no more than one indentation level.
@@ -636,9 +659,9 @@ followed.  In particular, if \-lp is not being used, the indentation for
 If desired, this control can be applied independently to each of the
 closing container token types.  In fact, \fB\-cti=n\fR is merely an
 abbreviation for \fB\-cpi=n \-csbi=n \-cbi=n\fR, where:  
-\&\fB\-cpi\fR or \fB\-closing\-paren\-indentation\fR controls \fB)\fR's,
-\&\fB\-csbi\fR or \fB\-closing\-square\-bracket\-indentation\fR controls \fB]\fR's, 
-\&\fB\-cbi\fR or \fB\-closing\-brace\-indentation\fR controls non-block \fB}\fR's. 
+\&\fB\-cpi\fR or \fB\-\-closing\-paren\-indentation\fR controls \fB)\fR's,
+\&\fB\-csbi\fR or \fB\-\-closing\-square\-bracket\-indentation\fR controls \fB]\fR's, 
+\&\fB\-cbi\fR or \fB\-\-closing\-brace\-indentation\fR controls non-block \fB}\fR's. 
 .IP "\fB\-icp\fR, \fB\-\-indent\-closing\-paren\fR" 4
 .IX Item "-icp, --indent-closing-paren"
 The \fB\-icp\fR flag is equivalent to
@@ -646,17 +669,18 @@ The \fB\-icp\fR flag is equivalent to
 equivalent \fB\-cti=0\fR.  They are included for backwards compatability.
 .IP "\fB\-icb\fR, \fB\-\-indent\-closing\-brace\fR" 4
 .IX Item "-icb, --indent-closing-brace"
-The \fB\-icb\fR option leaves a brace which terminates a code block 
-indented with the same indentation as the previous line.  For example,
+The \fB\-icb\fR option gives one extra level of indentation to a brace which
+terminates a code block .  For example,
 .Sp
 .Vb 6
 \&        if ($task) {
 \&            yyy();
-\&            }    # -icb
+\&            }    # \-icb
 \&        else {
 \&            zzz();
 \&            }
 .Ve
+.Sp
 The default is not to do this, indicated by \fB\-nicb\fR.
 .IP "\fB\-olq\fR, \fB\-\-outdent\-long\-quotes\fR" 4
 .IX Item "-olq, --outdent-long-quotes"
@@ -683,6 +707,7 @@ has been set to), if possible.  This is the default.  For example:
 \&            fixit($i);
 \&        }
 .Ve
+.Sp
 Use \fB\-nola\fR to not outdent labels. 
 .IP "Outdenting Keywords" 4
 .IX Item "Outdenting Keywords"
@@ -708,6 +733,7 @@ For example, using \f(CW\*(C`perltidy \-okw\*(C'\fR on the previous example give
 \&            fixit($i);
 \&        }
 .Ve
+.Sp
 The default is not to do this.  
 .IP "Specifying Outdented Keywords: \fB\-okwl=string\fR,  \fB\-\-outdent\-keyword\-list=string\fR" 4
 .IX Item "Specifying Outdented Keywords: -okwl=string,  --outdent-keyword-list=string"
@@ -747,10 +773,11 @@ parens.  The example below shows the effect of the three possible
 values, 0, 1, and 2:
 .Sp
 .Vb 3
-\& if ( ( my $len_tab = length( $tabstr ) ) > 0 ) {  # -pt=0
-\& if ( ( my $len_tab = length($tabstr) ) > 0 ) {    # -pt=1 (default)
-\& if ((my $len_tab = length($tabstr)) > 0) {        # -pt=2
+\& if ( ( my $len_tab = length( $tabstr ) ) > 0 ) {  # \-pt=0
+\& if ( ( my $len_tab = length($tabstr) ) > 0 ) {    # \-pt=1 (default)
+\& if ((my $len_tab = length($tabstr)) > 0) {        # \-pt=2
 .Ve
+.Sp
 When n is 0, there is always a space to the right of a '(' and to the left
 of a ')'.  For n=2 there is never a space.  For n=1, the default, there
 is a space unless the quantity within the parens is a single token, such
@@ -760,26 +787,28 @@ Likewise, the parameter \fB\-sbt=n\fR or \fB\-\-square\-bracket\-tightness=n\fR
 controls the space within square brackets, as illustrated below.
 .Sp
 .Vb 3
-\& $width = $col[ $j + $k ] - $col[ $j ];  # -sbt=0
-\& $width = $col[ $j + $k ] - $col[$j];    # -sbt=1 (default)
-\& $width = $col[$j + $k] - $col[$j];      # -sbt=2
+\& $width = $col[ $j + $k ] \- $col[ $j ];  # \-sbt=0
+\& $width = $col[ $j + $k ] \- $col[$j];    # \-sbt=1 (default)
+\& $width = $col[$j + $k] \- $col[$j];      # \-sbt=2
 .Ve
+.Sp
 Curly braces which do not contain code blocks are controlled by
 the parameter \fB\-bt=n\fR or \fB\-\-brace\-tightness=n\fR. 
 .Sp
 .Vb 3
-\& $obj->{ $parsed_sql->{ 'table' }[0] };    # -bt=0
-\& $obj->{ $parsed_sql->{'table'}[0] };      # -bt=1 (default)
-\& $obj->{$parsed_sql->{'table'}[0]};        # -bt=2
+\& $obj\->{ $parsed_sql\->{ 'table' }[0] };    # \-bt=0
+\& $obj\->{ $parsed_sql\->{'table'}[0] };      # \-bt=1 (default)
+\& $obj\->{$parsed_sql\->{'table'}[0]};        # \-bt=2
 .Ve
+.Sp
 And finally, curly braces which contain blocks of code are controlled by the
 parameter \fB\-bbt=n\fR or \fB\-\-block\-brace\-tightness=n\fR as illustrated in the
 example below.   
 .Sp
 .Vb 3
-\& %bf = map { $_ => -M $_ } grep { /\e.deb$/ } dirents '.'; # -bbt=0 (default)
-\& %bf = map { $_ => -M $_ } grep {/\e.deb$/} dirents '.';   # -bbt=1
-\& %bf = map {$_ => -M $_} grep {/\e.deb$/} dirents '.';     # -bbt=2
+\& %bf = map { $_ => \-M $_ } grep { /\e.deb$/ } dirents '.'; # \-bbt=0 (default)
+\& %bf = map { $_ => \-M $_ } grep {/\e.deb$/} dirents '.';   # \-bbt=1
+\& %bf = map {$_ => \-M $_} grep {/\e.deb$/} dirents '.';     # \-bbt=2
 .Ve
 .IP "\fB\-sts\fR,   \fB\-\-space\-terminal\-semicolon\fR" 4
 .IX Item "-sts,   --space-terminal-semicolon"
@@ -788,8 +817,8 @@ default is for no such space, and is indicated with \fB\-nsts\fR or
 \&\fB\-\-nospace\-terminal\-semicolon\fR.
 .Sp
 .Vb 2
-\&        $i = 1 ;     #  -sts
-\&        $i = 1;      #  -nsts   (default)
+\&        $i = 1 ;     #  \-sts
+\&        $i = 1;      #  \-nsts   (default)
 .Ve
 .IP "\fB\-sfs\fR,   \fB\-\-space\-for\-semicolon\fR" 4
 .IX Item "-sfs,   --space-for-semicolon"
@@ -799,8 +828,8 @@ both sides of these special semicolons, and is the default.  Use
 \&\fB\-nsfs\fR or \fB\-\-nospace\-for\-semicolon\fR to deactivate it.
 .Sp
 .Vb 2
-\& for ( @a = @$ap, $u = shift @a ; @a ; $u = $v ) {  # -sfs (default)
-\& for ( @a = @$ap, $u = shift @a; @a; $u = $v ) {    # -nsfs
+\& for ( @a = @$ap, $u = shift @a ; @a ; $u = $v ) {  # \-sfs (default)
+\& for ( @a = @$ap, $u = shift @a; @a; $u = $v ) {    # \-nsfs
 .Ve
 .IP "\fB\-asc\fR,  \fB\-\-add\-semicolons\fR" 4
 .IX Item "-asc,  --add-semicolons"
@@ -850,19 +879,22 @@ space on either side of the token types \fB= + \- / *\fR.  The following two
 parameters would specify this desire:
 .Sp
 .Vb 1
-\&  -nwls="= + - / *"    -nwrs="= + - / *"
+\&  \-nwls="= + \- / *"    \-nwrs="= + \- / *"
 .Ve
+.Sp
 (Note that the token types are in quotes, and that they are separated by
 spaces).  With these modified whitespace rules, the following line of math:
 .Sp
 .Vb 1
-\&  $root = -$b + sqrt( $b * $b - 4. * $a * $c ) / ( 2. * $a );
+\&  $root = \-$b + sqrt( $b * $b \- 4. * $a * $c ) / ( 2. * $a );
 .Ve
+.Sp
 becomes this:
 .Sp
 .Vb 1
-\&  $root=-$b+sqrt( $b*$b-4.*$a*$c )/( 2.*$a );
+\&  $root=\-$b+sqrt( $b*$b\-4.*$a*$c )/( 2.*$a );
 .Ve
+.Sp
 These parameters should be considered to be hints to perltidy rather
 than fixed rules, because perltidy must try to resolve conflicts that
 arise between them and all of the other rules that it uses.  One
@@ -872,16 +904,21 @@ a space takes priority.
 .Sp
 It is necessary to have a list of all token types in order to create
 this type of input.  Such a list can be obtained by the command
-\&\fB\-dump\-token\-types\fR.
-.IP "Space between keyword and opening paren" 4
-.IX Item "Space between keyword and opening paren"
-When an opening paren follows a keyword, no space is introduced after the
+\&\fB\-\-dump\-token\-types\fR.  Also try the \-D flag on a short snippet of code
+and look at the .DEBUG file to see the tokenization. 
+.Sp
+\&\fB\s-1WARNING\s0\fR Be sure to put these tokens in quotes to avoid having them
+misinterpreted by your command shell.
+.IP "Space between specific keywords and opening paren" 4
+.IX Item "Space between specific keywords and opening paren"
+When an opening paren follows a Perl keyword, no space is introduced after the
 keyword, unless it is (by default) one of these:
 .Sp
 .Vb 2
 \&   my local our and or eq ne if else elsif until unless 
 \&   while for foreach return switch case given when
 .Ve
+.Sp
 These defaults can be modified with two commands:
 .Sp
 \&\fB\-sak=s\fR  or \fB\-\-space\-after\-keyword=s\fR  adds keywords.
@@ -892,8 +929,33 @@ where \fBs\fR is a list of keywords (in quotes if necessary).  For example,
 .Sp
 .Vb 2
 \&  my ( $a, $b, $c ) = @_;    # default
-\&  my( $a, $b, $c ) = @_;     # -nsak="my local our"
+\&  my( $a, $b, $c ) = @_;     # \-nsak="my local our"
 .Ve
+.Sp
+To put a space after all keywords, see the next item.
+.IP "Space between all keywords and opening parens" 4
+.IX Item "Space between all keywords and opening parens"
+When an opening paren follows a function or keyword, no space is introduced
+after the keyword except for the keywords noted in the previous item.  To
+always put a space between a function or keyword and its opening paren,
+use the command:
+.Sp
+\&\fB\-skp\fR  or \fB\-\-space\-keyword\-paren\fR
+.Sp
+You will probably also want to use the flag \fB\-sfp\fR (next item) too.
+.IP "Space between all function names and opening parens" 4
+.IX Item "Space between all function names and opening parens"
+When an opening paren follows a function the default is not to introduce
+a space.  To cause a space to be introduced use:
+.Sp
+\&\fB\-sfp\fR  or \fB\-\-space\-function\-paren\fR
+.Sp
+.Vb 2
+\&  myfunc( $a, $b, $c );    # default 
+\&  myfunc ( $a, $b, $c );   # \-sfp
+.Ve
+.Sp
+You will probably also want to use the flag \fB\-skp\fR (previous item) too.
 .ie n .IP "Trimming whitespace around ""qw"" quotes" 4
 .el .IP "Trimming whitespace around \f(CWqw\fR quotes" 4
 .IX Item "Trimming whitespace around qw quotes"
@@ -918,15 +980,17 @@ you may use \fB\-nibc\fR to keep block comments left\-justified.  Here is an
 example:
 .Sp
 .Vb 2
-\&             # this comment is indented      (-ibc, default)
+\&             # this comment is indented      (\-ibc, default)
 \&             if ($task) { yyy(); }
 .Ve
+.Sp
 The alternative is \fB\-nibc\fR:
 .Sp
 .Vb 2
-\& # this comment is not indented              (-nibc)
+\& # this comment is not indented              (\-nibc)
 \&             if ($task) { yyy(); }
 .Ve
+.Sp
 See also the next item, \fB\-isbc\fR, as well as \fB\-sbc\fR, for other ways to
 have some indented and some outdented block comments.
 .IP "\fB\-isbc\fR,  \fB\-\-indent\-spaced\-block\-comments\fR" 4
@@ -939,7 +1003,7 @@ If both \fB\-ibc\fR and \fB\-isbc\fR are set, then \fB\-isbc\fR takes priority.
 .IX Item "-olc, --outdent-long-comments"
 When \fB\-olc\fR is set, lines which are full-line (block) comments longer
 than the value \fBmaximum-line-length\fR will have their indentation
-removed.  The default is not to do this.  
+removed.  This is the default; use \fB\-nolc\fR to prevent outdenting.
 .IP "\fB\-msc=n\fR,  \fB\-\-minimum\-space\-to\-comment=n\fR" 4
 .IX Item "-msc=n,  --minimum-space-to-comment=n"
 Side comments look best when lined up several spaces to the right of
@@ -955,6 +1019,7 @@ comments\*(R", which are something like this:
 \&                           # This is a hanging side comment
 \&                           # And so is this
 .Ve
+.Sp
 A comment is considered to be a hanging side comment if (1) it immediately
 follows a line with a side comment, or another hanging side comment, and
 (2) there is some leading whitespace on the line.
@@ -966,7 +1031,7 @@ whitespace, they will not be mistaken as hanging side comments.
 A closing side comment is a special comment which perltidy can
 automatically create and place after the closing brace of a code block.
 They can be useful for code maintenance and debugging.  The command
-\&\fB\-csc\fR (or \fB\-closing\-side\-comments\fR) adds or updates closing side
+\&\fB\-csc\fR (or \fB\-\-closing\-side\-comments\fR) adds or updates closing side
 comments.  For example, here is a small code snippet
 .Sp
 .Vb 8
@@ -979,6 +1044,7 @@ comments.  For example, here is a small code snippet
 \&            }
 \&        }
 .Ve
+.Sp
 And here is the result of processing with \f(CW\*(C`perltidy \-csc\*(C'\fR:
 .Sp
 .Vb 8
@@ -991,6 +1057,7 @@ And here is the result of processing with \f(CW\*(C`perltidy \-csc\*(C'\fR:
 \&            }
 \&        } ## end sub message
 .Ve
+.Sp
 A closing side comment was added for \f(CW\*(C`sub message\*(C'\fR in this case, but not
 for the \f(CW\*(C`if\*(C'\fR and \f(CW\*(C`else\*(C'\fR blocks, because they were below the 6 line
 cutoff limit for adding closing side comments.  This limit may be
@@ -1002,14 +1069,14 @@ process and removes these comments.
 Several commands are available to modify the behavior of these two basic
 commands, \fB\-csc\fR and \fB\-dcsc\fR:
 .RS 4
-.IP "\fB\-csci=n\fR, or \fB\-closing\-side\-comment\-interval=n\fR" 4
-.IX Item "-csci=n, or -closing-side-comment-interval=n"
+.IP "\fB\-csci=n\fR, or \fB\-\-closing\-side\-comment\-interval=n\fR" 4
+.IX Item "-csci=n, or --closing-side-comment-interval=n"
 where \f(CW\*(C`n\*(C'\fR is the minimum number of lines that a block must have in
 order for a closing side comment to be added.  The default value is
 \&\f(CW\*(C`n=6\*(C'\fR.  To illustrate:
 .Sp
 .Vb 9
-\&        # perltidy -csci=2 -csc
+\&        # perltidy \-csci=2 \-csc
 \&        sub message {
 \&            if ( !defined( $_[0] ) ) {
 \&                print("Hello, World\en");
@@ -1019,18 +1086,19 @@ order for a closing side comment to be added.  The default value is
 \&            } ## end else [ if ( !defined( $_[0] ))
 \&        } ## end sub message
 .Ve
+.Sp
 Now the \f(CW\*(C`if\*(C'\fR and \f(CW\*(C`else\*(C'\fR blocks are commented.  However, now this has
 become very cluttered.
-.IP "\fB\-cscp=string\fR, or \fB\-closing\-side\-comment\-prefix=string\fR" 4
-.IX Item "-cscp=string, or -closing-side-comment-prefix=string"
+.IP "\fB\-cscp=string\fR, or \fB\-\-closing\-side\-comment\-prefix=string\fR" 4
+.IX Item "-cscp=string, or --closing-side-comment-prefix=string"
 where string is the prefix used before the name of the block type.  The
 default prefix, shown above, is \f(CW\*(C`## end\*(C'\fR.  This string will be added to
 closing side comments, and it will also be used to recognize them in
 order to update, delete, and format them.  Any comment identified as a
 closing side comment will be placed just a single space to the right of
 its closing brace.
-.IP "\fB\-cscl=string\fR, or \fB\-closing\-side\-comment\-list\-string\fR" 4
-.IX Item "-cscl=string, or -closing-side-comment-list-string"
+.IP "\fB\-cscl=string\fR, or \fB\-\-closing\-side\-comment\-list\-string\fR" 4
+.IX Item "-cscl=string, or --closing-side-comment-list-string"
 where \f(CW\*(C`string\*(C'\fR is a list of block types to be tagged with closing side
 comments.  By default, all code block types preceded by a keyword or
 label (such as \f(CW\*(C`if\*(C'\fR, \f(CW\*(C`sub\*(C'\fR, and so on) will be tagged.  The \fB\-cscl\fR
@@ -1041,23 +1109,23 @@ requests that only \f(CW\*(C`sub\*(C'\fR's, labels, \f(CW\*(C`BEGIN\*(C'\fR, and
 affected by any \fB\-csc\fR or \fB\-dcsc\fR operation:
 .Sp
 .Vb 1
-\&   -cscl="sub : BEGIN END"
+\&   \-cscl="sub : BEGIN END"
 .Ve
-.IP "\fB\-csct=n\fR, or \fB\-closing\-side\-comment\-maximum\-text=n\fR" 4
-.IX Item "-csct=n, or -closing-side-comment-maximum-text=n"
+.IP "\fB\-csct=n\fR, or \fB\-\-closing\-side\-comment\-maximum\-text=n\fR" 4
+.IX Item "-csct=n, or --closing-side-comment-maximum-text=n"
 The text appended to certain block types, such as an \f(CW\*(C`if\*(C'\fR block, is
 whatever lies between the keyword introducing the block, such as \f(CW\*(C`if\*(C'\fR,
 and the opening brace.  Since this might be too much text for a side
 comment, there needs to be a limit, and that is the purpose of this
 parameter.  The default value is \f(CW\*(C`n=20\*(C'\fR, meaning that no additional
 tokens will be appended to this text after its length reaches 20
-characters.  Omitted text is indicated with \f(CW...\fR.  (Tokens, including
+characters.  Omitted text is indicated with \f(CW\*(C`...\*(C'\fR.  (Tokens, including
 sub names, are never truncated, however, so actual lengths may exceed
 this).  To illustrate, in the above example, the appended text of the
 first block is \f(CW\*(C` ( !defined( $_[0] )...\*(C'\fR.  The existing limit of
-\&\f(CW\*(C`n=20\*(C'\fR caused this text to be truncated, as indicated by the \f(CW...\fR.
-.IP "\fB\-csce=n\fR, or \fB\-closing\-side\-comment\-else\-flag=n\fR" 4
-.IX Item "-csce=n, or -closing-side-comment-else-flag=n"
+\&\f(CW\*(C`n=20\*(C'\fR caused this text to be truncated, as indicated by the \f(CW\*(C`...\*(C'\fR.
+.IP "\fB\-csce=n\fR, or \fB\-\-closing\-side\-comment\-else\-flag=n\fR" 4
+.IX Item "-csce=n, or --closing-side-comment-else-flag=n"
 The default, \fBn=0\fR, places the text of the opening \f(CW\*(C`if\*(C'\fR statement after any
 terminal \f(CW\*(C`else\*(C'\fR.
 .Sp
@@ -1068,8 +1136,8 @@ side comments.
 .Sp
 If \fBn=1\fR is used, the results will be the same as \fBn=2\fR whenever the
 resulting line length is less than the maximum allowed.
-.IP "\fB\-cscw\fR, or \fB\-closing\-side\-comment\-warnings\fR" 4
-.IX Item "-cscw, or -closing-side-comment-warnings"
+.IP "\fB\-cscw\fR, or \fB\-\-closing\-side\-comment\-warnings\fR" 4
+.IX Item "-cscw, or --closing-side-comment-warnings"
 This parameter is intended to help make the initial transition to the use of
 closing side comments.  
 It causes two
@@ -1085,30 +1153,30 @@ should only be needed on the first run with \fB\-csc\fR.
 .RS 4
 .Sp
 \&\fBImportant Notes on Closing Side Comments:\fR 
-.IP "\(bu" 4
+.IP "*" 4
 Closing side comments are only placed on lines terminated with a closing
 brace.  Certain closing styles, such as the use of cuddled elses
 (\fB\-ce\fR), preclude the generation of some closing side comments.
-.IP "\(bu" 4
+.IP "*" 4
 Please note that adding or deleting of closing side comments takes
 place only through the commands \fB\-csc\fR or \fB\-dcsc\fR.  The other commands,
 if used, merely modify the behavior of these two commands.  
-.IP "\(bu" 4
+.IP "*" 4
 It is recommended that the \fB\-cscw\fR flag be used along with \fB\-csc\fR on
 the first use of perltidy on a given file.  This will prevent loss of
 any existing side comment data which happens to have the csc prefix.
-.IP "\(bu" 4
+.IP "*" 4
 Once you use \fB\-csc\fR, you should continue to use it so that any
 closing side comments remain correct as code changes.  Otherwise, these
 comments will become incorrect as the code is updated.
-.IP "\(bu" 4
+.IP "*" 4
 If you edit the closing side comments generated by perltidy, you must also
 change the prefix to be different from the closing side comment prefix.
 Otherwise, your edits will be lost when you rerun perltidy with \fB\-csc\fR.   For
 example, you could simply change \f(CW\*(C`## end\*(C'\fR to be \f(CW\*(C`## End\*(C'\fR, since the test is
 case sensitive.  You may also want to use the \fB\-ssc\fR flag to keep these
 modified closing side comments spaced the same as actual closing side comments.
-.IP "\(bu" 4
+.IP "*" 4
 Temporarily generating closing side comments is a useful technique for
 exploring and/or debugging a perl script, especially one written by someone
 else.  You can always remove them with \fB\-dcsc\fR.
@@ -1131,13 +1199,13 @@ default, will be treated specially.
 .Sp
 Comments so identified  are treated as follows: 
 .RS 4
-.IP "\(bu" 4
+.IP "*" 4
 If there is no leading space on the line, then the comment will not
 be indented, and otherwise it may be,
-.IP "\(bu" 4
+.IP "*" 4
 no new blank line will be
 inserted before such a comment, and 
-.IP "\(bu" 4
+.IP "*" 4
 such a comment will never become
 a hanging side comment.  
 .RE
@@ -1147,22 +1215,25 @@ For example, assuming \f(CW@month_of_year\fR is
 left\-adjusted:
 .Sp
 .Vb 4
-\&    @month_of_year = (    # -sbc (default)
+\&    @month_of_year = (    # \-sbc (default)
 \&        'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct',
 \&    ##  'Dec', 'Nov'
 \&        'Nov', 'Dec');
 .Ve
+.Sp
 Without this convention, the above code would become
 .Sp
 .Vb 2
-\&    @month_of_year = (   # -nsbc
+\&    @month_of_year = (   # \-nsbc
 \&        'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct',
 .Ve
+.Sp
 .Vb 3
 \&        ##  'Dec', 'Nov'
 \&        'Nov', 'Dec'
 \&    );
 .Ve
+.Sp
 which is not as clear.
 The default is to use \fB\-sbc\fR.  This may be deactivated with \fB\-nsbc\fR.
 .RE
@@ -1170,15 +1241,19 @@ The default is to use \fB\-sbc\fR.  This may be deactivated with \fB\-nsbc\fR.
 .IX Item "-sbcp=string, --static-block-comment-prefix=string"
 This parameter defines the prefix used to identify static block comments
 when the \fB\-sbc\fR parameter is set.  The default prefix is \f(CW\*(C`##\*(C'\fR,
-corresponding to \f(CW\*(C`\-sbcp=##\*(C'\fR.  The first character must be a \f(CW\*(C`#\*(C'\fR
-symbol, since this must only match comments.  As a simple example, to
+corresponding to \f(CW\*(C`\-sbcp=##\*(C'\fR.  The prefix is actually part of a perl 
+pattern used to match lines and it must either begin with \f(CW\*(C`#\*(C'\fR or \f(CW\*(C`^#\*(C'\fR.  
+In the first case a prefix ^\es* will be added to match any leading
+whitespace, while in the second case the pattern will match only
+comments with no leading whitespace.  For example, to
 identify all comments as static block comments, one would use \f(CW\*(C`\-sbcp=#\*(C'\fR.
+To identify all left-adjusted comments as static block comments, use \f(CW\*(C`\-sbcp='^#'\*(C'\fR.
 .Sp
 Please note that \fB\-sbcp\fR merely defines the pattern used to identify static
 block comments; it will not be used unless the switch \fB\-sbc\fR is set.  Also,
-please be aware that this string is used in a perl regular expression which
-identifies these comments, so it must enable a valid regular expression to be
-formed.
+please be aware that since this string is used in a perl regular expression
+which identifies these comments, it must enable a valid regular expression to
+be formed.
 .IP "\fB\-osbc\fR, \fB\-\-outdent\-static\-block\-comments\fR" 4
 .IX Item "-osbc, --outdent-static-block-comments"
 The command \fB\-osbc\fR will will cause static block comments to be outdented by 2
@@ -1213,6 +1288,60 @@ expression to be formed.
 .RE
 .RS 4
 .RE
+.Sh "Skipping Selected Sections of Code"
+.IX Subsection "Skipping Selected Sections of Code"
+Selected lines of code may be passed verbatim to the output without any
+formatting.  This feature is enabled by default but can be disabled with
+the \fB\-\-noformat\-skipping\fR or \fB\-nfs\fR flag.  It should be used sparingly to
+avoid littering code with markers, but it might be helpful for working
+around occasional problems.  For example it might be useful for keeping
+the indentation of old commented code unchanged, keeping indentation of
+long blocks of aligned comments unchanged, keeping certain list
+formatting unchanged, or working around a glitch in perltidy.
+.IP "\fB\-fs\fR,  \fB\-\-format\-skipping\fR" 4
+.IX Item "-fs,  --format-skipping"
+This flag, which is enabled by default, causes any code between
+special beginning and ending comment markers to be passed to the
+output without formatting.  The default beginning marker is #<<<
+and the default ending marker is #>>> but they
+may be changed (see next items below).  Additional text may appear on
+these special comment lines provided that it is separated from the
+marker by at least one space.  For example
+.Sp
+.Vb 7
+\& #<<<  do not let perltidy touch this
+\&    my @list = (1,
+\&                1, 1,
+\&                1, 2, 1,
+\&                1, 3, 3, 1,
+\&                1, 4, 6, 4, 1,);
+\& #>>>
+.Ve
+.Sp
+The comment markers may be placed at any location that a block comment may
+appear.  If they do not appear to be working, use the \-log flag and examine the
+\&\fI.LOG\fR file.  Use \fB\-nfs\fR to disable this feature.
+.IP "\fB\-fsb=string\fR,  \fB\-\-format\-skipping\-begin=string\fR" 4
+.IX Item "-fsb=string,  --format-skipping-begin=string"
+The \fB\-fsb=string\fR parameter may be used to change the beginning marker for
+format skipping.  The default is equivalent to \-fsb='#<<<'.  The string that
+you enter must begin with a # and should be in quotes as necessary to get past
+the command shell of your system.  It is actually the leading text of a pattern
+that is constructed by appending a '\es', so you must also include backslashes
+for characters to be taken literally rather than as patterns.  
+.Sp
+Some examples show how example strings become patterns:
+.Sp
+.Vb 3
+\& \-fsb='#\e{\e{\e{' becomes /^#\e{\e{\e{\es/  which matches  #{{{ but not #{{{{
+\& \-fsb='#\e*\e*'   becomes /^#\e*\e*\es/    which matches  #** but not #***
+\& \-fsb='#\e*{2,}' becomes /^#\e*{2,}\es/  which matches  #** and #*****
+.Ve
+.IP "\fB\-fse=string\fR,  \fB\-\-format\-skipping\-end=string\fR" 4
+.IX Item "-fse=string,  --format-skipping-end=string"
+The \fB\-fsb=string\fR is the corresponding parameter used to change the
+ending marker for format skipping.  The default is equivalent to
+\&\-fse='#<<<'.  
 .Sh "Line Break Control"
 .IX Subsection "Line Break Control"
 .IP "\fB\-fnl\fR,  \fB\-\-freeze\-newlines\fR" 4
@@ -1235,15 +1364,16 @@ alternatives:
 .Vb 5
 \&  if ($task) {
 \&      yyy();
-\&  } else {    # -ce
+\&  } else {    # \-ce
 \&      zzz();
 \&  }
 .Ve
+.Sp
 .Vb 6
 \&  if ($task) {
 \&        yyy();
 \&  }
-\&  else {    # -nce  (default)
+\&  else {    # \-nce  (default)
 \&        zzz();
 \&  }
 .Ve
@@ -1252,11 +1382,12 @@ alternatives:
 Use the flag \fB\-bl\fR to place the opening brace on a new line:
 .Sp
 .Vb 4
-\&  if ( $input_file eq '-' )    # -bl 
+\&  if ( $input_file eq '\-' )    # \-bl 
 \&  {                          
 \&      important_function();
 \&  }
 .Ve
+.Sp
 This flag applies to all structural blocks, including sub's (unless
 the \fB\-sbl\fR flag is set \*(-- see next item).
 .Sp
@@ -1264,7 +1395,7 @@ The default style, \fB\-nbl\fR, places an opening brace on the same line as
 the keyword introducing it.  For example,
 .Sp
 .Vb 1
-\&  if ( $input_file eq '-' ) {   # -nbl (default)
+\&  if ( $input_file eq '\-' ) {   # \-nbl (default)
 .Ve
 .IP "\fB\-sbl\fR,    \fB\-\-opening\-sub\-brace\-on\-new\-line\fR" 4
 .IX Item "-sbl,    --opening-sub-brace-on-new-line"
@@ -1272,8 +1403,9 @@ The flag \fB\-sbl\fR can be used to override the value of \fB\-bl\fR for
 opening sub braces.  For example, 
 .Sp
 .Vb 1
-\& perltidy -sbl
+\& perltidy \-sbl
 .Ve
+.Sp
 produces this result:
 .Sp
 .Vb 9
@@ -1287,6 +1419,7 @@ produces this result:
 \&    }
 \& }
 .Ve
+.Sp
 This flag is negated with \fB\-nsbl\fR.  If \fB\-sbl\fR is not specified,
 the value of \fB\-bl\fR is used.
 .IP "\fB\-bli\fR,    \fB\-\-brace\-left\-and\-indent\fR" 4
@@ -1298,11 +1431,12 @@ an opening and closing block braces.
 For example,
 .Sp
 .Vb 4
-\&        if ( $input_file eq '-' )    # -bli
+\&        if ( $input_file eq '\-' )    # \-bli
 \&          {
 \&            important_function();
 \&          }
 .Ve
+.Sp
 By default, this extra indentation occurs for blocks of type:
 \&\fBif\fR, \fBelsif\fR, \fBelse\fR, \fBunless\fR, \fBfor\fR, \fBforeach\fR, \fBsub\fR, 
 \&\fBwhile\fR, \fBuntil\fR, and also with a preceding label.  The next item
@@ -1314,7 +1448,7 @@ Use this parameter to change the types of block braces for which the
 \&\fB\-blil='if elsif else'\fR would apply it to only \f(CW\*(C`if/elsif/else\*(C'\fR blocks.
 .IP "\fB\-bar\fR,    \fB\-\-opening\-brace\-always\-on\-right\fR" 4
 .IX Item "-bar,    --opening-brace-always-on-right"
-The default style, \fB\-nbl\fR places the opening brace on a new
+The default style, \fB\-nbl\fR places the opening code block brace on a new
 line if it does not fit on the same line as the opening keyword, like
 this:
 .Sp
@@ -1325,6 +1459,7 @@ this:
 \&            big_waste_of_time();
 \&        }
 .Ve
+.Sp
 To force the opening brace to always be on the right, use the \fB\-bar\fR
 flag.  In this case, the above example becomes
 .Sp
@@ -1334,42 +1469,75 @@ flag.  In this case, the above example becomes
 \&            big_waste_of_time();
 \&        }
 .Ve
+.Sp
 A conflict occurs if both \fB\-bl\fR and \fB\-bar\fR are specified.
+.IP "\fB\-otr\fR,  \fB\-\-opening\-token\-right\fR and related flags" 4
+.IX Item "-otr,  --opening-token-right and related flags"
+The \fB\-otr\fR flag is a hint that perltidy should not place a break between a
+comma and an opening token.  For example:
+.Sp
+.Vb 6
+\&    # default formatting
+\&    push @{ $self\->{$module}{$key} },
+\&      {
+\&        accno       => $ref\->{accno},
+\&        description => $ref\->{description}
+\&      };
+.Ve
+.Sp
+.Vb 5
+\&    # perltidy \-otr
+\&    push @{ $self\->{$module}{$key} }, {
+\&        accno       => $ref\->{accno},
+\&        description => $ref\->{description}
+\&      };
+.Ve
+.Sp
+The flag \fB\-otr\fR is actually a synonym for three other flags
+which can be used to control parens, hash braces, and square brackets
+separately if desired:
+.Sp
+.Vb 3
+\&  \-opr  or \-\-opening\-paren\-right
+\&  \-ohbr or \-\-opening\-hash\-brace\-right
+\&  \-osbr or \-\-opening\-square\-bracket\-right
+.Ve
 .IP "Vertical tightness of non-block curly braces, parentheses, and square brackets." 4
 .IX Item "Vertical tightness of non-block curly braces, parentheses, and square brackets."
 These parameters control what shall be called vertical tightness.  Here are the
 main points:
 .RS 4
-.IP "\(bu" 4
+.IP "*" 4
 Opening tokens (except for block braces) are controlled by \fB\-vt=n\fR, or
 \&\fB\-\-vertical\-tightness=n\fR, where
 .Sp
 .Vb 4
-\& -vt=0 always break a line after opening token (default). 
-\& -vt=1 do not break unless this would produce more than one 
+\& \-vt=0 always break a line after opening token (default). 
+\& \-vt=1 do not break unless this would produce more than one 
 \&         step in indentation in a line.
-\& -vt=2 never break a line after opening token
+\& \-vt=2 never break a line after opening token
 .Ve
-.IP "\(bu" 4
+.IP "*" 4
 You must also use the \fB\-lp\fR flag when you use the \fB\-vt\fR flag; the
 reason is explained below.
-.IP "\(bu" 4
+.IP "*" 4
 Closing tokens (except for block braces) are controlled by \fB\-vtc=n\fR, or
 \&\fB\-\-vertical\-tightness\-closing=n\fR, where
 .Sp
 .Vb 5
-\& -vtc=0 always break a line before a closing token (default), 
-\& -vtc=1 do not break before a closing token which is followed 
+\& \-vtc=0 always break a line before a closing token (default), 
+\& \-vtc=1 do not break before a closing token which is followed 
 \&        by a semicolon or another closing token, and is not in 
 \&        a list environment.
-\& -vtc=2 never break before a closing token.
+\& \-vtc=2 never break before a closing token.
 .Ve
+.Sp
 The rules for \fB\-vtc=1\fR are designed to maintain a reasonable balance
 between tightness and readability in complex lists.
-.IP "\(bu" 4
+.IP "*" 4
 Different controls may be applied to to different token types,
 and it is also possible to control block braces; see below.
-.IP "\(bu" 4
+.IP "*" 4
 Finally, please note that these vertical tightness flags are merely
 hints to the formatter, and it cannot always follow them.  Things which
 make it difficult or impossible include comments, blank lines, blocks of
@@ -1382,7 +1550,7 @@ length).
 Here are some examples: 
 .Sp
 .Vb 7
-\&    # perltidy -lp -vt=0 -vtc=0
+\&    # perltidy \-lp \-vt=0 \-vtc=0
 \&    %romanNumerals = (
 \&                       one   => 'I',
 \&                       two   => 'II',
@@ -1390,38 +1558,43 @@ Here are some examples:
 \&                       four  => 'IV',
 \&    );
 .Ve
+.Sp
 .Vb 6
-\&    # perltidy -lp -vt=1 -vtc=0
+\&    # perltidy \-lp \-vt=1 \-vtc=0
 \&    %romanNumerals = ( one   => 'I',
 \&                       two   => 'II',
 \&                       three => 'III',
 \&                       four  => 'IV',
 \&    );
 .Ve
+.Sp
 .Vb 5
-\&    # perltidy -lp -vt=1 -vtc=1
+\&    # perltidy \-lp \-vt=1 \-vtc=1
 \&    %romanNumerals = ( one   => 'I',
 \&                       two   => 'II',
 \&                       three => 'III',
 \&                       four  => 'IV', );
 .Ve
+.Sp
 The difference between \fB\-vt=1\fR and \fB\-vt=2\fR is shown here:
 .Sp
 .Vb 6
-\&    # perltidy -lp -vt=1 
-\&    $init->add(
+\&    # perltidy \-lp \-vt=1 
+\&    $init\->add(
 \&                mysprintf( "(void)find_threadsv(%s);",
-\&                           cstring( $threadsv_names[ $op->targ ] )
+\&                           cstring( $threadsv_names[ $op\->targ ] )
 \&                )
 \&    );
 .Ve
+.Sp
 .Vb 5
-\&    # perltidy -lp -vt=2 
-\&    $init->add( mysprintf( "(void)find_threadsv(%s);",
-\&                           cstring( $threadsv_names[ $op->targ ] )
+\&    # perltidy \-lp \-vt=2 
+\&    $init\->add( mysprintf( "(void)find_threadsv(%s);",
+\&                           cstring( $threadsv_names[ $op\->targ ] )
 \&                )
 \&    );
 .Ve
+.Sp
 With \fB\-vt=1\fR, the line ending in \f(CW\*(C`add(\*(C'\fR does not combine with the next
 line because the next line is not balanced.  This can help with
 readability, but \fB\-vt=2\fR can be used to ignore this rule.
@@ -1430,10 +1603,11 @@ The tightest, and least readable, code is produced with both \f(CW\*(C`\-vt=2\*(
 \&\f(CW\*(C`\-vtc=2\*(C'\fR:
 .Sp
 .Vb 3
-\&    # perltidy -lp -vt=2 -vtc=2
-\&    $init->add( mysprintf( "(void)find_threadsv(%s);",
-\&                           cstring( $threadsv_names[ $op->targ ] ) ) );
+\&    # perltidy \-lp \-vt=2 \-vtc=2
+\&    $init\->add( mysprintf( "(void)find_threadsv(%s);",
+\&                           cstring( $threadsv_names[ $op\->targ ] ) ) );
 .Ve
+.Sp
 Notice how the code in all of these examples collapses vertically as
 \&\fB\-vt\fR increases, but the indentation remains unchanged.  This is
 because perltidy implements the \fB\-vt\fR parameter by first formatting as
@@ -1468,18 +1642,19 @@ The \fB\-bbvt=n\fR flag is just like the \fB\-vt=n\fR flag but applies
 to opening code block braces.
 .Sp
 .Vb 4
-\& -bbvt=0 break after opening block brace (default). 
-\& -bbvt=1 do not break unless this would produce more than one 
+\& \-bbvt=0 break after opening block brace (default). 
+\& \-bbvt=1 do not break unless this would produce more than one 
 \&         step in indentation in a line.
-\& -bbvt=2 do not break after opening block brace.
+\& \-bbvt=2 do not break after opening block brace.
 .Ve
+.Sp
 It is necessary to also use either \fB\-bl\fR or \fB\-bli\fR for this to work,
 because, as with other vertical tightness controls, it is implemented by
 simply overwriting a line ending with an opening block brace with the
 subsequent line.  For example:
 .Sp
 .Vb 10
-\&    # perltidy -bli -bbvt=0
+\&    # perltidy \-bli \-bbvt=0
 \&    if ( open( FILE, "< $File" ) )
 \&      {
 \&        while ( $File = <FILE> )
@@ -1490,8 +1665,9 @@ subsequent line.  For example:
 \&        close(FILE);
 \&      }
 .Ve
+.Sp
 .Vb 8
-\&    # perltidy -bli -bbvt=1
+\&    # perltidy \-bli \-bbvt=1
 \&    if ( open( FILE, "< $File" ) )
 \&      { while ( $File = <FILE> )
 \&          { $In .= $File;
@@ -1500,6 +1676,7 @@ subsequent line.  For example:
 \&        close(FILE);
 \&      }
 .Ve
+.Sp
 By default this applies to blocks associated with keywords \fBif\fR,
 \&\fBelsif\fR, \fBelse\fR, \fBunless\fR, \fBfor\fR, \fBforeach\fR, \fBsub\fR, \fBwhile\fR,
 \&\fBuntil\fR, and also with a preceding label.  This can be changed with
@@ -1510,11 +1687,103 @@ possible values of this string, see \*(L"Specifying Block Types\*(R"
 .Sp
 For example, if we want to just apply this style to \f(CW\*(C`if\*(C'\fR,
 \&\f(CW\*(C`elsif\*(C'\fR, and \f(CW\*(C`else\*(C'\fR blocks, we could use 
-\&\f(CW\*(C`perltidy \-bli \-bbvt \-bbvtl='if elsif else'\*(C'\fR.
+\&\f(CW\*(C`perltidy \-bli \-bbvt=1 \-bbvtl='if elsif else'\*(C'\fR.
 .Sp
 There is no vertical tightness control for closing block braces; with
 the exception of one-line blocks, they will normally remain on a 
 separate line.
+.IP "\fB\-sot\fR,  \fB\-\-stack\-opening\-token\fR and related flags" 4
+.IX Item "-sot,  --stack-opening-token and related flags"
+The \fB\-sot\fR flag tells perltidy to \*(L"stack\*(R" opening tokens
+when possible to avoid lines with isolated opening tokens.
+.Sp
+For example:
+.Sp
+.Vb 8
+\&    # default
+\&    $opt_c = Text::CSV_XS\->new(
+\&        {
+\&            binary       => 1,
+\&            sep_char     => $opt_c,
+\&            always_quote => 1,
+\&        }
+\&    );
+.Ve
+.Sp
+.Vb 7
+\&    # \-sot
+\&    $opt_c = Text::CSV_XS\->new( {
+\&            binary       => 1,
+\&            sep_char     => $opt_c,
+\&            always_quote => 1,
+\&        }
+\&    );
+.Ve
+.Sp
+For detailed control of individual closing tokens the following
+controls can be used:
+.Sp
+.Vb 3
+\&  \-sop  or \-\-stack\-opening\-paren
+\&  \-sohb or \-\-stack\-opening\-hash\-brace
+\&  \-sosb or \-\-stack\-opening\-square\-bracket
+.Ve
+.Sp
+The flag \fB\-sot\fR is a synonym for \fB\-sop \-sohb \-sosb\fR.
+.IP "\fB\-sct\fR,  \fB\-\-stack\-closing\-token\fR and related flags" 4
+.IX Item "-sct,  --stack-closing-token and related flags"
+The \fB\-sct\fR flag tells perltidy to \*(L"stack\*(R" closing tokens
+when possible to avoid lines with isolated closing tokens.
+.Sp
+For example:
+.Sp
+.Vb 8
+\&    # default
+\&    $opt_c = Text::CSV_XS\->new(
+\&        {
+\&            binary       => 1,
+\&            sep_char     => $opt_c,
+\&            always_quote => 1,
+\&        }
+\&    );
+.Ve
+.Sp
+.Vb 7
+\&    # \-sct
+\&    $opt_c = Text::CSV_XS\->new(
+\&        {
+\&            binary       => 1,
+\&            sep_char     => $opt_c,
+\&            always_quote => 1,
+\&        } );
+.Ve
+.Sp
+The \fB\-sct\fR flag is somewhat similar to the \fB\-vtc\fR flags, and in some
+cases it can give a similar result.  The difference is that the \fB\-vtc\fR
+flags try to avoid lines with leading opening tokens by \*(L"hiding\*(R" them at
+the end of a previous line, whereas the \fB\-sct\fR flag merely tries to
+reduce the number of lines with isolated closing tokens by stacking them
+but does not try to hide them.  For example:
+.Sp
+.Vb 6
+\&    # \-vtc=2
+\&    $opt_c = Text::CSV_XS\->new(
+\&        {
+\&            binary       => 1,
+\&            sep_char     => $opt_c,
+\&            always_quote => 1, } );
+.Ve
+.Sp
+For detailed control of the stacking of individual closing tokens the
+following controls can be used:
+.Sp
+.Vb 3
+\&  \-scp  or \-\-stack\-closing\-paren
+\&  \-schb or \-\-stack\-closing\-hash\-brace
+\&  \-scsb or \-\-stack\-closing\-square\-bracket
+.Ve
+.Sp
+The flag \fB\-sct\fR is a synonym for \fB\-scp \-schb \-scsb\fR.
 .IP "\fB\-dnl\fR,  \fB\-\-delete\-old\-newlines\fR" 4
 .IX Item "-dnl,  --delete-old-newlines"
 By default, perltidy first deletes all old line break locations, and then it
@@ -1525,10 +1794,10 @@ points.
 .IX Item "-anl,  --add-newlines"
 By default, perltidy will add line breaks when necessary to create
 continuations of long lines and to improve the script appearance.  Use
-\&\fB\-nanl\fR or \fB\-noadd\-newlines\fR to prevent any new line breaks.  
+\&\fB\-nanl\fR or \fB\-\-noadd\-newlines\fR to prevent any new line breaks.  
 .Sp
 This flag does not prevent perltidy from eliminating existing line
-breaks; see \fB\-freeze\-newlines\fR to completely prevent changes to line
+breaks; see \fB\-\-freeze\-newlines\fR to completely prevent changes to line
 break points.
 .IP "Controlling whether perltidy breaks before or after operators" 4
 .IX Item "Controlling whether perltidy breaks before or after operators"
@@ -1556,19 +1825,25 @@ To illustrate, to cause a break after a concatenation operator, \f(CW'.'\fR,
 rather than before it, the command line would be
 .Sp
 .Vb 1
-\&  -wba="."
+\&  \-wba="."
 .Ve
+.Sp
 As another example, the following command would cause a break before 
 math operators \f(CW'+'\fR, \f(CW'\-'\fR, \f(CW'/'\fR, and \f(CW'*'\fR:
 .Sp
 .Vb 1
-\&  -wbb="+ - / *"
+\&  \-wbb="+ \- / *"
 .Ve
-These commands should work well for most of the token types that
-perltidy uses (use \fB\-\-dump\-token\-types\fR for a list).  However, for a
-few token types there may be conflicts with hardwired logic which cause
-unexpected results.  One example is curly braces, which should be
-controlled with the parameter \fBbl\fR provided for that purpose.
+.Sp
+These commands should work well for most of the token types that perltidy uses
+(use \fB\-\-dump\-token\-types\fR for a list).  Also try the \-D flag on a short
+snippet of code and look at the .DEBUG file to see the tokenization.  However,
+for a few token types there may be conflicts with hardwired logic which cause
+unexpected results.  One example is curly braces, which should be controlled
+with the parameter \fBbl\fR provided for that purpose.
+.Sp
+\&\fB\s-1WARNING\s0\fR Be sure to put these tokens in quotes to avoid having them
+misinterpreted by your command shell.
 .Sh "Controlling List Formatting"
 .IX Subsection "Controlling List Formatting"
 Perltidy attempts to place comma-separated arrays of values in tables
@@ -1589,25 +1864,29 @@ but consider:
 \&                1, 3, 3, 1,
 \&                1, 4, 6, 4, 1,);
 .Ve
+.Sp
 The default formatting will flatten this down to one line:
 .Sp
 .Vb 2
 \&    # perltidy (default)
 \&    my @list = ( 1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 6, 4, 1, );
 .Ve
+.Sp
 which hides the structure. Using \fB\-boc\fR, plus additional flags
 to retain the original style, yields
 .Sp
 .Vb 6
-\&    # perltidy -boc -lp -pt=2 -vt=1 -vtc=1
+\&    # perltidy \-boc \-lp \-pt=2 \-vt=1 \-vtc=1
 \&    my @list = (1,
 \&                1, 1,
 \&                1, 2, 1,
 \&                1, 3, 3, 1,
 \&                1, 4, 6, 4, 1,);
 .Ve
+.Sp
 A disadvantage of this flag is that all tables in the file
-must already be nicely formatted.
+must already be nicely formatted.  For another possibility see
+the \-fs flag in \*(L"Skipping Selected Sections of Code\*(R".
 .IP "\fB\-mft=n\fR,  \fB\-\-maximum\-fields\-per\-table=n\fR" 4
 .IX Item "-mft=n,  --maximum-fields-per-table=n"
 If the computed number of fields for any table exceeds \fBn\fR, then it
@@ -1620,7 +1899,7 @@ be introduced somewhere to freeze the formatting in future applications
 of perltidy.
 .Sp
 .Vb 9
-\&    # perltidy -mft=2
+\&    # perltidy \-mft=2
 \&    @month_of_year = (    
 \&        'Jan', 'Feb',
 \&        'Mar', 'Apr',
@@ -1641,11 +1920,12 @@ being forced because \fB\-boc\fR is used).  The possible values of \fBn\fR are:
 .Vb 6
 \& n=0 break at all commas after =>  
 \& n=1 stable: break at all commas after => unless this would break
-\&     an existing one-line container (default)
+\&     an existing one\-line container (default)
 \& n=2 break at all commas after =>, but try to form the maximum
-\&     maximum one-line container lengths
+\&     maximum one\-line container lengths
 \& n=3 do not treat commas after => specially at all
 .Ve
+.Sp
 For example, given the following single line, perltidy by default will
 not add any line breaks because it would break the existing one-line
 container:
@@ -1653,15 +1933,17 @@ container:
 .Vb 1
 \&    bless { B => $B, Root => $Root } => $package;
 .Ve
+.Sp
 Using \fB\-cab=0\fR will force a break after each comma-arrow item:
 .Sp
 .Vb 5
-\&    # perltidy -cab=0:
+\&    # perltidy \-cab=0:
 \&    bless {
 \&        B    => $B,
 \&        Root => $Root
 \&    } => $package;
 .Ve
+.Sp
 If perltidy is subsequently run with this container broken, then by
 default it will break after each '=>' because the container is now
 broken.  To reform a one-line container, the parameter \fB\-cab=2\fR would
@@ -1674,7 +1956,7 @@ will be determined by the same rules that are used for any other table.
 Here is an example.
 .Sp
 .Vb 6
-\&    # perltidy -cab=3
+\&    # perltidy \-cab=3
 \&    my %last_day = (
 \&        "01" => 31, "02" => 29, "03" => 31, "04" => 30,
 \&        "05" => 31, "06" => 30, "07" => 31, "08" => 31,
@@ -1742,11 +2024,11 @@ A blank line will be introduced before blocks of coding delimited by
 \&\fBfor\fR, \fBforeach\fR, \fBwhile\fR, \fBuntil\fR, and \fBif\fR, \fBunless\fR, in the following
 circumstances:
 .RS 4
-.IP "\(bu" 4
+.IP "*" 4
 The block is not preceded by a comment.
-.IP "\(bu" 4
+.IP "*" 4
 The block is not a one-line block.
-.IP "\(bu" 4
+.IP "*" 4
 The number of consecutive non-blank lines at the current indentation depth is at least \fB\-lbl\fR
 (see next section).
 .RE
@@ -1788,7 +2070,7 @@ not apply to perl) as they are sometimes implemented.  At present, this
 style overrides the default style with the following parameters:
 .Sp
 .Vb 1
-\&    -lp -bl -noll -pt=2 -bt=2 -sbt=2 -icp
+\&    \-lp \-bl \-noll \-pt=2 \-bt=2 \-sbt=2 \-icp
 .Ve
 .Sh "Other Controls"
 .IX Subsection "Other Controls"
@@ -1854,13 +2136,14 @@ Here is an example of a \fI.perltidyrc\fR file:
 .Vb 8
 \&  # This is a simple of a .perltidyrc configuration file
 \&  # This implements a highly spaced style
-\&  -se    # errors to standard error output
-\&  -w     # show all warnings
-\&  -bl    # braces on new lines
-\&  -pt=0  # parens not tight at all
-\&  -bt=0  # braces not tight
-\&  -sbt=0 # square brackets not tight
+\&  \-se    # errors to standard error output
+\&  \-w     # show all warnings
+\&  \-bl    # braces on new lines
+\&  \-pt=0  # parens not tight at all
+\&  \-bt=0  # braces not tight
+\&  \-sbt=0 # square brackets not tight
 .Ve
+.Sp
 The parameters in the \fI.perltidyrc\fR file are installed first, so any
 parameters given on the command line will have priority over them.  
 .Sp
@@ -1868,12 +2151,13 @@ To avoid confusion, perltidy ignores any command in the .perltidyrc
 file which would cause some kind of dump and an exit.  These are:
 .Sp
 .Vb 1
-\& -h -v -ddf -dln -dop -dsn -dtt -dwls -dwrs -ss
+\& \-h \-v \-ddf \-dln \-dop \-dsn \-dtt \-dwls \-dwrs \-ss
 .Ve
+.Sp
 There are several options may be helpful in debugging a \fI.perltidyrc\fR
 file:  
 .RS 4
-.IP "\(bu" 4
+.IP "*" 4
 A very helpful command is \fB\-\-dump\-profile\fR or \fB\-dpro\fR.  It writes a
 list of all configuration filenames tested to standard output, and 
 if a file is found, it dumps the content to standard output before
@@ -1881,18 +2165,18 @@ exiting.  So, to find out where perltidy looks for its configuration
 files, and which one if any it selects, just enter 
 .Sp
 .Vb 1
-\&  perltidy -dpro
+\&  perltidy \-dpro
 .Ve
-.IP "\(bu" 4
+.IP "*" 4
 It may be simplest to develop and test configuration files with
 alternative names, and invoke them with \fB\-pro=filename\fR on the command
 line.  Then rename the desired file to \fI.perltidyrc\fR when finished.
-.IP "\(bu" 4
+.IP "*" 4
 The parameters in the \fI.perltidyrc\fR file can be switched off with 
 the \fB\-npro\fR option.
-.IP "\(bu" 4
-The commands \fB\-dump\-options\fR, \fB\-dump\-defaults\fR, \fB\-dump\-long\-names\fR,
-and \fB\-dump\-short\-names\fR, all described below, may all be helpful.
+.IP "*" 4
+The commands \fB\-\-dump\-options\fR, \fB\-\-dump\-defaults\fR, \fB\-\-dump\-long\-names\fR,
+and \fB\-\-dump\-short\-names\fR, all described below, may all be helpful.
 .RE
 .RS 4
 .RE
@@ -1907,10 +2191,11 @@ are preceded by the name of the alias (without leading dashes), like this:
 .Sp
 .Vb 4
 \&        newword {
-\&        -opt1
-\&        -opt2
+\&        \-opt1
+\&        \-opt2
 \&        }
 .Ve
+.Sp
 where \fBnewword\fR is the abbreviation, and \fBopt1\fR, etc, are existing parameters
 \&\fIor other abbreviations\fR.  The main syntax requirement is that
 the new abbreviation must begin on a new line.
@@ -1919,13 +2204,15 @@ For a
 specific example, the following line
 .Sp
 .Vb 1
-\&        airy {-bl -pt=0 -bt=0 -sbt=0}
+\&        airy {\-bl \-pt=0 \-bt=0 \-sbt=0}
 .Ve
+.Sp
 could be placed in a \fI.perltidyrc\fR file, and then invoked at will with
 .Sp
 .Vb 1
-\&        perltidy -airy somefile.pl
+\&        perltidy \-airy somefile.pl
 .Ve
+.Sp
 (Either \f(CW\*(C`\-airy\*(C'\fR or \f(CW\*(C`\-\-airy\*(C'\fR may be used).
 .IP "Skipping leading non-perl commands with \fB\-x\fR or \fB\-\-look\-for\-hash\-bang\fR" 4
 .IX Item "Skipping leading non-perl commands with -x or --look-for-hash-bang"
@@ -1954,8 +2241,9 @@ have other uses.
 One use for \fB\-\-mangle\fR is the following:
 .Sp
 .Vb 1
-\&  perltidy --mangle myfile.pl -st | perltidy -o myfile.pl.new
+\&  perltidy \-\-mangle myfile.pl \-st | perltidy \-o myfile.pl.new
 .Ve
+.Sp
 This will form the maximum possible number of one-line blocks (see next
 section), and can sometimes help clean up a badly formatted script.
 .Sp
@@ -1972,6 +2260,7 @@ block is something like this,
 .Vb 1
 \&        if ($x > 0) { $y = 1 / $x }
 .Ve
+.Sp
 where the contents within the curly braces is short enough to fit
 on a single line.
 .Sp
@@ -2059,8 +2348,9 @@ The flag \fB\-html\fR causes perltidy to write an html file with extension
 \&\fI.html\fR.  So, for example, the following command
 .Sp
 .Vb 1
-\&        perltidy -html somefile.pl
+\&        perltidy \-html somefile.pl
 .Ve
+.Sp
 will produce a syntax-colored html file named \fIsomefile.pl.html\fR
 which may be viewed with a browser.
 .Sp
@@ -2105,15 +2395,17 @@ pod2html, and this prefix will be removed before they are passed to
 pod2html.  The flags which have the additional \f(CW\*(C`pod\*(C'\fR prefix are:
 .Sp
 .Vb 2
-\&   --[no]podheader --[no]podindex --[no]podrecurse --[no]podquiet 
-\&   --[no]podverbose --podflush
+\&   \-\-[no]podheader \-\-[no]podindex \-\-[no]podrecurse \-\-[no]podquiet 
+\&   \-\-[no]podverbose \-\-podflush
 .Ve
+.Sp
 The flags which are unchanged from their use in pod2html are:
 .Sp
 .Vb 2
-\&   --backlink=s --cachedir=s --htmlroot=s --libpods=s --title=s
-\&   --podpath=s --podroot=s
+\&   \-\-backlink=s \-\-cachedir=s \-\-htmlroot=s \-\-libpods=s \-\-title=s
+\&   \-\-podpath=s \-\-podroot=s
 .Ve
+.Sp
 where 's' is an appropriate character string.  Not all of these flags are
 available in older versions of Pod::Html.  See your Pod::Html documentation for
 more information.
@@ -2132,10 +2424,11 @@ simplifies code browsing.  Assume, for example, that the input file is
 files will be created:
 .Sp
 .Vb 3
-\& MyModule.pm.html      - the frame
-\& MyModule.pm.toc.html  - the table of contents
-\& MyModule.pm.src.html  - the formatted source code
+\& MyModule.pm.html      \- the frame
+\& MyModule.pm.toc.html  \- the table of contents
+\& MyModule.pm.src.html  \- the formatted source code
 .Ve
+.Sp
 Obviously this file naming scheme requires that output be directed to a real
 file (as opposed to, say, standard output).  If this is not the
 case, or if the file extension is unknown, the \fB\-frm\fR option will be
@@ -2175,8 +2468,9 @@ sheet could not be written for some reason, such as if the \fB\-pre\fR flag
 was used.  Thus, for example,
 .Sp
 .Vb 1
-\&  perltidy -html -ss >mystyle.css
+\&  perltidy \-html \-ss >mystyle.css
 .Ve
+.Sp
 will write a style sheet with the default properties to file
 \&\fImystyle.css\fR.
 .Sp
@@ -2198,15 +2492,15 @@ corresponding abbreviation:
 .Sp
 .Vb 19
 \&      Token Type             xxxxxx           x 
-\&      ----------             --------         --
+\&      \-\-\-\-\-\-\-\-\-\-             \-\-\-\-\-\-\-\-         \-\-
 \&      comment                comment          c
 \&      number                 numeric          n
 \&      identifier             identifier       i
 \&      bareword, function     bareword         w
 \&      keyword                keyword          k
 \&      quite, pattern         quote            q
-\&      here doc text          here-doc-text    h
-\&      here doc target        here-doc-target  hh
+\&      here doc text          here\-doc\-text    h
+\&      here doc target        here\-doc\-target  hh
 \&      punctuation            punctuation      pu
 \&      parentheses            paren            p
 \&      structural braces      structure        s
@@ -2215,8 +2509,9 @@ corresponding abbreviation:
 \&      comma                  comma            cm
 \&      label                  label            j
 \&      sub definition name    subroutine       m
-\&      pod text               pod-text         pd
+\&      pod text               pod\-text         pd
 .Ve
+.Sp
 A default set of colors has been defined, but they may be changed by providing
 values to any of the following parameters, where \fBn\fR is either a 6 digit 
 hex \s-1RGB\s0 color value or an ascii name for a color, such as 'red'.
@@ -2225,13 +2520,15 @@ To illustrate, the following command will produce an html
 file \fIsomefile.pl.html\fR with \*(L"aqua\*(R" keywords:
 .Sp
 .Vb 1
-\&        perltidy -html -hck=00ffff somefile.pl
+\&        perltidy \-html \-hck=00ffff somefile.pl
 .Ve
+.Sp
 and this should be equivalent for most browsers:
 .Sp
 .Vb 1
-\&        perltidy -html -hck=aqua somefile.pl
+\&        perltidy \-html \-hck=aqua somefile.pl
 .Ve
+.Sp
 Perltidy merely writes any non-hex names that it sees in the html file.
 The following 16 color names are defined in the \s-1HTML\s0 3.2 standard:
 .Sp
@@ -2253,28 +2550,30 @@ The following 16 color names are defined in the \s-1HTML\s0 3.2 standard:
 \&        teal    => 008080,
 \&        aqua    => 00ffff,
 .Ve
+.Sp
 Many more names are supported in specific browsers, but it is safest
 to use the hex codes for other colors.  Helpful color tables can be
 located with an internet search for \*(L"\s-1HTML\s0 color tables\*(R". 
 .Sp
 Besides color, two other character attributes may be set: bold, and italics.
 To set a token type to use bold, use the flag
-\&\fB\-html\-bold\-xxxxxx\fR or \fB\-hbx\fR, where \fBxxxxxx\fR or \fBx\fR are the long
+\&\fB\-\-html\-bold\-xxxxxx\fR or \fB\-hbx\fR, where \fBxxxxxx\fR or \fBx\fR are the long
 or short names from the above table.  Conversely, to set a token type to 
-\&\s-1NOT\s0 use bold, use \fB\-nohtml\-bold\-xxxxxx\fR or \fB\-nhbx\fR.
+\&\s-1NOT\s0 use bold, use \fB\-\-nohtml\-bold\-xxxxxx\fR or \fB\-nhbx\fR.
 .Sp
 Likewise, to set a token type to use an italic font, use the flag
-\&\fB\-html\-italic\-xxxxxx\fR or \fB\-hix\fR, where again \fBxxxxxx\fR or \fBx\fR are the
+\&\fB\-\-html\-italic\-xxxxxx\fR or \fB\-hix\fR, where again \fBxxxxxx\fR or \fBx\fR are the
 long or short names from the above table.  And to set a token type to
-\&\s-1NOT\s0 use italics, use \fB\-nohtml\-italic\-xxxxxx\fR or \fB\-nhix\fR.
+\&\s-1NOT\s0 use italics, use \fB\-\-nohtml\-italic\-xxxxxx\fR or \fB\-nhix\fR.
 .Sp
 For example, to use bold braces and lime color, non\-bold, italics keywords the
 following command would be used:
 .Sp
 .Vb 1
-\&        perltidy -html -hbs -hck=00FF00 -nhbk -hik somefile.pl
+\&        perltidy \-html \-hbs \-hck=00FF00 \-nhbk \-hik somefile.pl
 .Ve
-The background color can be specified with \fB\-html\-color\-background=n\fR,
+.Sp
+The background color can be specified with \fB\-\-html\-color\-background=n\fR,
 or \fB\-hcbg=n\fR for short, where n is a 6 character hex \s-1RGB\s0 value.  The
 default color of text is the value given to \fBpunctuation\fR, which is
 black as a default.
@@ -2305,8 +2604,9 @@ For example, the following parameter specifies \f(CW\*(C`sub\*(C'\fR, labels, \f
 \&\f(CW\*(C`END\*(C'\fR blocks:
 .PP
 .Vb 1
-\&   -cscl="sub : BEGIN END"
+\&   \-cscl="sub : BEGIN END"
 .Ve
+.PP
 (the meaning of the \-cscl parameter is described above.)  Note that
 quotes are required around the list of block types because of the
 spaces.
@@ -2330,13 +2630,15 @@ dot is added, and the backup file will be \fIsomefile.pl~\fR  .
 The following list shows all short parameter names which allow a prefix
 \&'n' to produce the negated form:
 .PP
-.Vb 5
-\&    D anl asc aws b bbb bbc bbs bli boc bok bol bot syn ce csc 
-\&    dac dbc dcsc dnl dws dp dpro dsm dsc ddf dln dop dsn dtt dwls dwrs 
-\&    f fll frm hsc html ibc icb icp iob isbc lp log lal x lsl ple pod bl 
-\&    sbl okw ola oll ple pvl q opt sbc sfs ssc sts se st sob 
-\&    t tac tbc toc tp tsc tqw w
+.Vb 6
+\& D    anl asc  aws  b    bbb bbc bbs  bl   bli  boc bok  bol  bot  ce
+\& csc  dac dbc  dcsc ddf  dln dnl dop  dp   dpro dsc dsm  dsn  dtt  dwls
+\& dwrs dws f    fll  frm  fs  hsc html ibc  icb  icp iob  isbc lal  log
+\& lp   lsl ohbr okw  ola  oll opr opt  osbr otr  ple ple  pod  pvl  q
+\& sbc  sbl schb scp  scsb sct se  sfp  sfs  skp  sob sohb sop  sosb sot
+\& ssc  st  sts  syn  t    tac tbc toc  tp   tqw  tsc w    x
 .Ve
+.PP
 Equivalently, the prefix 'no' or 'no\-' on the corresponding long names may be
 used.
 .SH "LIMITATIONS"
@@ -2393,7 +2695,7 @@ purpose of this rule is to prevent generating confusing filenames such as
 \&\fIperlstyle\fR\|(1), \fIPerl::Tidy\fR\|(3)
 .SH "VERSION"
 .IX Header "VERSION"
-This man page documents perltidy version 20031021.
+This man page documents perltidy version 20060614.
 .SH "CREDITS"
 .IX Header "CREDITS"
 Michael Cartmell supplied code for adaptation to \s-1VMS\s0 and helped with
@@ -2417,7 +2719,7 @@ see the \s-1CHANGES\s0 file.
 .Ve
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
-Copyright (c) 2000\-2003 by Steve Hancock
+Copyright (c) 2000\-2006 by Steve Hancock
 .SH "LICENSE"
 .IX Header "LICENSE"
 This package is free software; you can redistribute it and/or modify it