summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-17 10:14:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-17 10:14:37 +0000
commitf20f2bf338e2033e71d975e76b9636fdfe06de2b (patch)
treeeaa105365d784bab3a9124526d4f782614fa9871 /bin
parent65365365fb525be7c381833a08ddccf8d24054e4 (diff)
make it clearer bs= (like obs & ibs) is in bytes
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/dd.16
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1
index fc80262a689..5537881a44a 100644
--- a/bin/dd/dd.1
+++ b/bin/dd/dd.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dd.1,v 1.2 1996/06/23 14:19:47 deraadt Exp $
+.\" $OpenBSD: dd.1,v 1.3 1997/04/17 10:14:36 deraadt Exp $
.\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -61,7 +61,9 @@ and truncated input records to the standard error output.
The following operands are available:
.Bl -tag -width of=file
.It Cm bs= Ns Ar n
-Set both input and output block size, superseding the
+Set both input and output block size to
+.Va n
+bytes, superseding the
.Cm ibs
and
.Cm obs