diff mbox

btrfs-progs: doc: fix invalid reference to setattr(8)

Message ID 540E613C.5010401@jp.fujitsu.com (mailing list archive)
State Accepted
Headers show

Commit Message

Satoru Takeuchi Sept. 9, 2014, 2:09 a.m. UTC
From: Naohiro Aota <naota@elisp.net>

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>
---
 Documentation/btrfs-property.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Qu Wenruo Sept. 9, 2014, 3:22 a.m. UTC | #1
-------- Original Message --------
Subject: [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8)
From: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
To: linux-btrfs@vger.kernel.org <linux-btrfs@vger.kernel.org>
Date: 2014?09?09? 10:09
> From: Naohiro Aota <naota@elisp.net>
>
> 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>
> ---
>   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)
Reviewed-by: Qu Wenruo <quwenruo@cn.fujitsu.com>

My fault, it should be chattr, not setattr.

Thanks,
Qu
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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)