]> git.wh0rd.org - dump.git/commitdiff
Do not put an extra space between the -j/-z parameter and the value.
authorStelian Pop <stelian@popies.net>
Thu, 21 Feb 2002 14:07:14 +0000 (14:07 +0000)
committerStelian Pop <stelian@popies.net>
Thu, 21 Feb 2002 14:07:14 +0000 (14:07 +0000)
CHANGES
dump/dump.8.in

diff --git a/CHANGES b/CHANGES
index ee9b9d6a81335ea6e857c55155e8e4e6855620f0..574b02268e3c36c24d3780062b0ffa181e563a14 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-$Id: CHANGES,v 1.163 2002/02/21 09:25:31 stelian Exp $
+$Id: CHANGES,v 1.164 2002/02/21 14:07:14 stelian Exp $
 
 Changes between versions 0.4b27 and 0.4b28 (released ?????????????????)
 =======================================================================
@@ -7,6 +7,10 @@ Changes between versions 0.4b27 and 0.4b28 (released ?????????????????)
        a bad tape positionning on restore (causing extra delays in
        restore). Credits go to Uwe Gohlke <uwe@ugsoft.de>.
 
+2.     Added a small note in the dump man page specifying that
+       there should be no white space between the option letter and
+       the -j or -z parameter, thanks to Kenneth Porter <shiva@well.com>
+
 Changes between versions 0.4b26 and 0.4b27 (released February 15, 2002)
 =======================================================================
 
index 86548f986763edbc217392ec46e0d551027dd37e..83615977cba80558a410933329d3fc55c6473b39 100644 (file)
@@ -30,7 +30,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $Id: dump.8.in,v 1.37 2002/01/25 14:59:53 stelian Exp $
+.\"    $Id: dump.8.in,v 1.38 2002/02/21 14:07:15 stelian Exp $
 .\"
 .Dd __DATE__
 .Dt DUMP 8
@@ -247,7 +247,8 @@ length blocks. You will need at least the 0.4b24 version of restore in
 order to extract compressed tapes. Tapes written using compression will
 not be compatible with the BSD tape format. The (optional) parameter 
 specifies the compression level bzlib will use. The default compression
-level is 2.
+level is 2. If the optional parameter is specified, there should be no 
+white space between the option letter and the parameter.
 .It Fl k
 Use Kerberos authentication to talk to remote tape servers.  (Only
 available if this option was enabled when
@@ -394,7 +395,8 @@ length blocks. You will need at least the 0.4b22 version of restore in
 order to extract compressed tapes. Tapes written using compression will
 not be compatible with the BSD tape format. The (optional) parameter 
 specifies the compression level zlib will use. The default compression
-level is 2.
+level is 2. If the optional parameter is specified, there should be no 
+white space between the option letter and the parameter.
 .El
 .Pp
 .Nm Dump