diff options
author | Karel Zak <kzak@redhat.com> | 2007-11-28 15:19:24 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-11-28 20:55:45 +0100 |
commit | 7dcca505f854b81112ce285e51b470e7349796cb (patch) | |
tree | 7ec5d80296f6b0499c601b485dd3aa4db72f5f47 | |
parent | d08a2b44b5d57fb2b52869372decfb35802c7557 (diff) | |
download | util-linux-old-7dcca505f854b81112ce285e51b470e7349796cb.tar.gz |
blockdev: add --getsz to blockdev.8
This patch also marks --getsize as deprecated option.
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | disk-utils/blockdev.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/disk-utils/blockdev.8 b/disk-utils/blockdev.8 index a95679c4..567e2e1b 100644 --- a/disk-utils/blockdev.8 +++ b/disk-utils/blockdev.8 @@ -55,10 +55,15 @@ Set blocksize to bytes. .TP .B \--getsize -Print device size in sectors. +Print device size in sectors (BLKGETSIZE). Deprecated in favor of the +.B \--getsz +option. .TP .B \--getsize64 -Print device size in bytes. +Print device size in bytes (BLKGETSIZE64) +.TP +.B \--getsz +Get size in 512-byte sectors (BLKGETSIZE64 / 512). .TP .BI \--setra " N" Set readahead to |