From b6989494187476c5d8491fa4084d99f18256b673 Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Tue, 9 Sep 2014 11:09:00 +0900 Subject: [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8) man 8 btrfs-property refers to `setattr(8)` which does not actually exist. It should refer to `chattr (1)` instead. Signed-off-by: Naohiro Aota Reviewed-by: Qu Wenruo Signed-off-by: David Sterba --- Documentation/btrfs-property.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/btrfs-property.txt b/Documentation/btrfs-property.txt index 6b23e2e..9ed568c 100644 --- a/Documentation/btrfs-property.txt +++ b/Documentation/btrfs-property.txt @@ -64,4 +64,4 @@ SEE ALSO -------- `mkfs.btrfs`(8), `lsattr`(1), -`setattr`(8) +`chattr`(1) -- 2.7.4