]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Recompiling docs to pick up last two changes
authorjake%acutex.net <>
Tue, 16 Oct 2001 02:18:00 +0000 (02:18 +0000)
committerjake%acutex.net <>
Tue, 16 Oct 2001 02:18:00 +0000 (02:18 +0000)
docs/html/Bugzilla-Guide.html
docs/html/bzhacking.html
docs/html/stepbystep.html
docs/txt/Bugzilla-Guide.txt

index ca916f41756997f43ce5cdc2839ec90b8aab381d..186d93fb983fdf1b8caa3d5f55b5cf2233f9e521 100644 (file)
@@ -4693,7 +4693,7 @@ COLOR="#000000"
 CLASS="PROGRAMLISTING"
 >bash# mkdir /usr/bonsaitools  
 bash# mkdir /usr/bonsaitools/bin 
-bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
+bash# ln -s /usr/bin/perl /usr/bonsaitools/bin/perl
            </PRE
 ></FONT
 ></TD
@@ -16034,7 +16034,8 @@ to&nbsp;reformat&nbsp;the&nbsp;entire&nbsp;file&nbsp;:).<br>
 <br>
 &nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;($var)&nbsp;{<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print&nbsp;"The&nbsp;variable&nbsp;is&nbsp;true";<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
+&nbsp;&nbsp;&nbsp;&nbsp;}<br>
+&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;{<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print&nbsp;"Try&nbsp;again";<br>
 &nbsp;&nbsp;&nbsp;&nbsp;}<br>
 <br>
@@ -17226,4 +17227,4 @@ NAME="ZARRO-BOOGS-FOUND"
 ></DIV
 ></BODY
 ></HTML
->
+>
\ No newline at end of file
index 5bb15b44f069fb9ca078eb420c0dd2439b07853e..3d7d438849b8e0cccca3b1422ec0ea9005df1b29 100644 (file)
@@ -121,7 +121,8 @@ to&nbsp;reformat&nbsp;the&nbsp;entire&nbsp;file&nbsp;:).<br>
 <br>
 &nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;($var)&nbsp;{<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print&nbsp;"The&nbsp;variable&nbsp;is&nbsp;true";<br>
-&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br>
+&nbsp;&nbsp;&nbsp;&nbsp;}<br>
+&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;{<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print&nbsp;"Try&nbsp;again";<br>
 &nbsp;&nbsp;&nbsp;&nbsp;}<br>
 <br>
index b6e8e223af2337395d06c87530727dcca4490c17..8b94d85648a761b07427b0bc7f1563ed5b9af676 100644 (file)
@@ -1282,7 +1282,7 @@ COLOR="#000000"
 CLASS="PROGRAMLISTING"
 >bash# mkdir /usr/bonsaitools  
 bash# mkdir /usr/bonsaitools/bin 
-bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
+bash# ln -s /usr/bin/perl /usr/bonsaitools/bin/perl
            </PRE
 ></FONT
 ></TD
@@ -2336,4 +2336,4 @@ VALIGN="top"
 ></DIV
 ></BODY
 ></HTML
->
+>
\ No newline at end of file
index 17caf5ddd53bfa264667fdf38d0b974657a1c91e..ab66dcba782c380186c8c803ad08f5462ec12b84 100644 (file)
@@ -1451,7 +1451,7 @@ Chapter 3. Installation
    "/opt/perl". As root, run these commands:
 bash# mkdir /usr/bonsaitools
 bash# mkdir /usr/bonsaitools/bin
-bash# ln -s /usr/bin/perl /usr/bosaitools/bin/perl
+bash# ln -s /usr/bin/perl /usr/bonsaitools/bin/perl
 
    Alternately, you can simply run this perl one-liner to change your
    path to perl in all the files in your Bugzilla installation:
@@ -5898,7 +5898,8 @@ D.5. Hacking Bugzilla
        indentation level as that statement, for example:
        if ($var) {
            print "The variable is true";
-       } else {
+       }
+       else {
            print "Try again";
        }
        - NOT -