OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / bash.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>The Bash package contains the Bourne-Again SHell.</para>
14 @y
15     <para>
16     Bash パッケージは Bourne-Again SHell を提供します。
17     </para>
18 @z
19
20 @x
21     <title>Installation of Bash</title>
22 @y
23     <title>&InstallationOf1;Bash &InstallationOf2;</title>
24 @z
25
26 @x
27     <para os="p1">The following patch contains updates from the maintainer. The
28     maintainer of Bash only releases these patches to fix serious issues:</para>
29 @y
30     <para os="p1">
31     以下のパッチは開発者によるアップデートです。
32     開発者は重大な不具合に関してのみこのようなパッチを提供しています。
33     </para>
34 @z
35
36 @x
37     <para os="a">Prepare Bash for compilation:</para>
38 @y
39     <para os="a">&PreparePackage1;Bash &PreparePackage2;</para>
40 @z
41
42 @x
43       <title>The meaning of the new configure option:</title>
44 @y
45       <title>&MeaningOfOption1;configure &MeaningOfOption2;</title>
46 @z
47
48 @x --with-installed-readline
49           <para>This option tells Bash to use the
50           <filename class="libraryfile">readline</filename> library that is
51           already installed on the system rather than using its own readline
52           version.</para>
53 @y
54           <para>
55           このオプションは Bash が持つ独自の <filename
56           class="libraryfile">readline</filename> ライブラリではなく、既にインストールした <filename
57           class="libraryfile">readline</filename> ライブラリを用いることを指示します。
58           </para>
59 @z
60
61 @x
62     <para os="d">Compile the package:</para>
63 @y
64     <para os="d">&CompileThePackage;</para>
65 @z
66
67 @x
68     <para os="f">To test the results, issue:</para>
69 @y
70     <para os="f">
71     ビルド結果をテストする場合は以下を実行します。
72     </para>
73 @z
74
75 @x
76     <para os="g">Install the package:</para>
77 @y
78     <para os="g">&InstallThePackage;</para>
79 @z
80
81 @x
82     <para os="i">Run the newly compiled <command>bash</command> program (replacing
83     the one that is currently being executed):</para>
84 @y
85     <para os="i">
86     新たにコンパイルした <command>bash</command> プログラムを実行します。(この時点までに実行されていたものが置き換えられます。)
87     </para>
88 @z
89
90 @x
91       <para>The parameters used make the <command>bash</command>
92       process an interactive login shell and continue to disable hashing so
93       that new programs are found as they become available.</para>
94 @y
95       <para>
96       ここで指定しているパラメーターは対話形式のログインシェルとして、またハッシュ機能を無効にして <command>bash</command> プロセスを起動します。
97       これにより新たに構築するプログラム類は構築後すぐに利用できることになります。
98       </para>
99 @z
100
101 @x
102     <title>Contents of Bash</title>
103 @y
104     <title>&ContentsOf1;Bash &ContentsOf2;</title>
105 @z
106
107 @x
108       <segtitle>Installed programs</segtitle>
109       <segtitle>Installed directory</segtitle>
110 @y
111       <segtitle>&InstalledProgram;</segtitle>
112       <segtitle>&InstalledDirectory;</segtitle>
113 @z
114
115 @x
116         <seg>bash, bashbug, sh (link to bash)</seg>
117         <seg>/usr/share/doc/bash-&bash-version;</seg>
118 @y
119         <seg>bash, bashbug, sh (&LinkTo1;bash &LinkTo2;)</seg>
120         <seg>/usr/share/doc/bash-&bash-version;</seg>
121 @z
122
123 @x
124       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
125 @y
126       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
127 @z
128
129 @x bash
130           <para>A widely-used command interpreter; it performs many types of
131           expansions and substitutions on a given command line before executing
132           it, thus making this interpreter a powerful tool</para>
133 @y
134           <para>
135           広く活用されているコマンドインタープリター。
136           処理実行前には、指示されたコマンドラインをさまざまに展開したり置換したりします。
137           この機能があるからこそインタープリター機能を強力なものにしています。
138           </para>
139 @z
140
141 @x bashbug
142           <para>A shell script to help the user compose and mail standard
143           formatted bug reports concerning <command>bash</command></para>
144 @y
145           <para>
146           <command>bash</command> に関連したバグ報告を、標準書式で生成しメール送信することを補助するシェルスクリプトです。
147           </para>
148 @z
149
150 @x sh
151           <para>A symlink to the <command>bash</command> program; when invoked
152           as <command>sh</command>, <command>bash</command> tries to mimic the
153           startup behavior of historical versions of <command>sh</command> as
154           closely as possible, while conforming to the POSIX standard as
155           well</para>
156 @y
157           <para>
158           <command>bash</command> プログラムへのシンボリックリンク。
159           <command>sh</command> として起動された際には、かつてのバージョンである <command>sh</command> の起動時の動作と、出来るだけ同じになるように振舞います。
160           同時に POSIX 標準に適合するよう動作します。
161           </para>
162 @z