Use IEC 60027-2 prefixes for 2^n based prefixes.

This commit is contained in:
lukem 2007-04-13 00:38:45 +00:00
parent a3cbfe00fa
commit 3851cea520
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: dd.1,v 1.20 2006/01/12 21:42:11 wiz Exp $
.\" $NetBSD: dd.1,v 1.21 2007/04/13 00:38:45 lukem Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -32,7 +32,7 @@
.\"
.\" @(#)dd.1 8.2 (Berkeley) 1/13/94
.\"
.Dd January 9, 2006
.Dd April 13, 2007
.Dt DD 1
.Os
.Sh NAME
@ -302,13 +302,13 @@ Each number may have one of the following optional suffixes:
.It b
Block; multiply by 512
.It k
Kilo; multiply by 1024 (1 KB)
Kibi; multiply by 1024 (1 KiB)
.It m
Mega; multiply by 1048576 (1 MB)
Mebi; multiply by 1048576 (1 MiB)
.It g
Giga; multiply by 1073741824 (1 GB)
Gibi; multiply by 1073741824 (1 GiB)
.It t
Tera; multiply by 1099511627776 (1 TB)
Tebi; multiply by 1099511627776 (1 TiB)
.It w
Word; multiply by the number of bytes in an integer
.El