summaryrefslogtreecommitdiffstats
path: root/disk-utils/mkfs.minix.8
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:25:39 +0100
committerKarel Zak2006-12-07 00:25:39 +0100
commit7eda085c41faa3445b4b168ce78ab18dab87d98a (patch)
treeeb8da4baebd0af68fa84818d3d51b4a3714667fc /disk-utils/mkfs.minix.8
parentImported from util-linux-2.9i tarball. (diff)
downloadkernel-qcow2-util-linux-7eda085c41faa3445b4b168ce78ab18dab87d98a.tar.gz
kernel-qcow2-util-linux-7eda085c41faa3445b4b168ce78ab18dab87d98a.tar.xz
kernel-qcow2-util-linux-7eda085c41faa3445b4b168ce78ab18dab87d98a.zip
Imported from util-linux-2.9v tarball.
Diffstat (limited to 'disk-utils/mkfs.minix.8')
-rw-r--r--disk-utils/mkfs.minix.812
1 files changed, 5 insertions, 7 deletions
diff --git a/disk-utils/mkfs.minix.8 b/disk-utils/mkfs.minix.8
index 9ff75321a..6a9c7931c 100644
--- a/disk-utils/mkfs.minix.8
+++ b/disk-utils/mkfs.minix.8
@@ -48,11 +48,8 @@ Check the device for bad blocks before creating the file system. If any
are found, the count is printed.
.TP
.BI \-n " namelength"
-Specify the maximum length of filenames. No space is allowed between the
-.B \-n
-and the
-.IR namelength. Currently, the only allowable
-values are 14 and 30.
+Specify the maximum length of filenames.
+Currently, the only allowable values are 14 and 30.
.B 30 is the default.
.TP
.BI \-i " inodecount"
@@ -77,9 +74,10 @@ Operational error
.IP 16
Usage or syntax error
.SH "SEE ALSO"
+.BR mkfs (8),
.BR fsck (8),
-.BR mkefs (8),
-.BR efsck (8),
+.BR mke2fs (8),
+.BR e2fsck (8),
.BR reboot (8)
.\" .SH AUTHORS
.\" Linus Torvalds (torvalds@cs.helsinki.fi).