OSDN Git Service

2c0e8364624136da6f28d67efbcac3785be89c98
[clfsja/cross-lfs-ja.git] / src / final-system / common / bc.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 Bc package contains an arbitrary precision numeric processing language.</para>
14 @y
15     <para>
16     Bc パッケージは、任意精度 (arbitrary precision) の演算処理言語を提供します。
17     </para>
18 @z
19
20 @x
21     <title>Installation of Bc</title>
22 @y
23     <title>&InstallationOf1;Bc &InstallationOf2;</title>
24 @z
25
26 @x
27     <para os="s1">Change an internal script to use <command>sed</command> 
28         instead of <command>ed</command>:</para>
29 @y
30     <para os="s1">
31     内部スクリプトにおいて <command>ed</command> を用いずに <command>sed</command> を用いるように変更します。
32     </para>
33 @z
34
35 @x
36     <para os="a">Prepare Bc for compilation:</para>
37 @y
38     <para os="a">&PreparePackage1;Bc &PreparePackage2;</para>
39 @z
40
41 @x
42     <para os="c">Compile the package:</para>
43 @y
44     <para os="c">&CompileThePackage;</para>
45 @z
46
47 @x
48     <para os="e">To test the results, issue:</para>
49 @y
50     <para os="e">
51     ビルド結果をテストする場合は以下を実行します。
52     </para>
53 @z
54
55 @x
56     <para os="f">Install the package:</para>
57 @y
58     <para os="f">&InstallThePackage;</para>
59 @z
60
61 @x
62     <title>Contents of Bc</title>
63 @y
64     <title>&ContentsOf1;Bc &ContentsOf2;</title>
65 @z
66
67 @x
68       <segtitle>Installed programs</segtitle>
69 @y
70       <segtitle>&InstalledProgram;</segtitle>
71 @z
72
73 @x
74         <seg>bc, dc</seg>
75 @y
76         <seg>bc, dc</seg>
77 @z
78
79 @x
80       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
81 @y
82       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
83 @z
84
85 @x bc
86           <para>is a command line calculator</para>
87 @y
88           <para>コマンドラインから実行する計算機 (calculator) です。</para>
89 @z
90
91 @x dc
92           <para>is a reverse-polish command line calculator</para>
93 @y
94           <para>逆ポーランド (reverse-polish) 記法による計算機です。</para>
95 @z