OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / attr.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>Attr is a library for getting and setting POSIX.1e
14     (formerly POSIX 6) draft 15 capabilities.</para>
15 @y
16     <para>
17     Attr は POSIX.1e (旧 POSIX 6) draft 15 の機能を取得設定するライブラリです。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Attr</title>
23 @y
24     <title>&InstallationOf1;Attr &InstallationOf2;</title>
25 @z
26
27 @x
28     <para os="a">Apply a sed to install the documentation with a versioned
29     directory:</para>
30 @y
31     <para os="a">
32     以下の sed コマンドを実行して、ドキュメントをバージョンつきのディレクトリにインストールするようにします。
33     </para>
34 @z
35
36 @x
37     <para os="c">Prepare Attr for compilation:</para>
38 @y
39     <para os="c">&PreparePackage1;Attr &PreparePackage2;</para>
40 @z
41
42 @x
43     <para os="e">Compile the package:</para>
44 @y
45     <para os="e">&CompileThePackage;</para>
46 @z
47
48 @x
49     <para os="g">The tests need to run with a filesystem which supports extended
50     attributes. Test the results:</para>
51 @y
52     <para os="g">
53     テストは拡張属性 (extended attributes) をサポートするファイルシステム上にて実行する必要があります。
54     テストを実施するには以下を実行します。 
55     </para>
56 @z
57
58 @x
59     <para os="i">Install the package:</para>
60 @y
61     <para os="i">&InstallThePackage;</para>
62 @z
63
64 @x
65     <para os="k">Move the shared library to <filename class="directory">/lib
66     </filename> and recreate the symlink in <filename class="directory">/usr/lib
67     </filename>:</para>
68 @y
69     <para os="k">
70     共有ライブラリを <filename class="directory">/lib</filename> に移動し <filename
71     class="directory">/usr/lib</filename> へのシンボリックリンクを再生成します。
72     </para>
73 @z
74
75 @x
76     <para os="m">Set the proper permissions on the shared library:</para>
77 @y
78     <para os="m">
79     共有ライブラリに対して適切なパーミッションを設定します。
80     </para>
81 @z
82
83 @x
84     <title>Contents of Attr</title>
85 @y
86     <title>&ContentsOf1;Attr &ContentsOf2;</title>
87 @z
88
89 @x
90       <segtitle>Installed programs</segtitle>
91       <segtitle>Installed libraries</segtitle>
92       <segtitle>Installed directories</segtitle>
93 @y
94       <segtitle>&InstalledProgram;</segtitle>
95       <segtitle>&InstalledLibrary;</segtitle>
96       <segtitle>&InstalledDirectory;</segtitle>
97 @z
98
99 @x
100         <seg>attr, getfattr, setfattr</seg>
101         <seg>libattr.[a,so]</seg>
102         <seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg>
103 @y
104         <seg>attr, getfattr, setfattr</seg>
105         <seg>libattr.[a,so]</seg>
106         <seg>/usr/include/attr, /usr/share/doc/attr-&attr-version;</seg>
107 @z
108
109 @x
110       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
111 @y
112       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
113 @z
114
115 @x attr
116           <para>Manage extended attributes on filesystem objects</para>
117 @y
118           <para>
119           ファイルシステム上のオブジェクトに対して属性を拡張します。
120           </para>
121 @z
122
123 @x getfattr
124           <para>Get extended attributes of filesystem objects</para>
125 @y
126           <para>
127           ファイルシステム上のオブジェクトに対して拡張属性の情報を取得します。
128           </para>
129 @z
130
131 @x setfattr
132           <para>Set extended attributes of filesystem objects</para>
133 @y
134           <para>
135           ファイルシステム上のオブジェクトに対して拡張属性の情報を設定します。
136           </para>
137 @z
138
139 @x libattr
140           <para>Library to manage extended attributes on filesystem objects</para>
141 @y
142           <para>
143           拡張属性を制御するライブラリ関数を提供します。
144           </para>
145 @z