linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8)
@ 2014-09-09  2:09 Satoru Takeuchi
  2014-09-09  3:22 ` Qu Wenruo
  0 siblings, 1 reply; 2+ messages in thread
From: Satoru Takeuchi @ 2014-09-09  2:09 UTC (permalink / raw)
  To: linux-btrfs@vger.kernel.org

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)
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8)
  2014-09-09  2:09 [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8) Satoru Takeuchi
@ 2014-09-09  3:22 ` Qu Wenruo
  0 siblings, 0 replies; 2+ messages in thread
From: Qu Wenruo @ 2014-09-09  3:22 UTC (permalink / raw)
  To: Satoru Takeuchi, linux-btrfs@vger.kernel.org


-------- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-09  3:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-09  2:09 [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8) Satoru Takeuchi
2014-09-09  3:22 ` Qu Wenruo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).