OSDN Git Service

(split) LDP: Update draft pages based on LDP 3.54 release
[linuxjm/LDP_man-pages.git] / draft / man2 / removexattr.2
index 070c4f5..44746bf 100644 (file)
@@ -53,7 +53,8 @@ removexattr, lremovexattr, fremovexattr \- 拡張属性を削除する
 これらは、システム上のすべての inode に関連付けられた通常の属性 (\fBstat\fP(2)  が返すデータ) を拡張するものである。
 拡張属性のコンセプトは \fBattr\fP(5)  に書かれている。
 .PP
-\fBremovexattr\fP()  は、ファイルシステム内の指定された \fIpath\fP に対応する、名前 \fIname\fP の拡張属性を削除する。
+\fBremovexattr\fP()  removes the extended attribute identified by \fIname\fP and
+associated with the given \fIpath\fP in the filesystem.
 .PP
 \fBlremovexattr\fP()  は \fBremovexattr\fP()  と同じだが、シンボリックリンクの場合に、リンクが参照しているファイル
 ではなく、リンクそのものの情報を削除する点だけが異なる。
@@ -72,7 +73,7 @@ inode に対し、互いに独立な名前空間が複数あってもよい。
 の同義語として定義されている。)
 .TP 
 \fBENOTSUP\fP
-拡張属性がそのファイルシステムでサポートされていない、 もしくは無効になっている。
+Extended attributes are not supported by the filesystem, or are disabled.
 .PP
 上記に加えて、 \fBstat\fP(2) に書かれているエラーが発生する場合もある。
 .SH バージョン
@@ -89,6 +90,6 @@ inode に対し、互いに独立な名前空間が複数あってもよい。
 \fBgetfattr\fP(1), \fBsetfattr\fP(1), \fBgetxattr\fP(2), \fBlistxattr\fP(2), \fBopen\fP(2),
 \fBsetxattr\fP(2), \fBstat\fP(2), \fBattr\fP(5), \fBsymlink\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。