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>
.TP
.BR \-h , " \-\-help"
Display help text and exit.
+.SH FILESYSTEM SUPPORT
+This command will work only if filesystem supports has support for freezing.
+List of these filesystems include (2016-12-18)
+.BR btrfs ,
+.BR ext2/3/4 ,
+.BR f2fs ,
+.BR jfs ,
+.BR nilfs2 ,
+.BR reiserfs ,
+and
+.BR xfs .
+Previous list may be incomplete, as more filesystems get support. If in
+doubt easiest way to know if a filesystem has support is create a small
+loopback mount and test freezing it.
.SH AUTHOR
.PP
Written by Hajime Taira.
_(" %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);