From: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx/msg40134.html Signed-off-by: Satoru Takeuchi <takeuchi_satoru@xxxxxxxxxxxxxx> Reported-by: Chris Murphy <lists@xxxxxxxxxxxxxxxxx> --- Documentation/btrfs.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/btrfs.txt b/Documentation/btrfs.txt index 3bdc6b4..2ed8483 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), -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
