summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorNaohiro Aota <naota@elisp.net>2014-09-09 11:09:00 +0900
committerDavid Sterba <dsterba@suse.cz>2014-09-14 19:06:12 +0200
commitb6989494187476c5d8491fa4084d99f18256b673 (patch)
treed65ef8906cf76a30dd34b36801e4c51589c0c5d4 /Documentation
parentd2a97ca131e77bc600e67a857e9efbc5d646f461 (diff)
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 <naota@elisp.net> Reviewed-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-property.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/btrfs-property.txt b/Documentation/btrfs-property.txt
index 6b23e2e5..9ed568c4 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)