summaryrefslogtreecommitdiffstats
path: root/disk-utils
diff options
context:
space:
mode:
authorRuediger Meier2017-06-29 04:09:06 +0200
committerKarel Zak2017-06-29 12:56:22 +0200
commit9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd (patch)
treef62107e11fa524d4ce9bf73453e29117d4b29e68 /disk-utils
parentuuidgen: improve --help (diff)
downloadkernel-qcow2-util-linux-9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd.tar.gz
kernel-qcow2-util-linux-9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd.tar.xz
kernel-qcow2-util-linux-9f3d0fce66279ea5f2b8ea694d3bf6a46682c8cd.zip
docs: remove some old history from manpages
We assume that users will have a kernel >= 2.6.0 and removel references to earlier kernels. There are still a few ones left. Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'disk-utils')
-rw-r--r--disk-utils/mkfs.cramfs.82
-rw-r--r--disk-utils/mkfs.cramfs.c5
2 files changed, 3 insertions, 4 deletions
diff --git a/disk-utils/mkfs.cramfs.8 b/disk-utils/mkfs.cramfs.8
index 9701e1075..31cf84bf6 100644
--- a/disk-utils/mkfs.cramfs.8
+++ b/disk-utils/mkfs.cramfs.8
@@ -62,7 +62,7 @@ This option is ignored. Originally the \-s turned on directory entry
sorting.
.TP
\fB\-z\fR
-Make explicit holes. Use of this option will require 2.3.39 kernel, or newer.
+Make explicit holes.
.TP
\fB\-h\fR, \fB\-\-help\fR
Display help text and exit.
diff --git a/disk-utils/mkfs.cramfs.c b/disk-utils/mkfs.cramfs.c
index 9adc2899e..ec83f48da 100644
--- a/disk-utils/mkfs.cramfs.c
+++ b/disk-utils/mkfs.cramfs.c
@@ -133,12 +133,11 @@ static void __attribute__((__noreturn__)) usage(void)
" -b blksize use this blocksize, must equal page size\n"
" -e edition set edition number (part of fsid)\n"
" -N endian set cramfs endianness (big|little|host), default host\n"
- " -i file insert a file image into the filesystem "
- "(requires >= 2.4.0)\n"
+ " -i file insert a file image into the filesystem\n"
" -n name set name of cramfs filesystem\n"
" -p pad by %d bytes for boot code\n"
" -s sort directory entries (old option, ignored)\n"
- " -z make explicit holes (requires >= 2.3.39)\n"
+ " -z make explicit holes\n"
" dirname root of the filesystem to be compressed\n"
" outfile output file\n"),
program_invocation_short_name, PAD_SIZE);