summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSatoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>2014-12-16 18:42:38 +0900
committerDavid Sterba <dsterba@suse.cz>2014-12-17 15:15:29 +0100
commit24e8629292046f1f99b098764ade49701aaf8fff (patch)
tree462fb86d99c65dc87da03b33abeef23fedabf120
parent7a9fcccfd2d8d4f02a375397d0ed55a27cd20d78 (diff)
downloadbtrfs-progs-24e8629292046f1f99b098764ade49701aaf8fff.tar.gz
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>
-rw-r--r--Documentation/btrfs.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/btrfs.txt b/Documentation/btrfs.txt
index 3bdc6b43..2ed8483c 100644
--- a/Documentation/btrfs.txt
+++ b/Documentation/btrfs.txt
@@ -85,6 +85,10 @@ COMMANDS
Replace btrfs devices. +
See `btrfs-replace`(8) for details.
+*property*::
+ Get/set a property from/to a btrfs object. +
+ See `btrfs-property`(8) for details.
+
EXIT STATUS
-----------
*btrfs* returns a zero exit status if it succeeds. Non zero is returned in
@@ -113,3 +117,4 @@ SEE ALSO
`btrfs-quota`(8),
`btrfs-qgroup`(8),
`btrfs-replace`(8),
+`btrfs-property`(8),