]> git.donarmstrong.com Git - perltidy.git/commitdiff
cleaned up docs
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 29 May 2019 02:56:42 +0000 (19:56 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 29 May 2019 02:56:42 +0000 (19:56 -0700)
bin/perltidy
docs/ChangeLog.html
docs/perltidy.html

index c23dad6b79a62338e44bdeb38b8bd1c3008946e8..9392000ebf96c2857e9b9aeb9739df816e8f568c 100755 (executable)
@@ -2728,7 +2728,7 @@ previous versions.
 
 =back
 
-=item B<Controls for blank lines around lines of consecutive keywords>
+B<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.
@@ -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<n=0> 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
 
index 5b326de0f7a9379ba2d21d63ec408dfd55fda4c3..62d51c08c924116b4c833fe3896d8ed34e171034 100644 (file)
@@ -2,7 +2,12 @@
 
 <h2>2018 11 20.01</h2>
 
-<pre><code>- added option -bom  (--break-at-old-method-breakpoints) by
+<pre><code>- 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
index 3785c316b81c45bfb1e11091683d02e597f5e721..d0f1bfb0a683bededb43bb99d7b9c6ba356b60d6 100644 (file)
@@ -53,7 +53,6 @@
   <li><a href="#COPYRIGHT">COPYRIGHT</a></li>
   <li><a href="#LICENSE">LICENSE</a></li>
   <li><a href="#DISCLAIMER">DISCLAIMER</a></li>
-  <li><a href="#POD-ERRORS">POD ERRORS</a></li>
 </ul>
 
 <h1 id="NAME">NAME</h1>
 </dd>
 </dl>
 
-<dl>
-
-<dt id="Controls-for-blank-lines-around-lines-of-consecutive-keywords"><b>Controls for blank lines around lines of consecutive keywords</b></dt>
-<dd>
+<p><b>Controls for blank lines around lines of consecutive keywords</b></p>
 
 <p>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 <b>keyword group blanks</b>, and all of the parameters begin with <b>--keyword-group-blanks*</b>, or <b>-kgb*</b> for short. The default settings do not employ these controls but they can be enabled with the following parameters:</p>
 
 </li>
 </ul>
 
-</dd>
-</dl>
-
 <h2 id="Styles">Styles</h2>
 
 <p>A style refers to a convenient collection of existing parameters.</p>
       );</code></pre>
 
 </dd>
-</dl>
-
-<dl>
-
 <dt id="One-line-blocks">One-line blocks</dt>
 <dd>
 
 
 <p>See the &quot;GNU General Public License&quot; for more details.</p>
 
-<h1 id="POD-ERRORS">POD ERRORS</h1>
-
-<p>Hey! <b>The above document had some coding errors, which are explained below:</b></p>
-
-<dl>
-
-<dt id="Around-line-2731">Around line 2731:</dt>
-<dd>
-
-<p>&#39;=item&#39; outside of any &#39;=over&#39;</p>
-
-</dd>
-<dt id="Around-line-2919">Around line 2919:</dt>
-<dd>
-
-<p>You forgot a &#39;=back&#39; before &#39;=head2&#39;</p>
-
-</dd>
-<dt id="Around-line-2977">Around line 2977:</dt>
-<dd>
-
-<p>&#39;=item&#39; outside of any &#39;=over&#39;</p>
-
-</dd>
-<dt id="Around-line-3058">Around line 3058:</dt>
-<dd>
-
-<p>You forgot a &#39;=back&#39; before &#39;=head2&#39;</p>
-
-</dd>
-</dl>
-
 
 </body>