From 8d42631e31dfba5421ff09976520f10f769b3fea Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 18 Dec 2016 18:32:41 +0000 Subject: 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 --- sys-utils/fsfreeze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/fsfreeze.c') 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] \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); -- cgit v1.2.3-55-g7522