diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-26 23:07:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-01-26 23:07:56 +0000 |
commit | 89516bec60991ca0613741c37c057c128e0eeea2 (patch) | |
tree | 4950ccc3a2765c7aff11b9a6abc68f0916ab7ca6 /sbin/dump/dump.8 | |
parent | 08ea5a9091510223ebb0742543000e050cc8565d (diff) |
the kids want I/O;
Diffstat (limited to 'sbin/dump/dump.8')
-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 078c65fe92f..ed12be9439d 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dump.8,v 1.43 2007/11/19 09:23:11 jmc Exp $ +.\" $OpenBSD: dump.8,v 1.44 2008/01/26 23:07:55 jmc Exp $ .\" $NetBSD: dump.8,v 1.17 1997/06/05 11:15:06 lukem Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -31,7 +31,7 @@ .\" .\" @(#)dump.8 8.1 (Berkeley) 6/16/93 .\" -.Dd $Mdocdate: November 19 2007 $ +.Dd $Mdocdate: January 26 2008 $ .Dt DUMP 8 .Os .Sh NAME @@ -138,7 +138,7 @@ 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 +Since the I/O system slices all requests into chunks of MAXBSIZE (typically 64KB), it is not possible to use a larger blocksize without having problems later with .Xr restore 8 . |