summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2007-08-02 14:23:38 +0200
committerKarel Zak2007-08-02 14:23:38 +0200
commita512390d9296ac5183cde1c2ca9e5fd9158ccf5e (patch)
treed184b876863bae377d4ea96735ac7482d3dbf449
parentblockdev: use LU and LLU for BLKGETSIZE and BLKGETSIZE64 (diff)
downloadkernel-qcow2-util-linux-a512390d9296ac5183cde1c2ca9e5fd9158ccf5e.tar.gz
kernel-qcow2-util-linux-a512390d9296ac5183cde1c2ca9e5fd9158ccf5e.tar.xz
kernel-qcow2-util-linux-a512390d9296ac5183cde1c2ca9e5fd9158ccf5e.zip
mkfs: remove nonsense from man page
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--disk-utils/mkfs.87
1 files changed, 1 insertions, 6 deletions
diff --git a/disk-utils/mkfs.8 b/disk-utils/mkfs.8
index 7ba5e8c5f..0422c1066 100644
--- a/disk-utils/mkfs.8
+++ b/disk-utils/mkfs.8
@@ -25,12 +25,7 @@ a hard disk partition.
.I filesys
is either the device name (e.g.
.IR /dev/hda1 ,
-.IR /dev/sdb2 )
-or the mount point (e.g.
-.IR / ,
-.IR /usr ,
-.IR /home )
-for the file system.
+.IR /dev/sdb2 ).
.I blocks
is the number of blocks to be used for the file system.
.PP