capture information in changelog about bugs that this upload should close
[debian/amanda] / docs / howto-wrapper.txt
index bb8641e0c9339acb6b5b6099fa82b10e30935032..ca8b8c84198808c93dea05477944ab78aa98c7bc 100644 (file)
@@ -28,11 +28,6 @@ Table of Contents
   Paul_Bijnens's_suggestions
 
 
-Note
-
-Refer to http://www.amanda.org/docs/howto-wrapper.html for the current version
-of this document.
-
 Note
 
 The script used in this document is not part of the official Amanda release.
@@ -83,7 +78,7 @@ course is just an example, anything you can do in a shell script can be done.
        no extra
        #   processing is necessary.
 
-       # What you see here is just a log of the backup start time, and \96 more
+       # What you see here is just a log of the backup start time, and more
        important
        #   the stopping of the domino server
 
@@ -261,6 +256,7 @@ Example 15.1.
       /usr/local/bin/gtar "$@"
   fi
 
+
 Here is an example script in perl:
 Example 15.2. 
 
@@ -293,6 +289,12 @@ Example 15.2.
 
   exit $rc;
 
+
+
+Note
+
+Refer to http://www.amanda.org/docs/howto-wrapper.html for the current version
+of this document.
 -------------------------------------------------------------------------------
 
 Prev                    Up                                            Next