summaryrefslogtreecommitdiffstats
path: root/sys-utils/fsfreeze.c
diff options
context:
space:
mode:
authorSami Kerola2016-12-18 19:32:41 +0100
committerKarel Zak2016-12-22 12:18:45 +0100
commit8d42631e31dfba5421ff09976520f10f769b3fea (patch)
treed15d5e4471e9d1341d9d48266abe872643d0b579 /sys-utils/fsfreeze.c
parentfsfreeze: remove unnecessary functions (diff)
downloadkernel-qcow2-util-linux-8d42631e31dfba5421ff09976520f10f769b3fea.tar.gz
kernel-qcow2-util-linux-8d42631e31dfba5421ff09976520f10f769b3fea.tar.xz
kernel-qcow2-util-linux-8d42631e31dfba5421ff09976520f10f769b3fea.zip
fsfreeze: move filesystem support info to manual page
Include btrfs, f2fs, and nilfs to list of supported filesystems, with note the list can be incomplete. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/fsfreeze.c')
-rw-r--r--sys-utils/fsfreeze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/fsfreeze.c b/sys-utils/fsfreeze.c
index a25eaff20..d837d2f39 100644
--- a/sys-utils/fsfreeze.c
+++ b/sys-utils/fsfreeze.c
@@ -40,7 +40,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
_(" %s [options] <mountpoint>\n"), program_invocation_short_name);
fputs(USAGE_SEPARATOR, out);
- fputs(_("Suspend access to a filesystem (ext3/4, ReiserFS, JFS, XFS).\n"), out);
+ fputs(_("Suspend access to a filesystem.\n"), out);
fputs(USAGE_OPTIONS, out);
fputs(_(" -f, --freeze freeze the filesystem\n"), out);