diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-27 10:55:32 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-27 10:55:32 +0000 |
commit | d6fb7fb1a11dedc45f7c35618fbea3789a4cad58 (patch) | |
tree | 6687c6c0a85a1789b31347c0820d2ae8e846f289 /sbin | |
parent | bd1752d67e704ac8a8a570ee3a91f9d129ae390c (diff) |
Correct assumed editing mistakes.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dump/dump.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index 4590469c29c..770a9f950f3 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.6 1997/04/16 04:09:20 millert Exp $ +.\" $OpenBSD: dump.8,v 1.7 1997/04/27 10:55:31 downsj Exp $ .\" $NetBSD: dump.8,v 1.14 1996/02/05 23:59:37 mrg Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -110,11 +110,11 @@ for most modern tape drives. Use of this option is particularly recommended when appending to an existing tape, or using a tape drive with hardware compression (where you can never be sure about the compression ratio). -based on length and density. .It Fl B Ar records The number of kilobytes per volume, rounded down to a multiple of the blocksize. -This option overrides the calculation of tape size +This option overrides the calculation of tape size based on length and +density. .It Fl b Ar blocksize The number of kilobytes per dump record. Since the IO system slices all requests into chunks of MAXBSIZE |