diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-30 17:44:57 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-30 17:44:57 +0000 |
commit | 18dd2259d0484e34e1b0d69f1c320dfe0659fbcb (patch) | |
tree | f731d917d0e6e47b8b199ec177b1f58ac6507fbe /bin/dd | |
parent | 11931d5cd3a18a2330f9074ce982624b57b7224b (diff) |
repairs
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/dd.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 66f0d307002..0d380bc7472 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dd.1,v 1.7 1998/12/15 01:20:19 aaron Exp $ +.\" $OpenBSD: dd.1,v 1.8 1999/05/30 17:44:55 aaron Exp $ .\" $NetBSD: dd.1,v 1.5 1995/03/21 09:04:04 cgd Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -279,16 +279,16 @@ appended. .Pp Where sizes are specified, a decimal number of bytes is expected. If the number ends with a -.Dq b , -.Dq k , -.Dq m +.Sq b , +.Sq k , +.Sq m or -.Dq w , +.Sq w , the number is multiplied by 512, 1024 (1K), 1048576 (1M) or the number of bytes in an integer, respectively. Two or more numbers may be separated by an -.Dq x +.Sq x to indicate a product. .Pp When finished, |