btrfs-progs: Add a brief explanation of btrfs property in man 8 btrfs

As Chris reported at the following mail, although
btrfs property has its own manpage, man 8 btrfs-property,
there is no explanation about it in man 8 btrfs.

https://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg40134.html

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Reported-by: Chris Murphy <lists@colorremedies.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
Satoru Takeuchi 2014-12-16 18:42:38 +09:00 committed by David Sterba
parent 7a9fcccfd2
commit 24e8629292

View File

@ -85,6 +85,10 @@ COMMANDS
Replace btrfs devices. + Replace btrfs devices. +
See `btrfs-replace`(8) for details. See `btrfs-replace`(8) for details.
*property*::
Get/set a property from/to a btrfs object. +
See `btrfs-property`(8) for details.
EXIT STATUS EXIT STATUS
----------- -----------
*btrfs* returns a zero exit status if it succeeds. Non zero is returned in *btrfs* returns a zero exit status if it succeeds. Non zero is returned in
@ -113,3 +117,4 @@ SEE ALSO
`btrfs-quota`(8), `btrfs-quota`(8),
`btrfs-qgroup`(8), `btrfs-qgroup`(8),
`btrfs-replace`(8), `btrfs-replace`(8),
`btrfs-property`(8),