From: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
To: "linux-btrfs@vger.kernel.org" <linux-btrfs@vger.kernel.org>
Subject: [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8)
Date: Tue, 9 Sep 2014 11:09:00 +0900 [thread overview]
Message-ID: <540E613C.5010401@jp.fujitsu.com> (raw)
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
next reply other threads:[~2014-09-09 2:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-09 2:09 Satoru Takeuchi [this message]
2014-09-09 3:22 ` [PATCH] btrfs-progs: doc: fix invalid reference to setattr(8) Qu Wenruo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=540E613C.5010401@jp.fujitsu.com \
--to=takeuchi_satoru@jp.fujitsu.com \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.