btrfs-progs: correct manpage option description for scrub
authorGui Hecheng <guihc.fnst@cn.fujitsu.com>
Wed, 30 Jul 2014 07:32:05 +0000 (15:32 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 13:07:01 +0000 (15:07 +0200)
commita2e2c295d9e674fd4940df9416a6f6063e0716ea
treeabe3357a1d6746d39b0bf0d313254244fa679c05
parentdfe83649cf0cbf8ccc9a1ddba2883a28ad67eff5
btrfs-progs: correct manpage option description for scrub

The -f option of scrub means to
    "force starting new scrub even if a scrub is already running"
*not*
    "force to check whether scrub has started or resumed in userspace"
as described originally.

So replace the orignal description in the manpage and code.

Also, add description of the potential failure as follows
    "If a scrub is already running, it fails."

Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Cc: David Sterba <dsterba@suse.cz>
Signed-off-by: David Sterba <dsterba@suse.cz>
Documentation/btrfs-scrub.txt
cmds-scrub.c