diff options
author | Davidlohr Bueso <dave@gnu.org> | 2011-01-05 16:54:19 -0300 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-17 15:27:29 +0100 |
commit | 16493c3e0f2f4e3750d3bccbbd913c79a7b41894 (patch) | |
tree | dd33ff101faf8a2d5a47ffbc2fac446462e7bc4f | |
parent | 001a4424d39d7a5b743b0f06077438c953da945c (diff) | |
download | util-linux-old-16493c3e0f2f4e3750d3bccbbd913c79a7b41894.tar.gz |
disk-utils: fix manpage typos
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
-rw-r--r-- | disk-utils/blockdev.8 | 2 | ||||
-rw-r--r-- | disk-utils/swaplabel.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/blockdev.8 b/disk-utils/blockdev.8 index 6a58f297..63cd91db 100644 --- a/disk-utils/blockdev.8 +++ b/disk-utils/blockdev.8 @@ -66,7 +66,7 @@ Print sectorsize in bytes - usually 512. .IP "\fB\-\-getsz\fP" Get size in 512-byte sectors. .IP "\fB\-\-rereadpt\fP" -Seread partition table +Reread partition table .IP "\fB\-\-setbsz\fP \fIbytes\fP" Set blocksize. .IP "\fB\-\-setfra\fP \fIsectors\fP" diff --git a/disk-utils/swaplabel.8 b/disk-utils/swaplabel.8 index 35724671..3e8103f4 100644 --- a/disk-utils/swaplabel.8 +++ b/disk-utils/swaplabel.8 @@ -51,7 +51,7 @@ will truncate it and print a warning message. Specify a new UUID for .IR device . .IR UUID -must be in the standard 8-4-4-4-12 character format, such as is ouput by +must be in the standard 8-4-4-4-12 character format, such as is output by .BR uuidgen (1) . .PP .SH AUTHOR |