summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-07-14 02:22:55 +0000
committergrog <grog@FreeBSD.org>2003-07-14 02:22:55 +0000
commit0af8d74af0dc1e66f2253e474e6ed4e49527bac2 (patch)
tree49953a0cd5ef200acf1c789def3e146a902c8c09 /sbin/dump
parent2aa4c688f8c2bb1b9bbe7454c87be5ac458886c7 (diff)
downloadFreeBSD-src-0af8d74af0dc1e66f2253e474e6ed4e49527bac2.zip
FreeBSD-src-0af8d74af0dc1e66f2253e474e6ed4e49527bac2.tar.gz
Remove reference to max block size. dump no longer limits the block size.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/dump.814
1 files changed, 1 insertions, 13 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8
index d4639cf..6ec6abb 100644
--- a/sbin/dump/dump.8
+++ b/sbin/dump/dump.8
@@ -133,11 +133,7 @@ the command uses the next smaller such multiple.
This option overrides the calculation of tape size
based on length and density.
.It Fl b Ar blocksize
-The number of kilobytes per output block, except that if it is
-larger than 64, the command uses 64.
-(See the
-.Sx BUGS
-section.)
+The number of kilobytes per output block.
The default block size is 10.
.It Fl C Ar cachesize
Specify the cache size in megabytes.
@@ -445,14 +441,6 @@ Each reel requires a new process, so parent processes for
reels already written just hang around until the entire tape
is written.
.Pp
-Currently,
-.Xr physio 9
-slices all requests into chunks of 64 KB.
-Therefore, it is
-impossible to use a larger output block size, so
-.Nm
-will prevent this from happening.
-.Pp
The
.Nm
utility with the
OpenPOWER on IntegriCloud