From: Steve Hancock Date: Wed, 29 May 2019 02:56:42 +0000 (-0700) Subject: cleaned up docs X-Git-Tag: 20190601~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6847bc67f28a13b8add0c42982df5de3c2010d56;p=perltidy.git cleaned up docs --- diff --git a/bin/perltidy b/bin/perltidy index c23dad6b..9392000e 100755 --- a/bin/perltidy +++ b/bin/perltidy @@ -2728,7 +2728,7 @@ previous versions. =back -=item B +B The parameters in this section provide some control over the placement of blank lines within and around groups of statements beginning with selected keywords. @@ -2972,7 +2972,6 @@ after the -pbp parameter. For example, : ' elsewhere in this document' ); -=back =item One-line blocks @@ -3054,6 +3053,8 @@ all one-line blocks, regardless of complexity, the B option only removes ending semicolons which terminate one-line blocks containing just one semicolon. So these two options are not exact inverses. +=back + =head2 Controlling Vertical Alignment diff --git a/docs/ChangeLog.html b/docs/ChangeLog.html index 5b326de0..62d51c08 100644 --- a/docs/ChangeLog.html +++ b/docs/ChangeLog.html @@ -2,7 +2,12 @@

2018 11 20.01

-
- added option -bom  (--break-at-old-method-breakpoints) by
+
- rt #128477: Prevent inconsistent owner/group and setuid/setgid bits. 
+  In the -b (--backup-and-modify-in-place) mode, an attempt is made to set ownership
+  of the output file equal to the input file, if they differ.  
+  In all cases, if the final output file ownership differs from input file, any setuid/setgid bits are cleared.
+
+- added option -bom  (--break-at-old-method-breakpoints) by
   merrillymeredith which preserves breakpoints of method chains
 
 - merged patch to fix Windows EOL translation error with UTF-8 written by
diff --git a/docs/perltidy.html b/docs/perltidy.html
index 3785c316..d0f1bfb0 100644
--- a/docs/perltidy.html
+++ b/docs/perltidy.html
@@ -53,7 +53,6 @@
   
  • COPYRIGHT
  • LICENSE
  • DISCLAIMER
  • -
  • POD ERRORS
  • NAME

    @@ -2170,10 +2169,7 @@ -
    - -
    Controls for blank lines around lines of consecutive keywords
    -
    +

    Controls for blank lines around lines of consecutive keywords

    The parameters in this section provide some control over the placement of blank lines within and around groups of statements beginning with selected keywords. These blank lines are called here keyword group blanks, and all of the parameters begin with --keyword-group-blanks*, or -kgb* for short. The default settings do not employ these controls but they can be enabled with the following parameters:

    @@ -2292,9 +2288,6 @@ -
    -
    -

    Styles

    A style refers to a convenient collection of existing parameters.

    @@ -2347,10 +2340,6 @@ );
    - - -
    -
    One-line blocks
    @@ -2910,38 +2899,6 @@

    See the "GNU General Public License" for more details.

    -

    POD ERRORS

    - -

    Hey! The above document had some coding errors, which are explained below:

    - -
    - -
    Around line 2731:
    -
    - -

    '=item' outside of any '=over'

    - -
    -
    Around line 2919:
    -
    - -

    You forgot a '=back' before '=head2'

    - -
    -
    Around line 2977:
    -
    - -

    '=item' outside of any '=over'

    - -
    -
    Around line 3058:
    -
    - -

    You forgot a '=back' before '=head2'

    - -
    -
    -