OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / patch.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 Patch package contains a program for modifying or creating
14     files by applying a <quote>patch</quote> file typically created by the
15     <command>diff</command> program.</para>
16 @y
17     <para>
18     Patch パッケージは<quote>パッチ</quote>ファイルを適用することにより、ファイルの修正、生成を行うプログラムを提供します。
19     <quote>パッチ</quote>ファイルは <command>diff</command> プログラムにより生成されます。
20     </para>
21 @z
22
23 @x
24     <title>Installation of Patch</title>
25 @y
26     <title>&InstallationOf1;Patch &InstallationOf2;</title>
27 @z
28
29 @x
30     <para os="a">Prepare Patch for compilation:</para>
31 @y
32     <para os="a">&PreparePackage1;Patch &PreparePackage2;</para>
33 @z
34
35 @x
36     <para os="c">Compile the package:</para>
37 @y
38     <para os="c">&CompileThePackage;</para>
39 @z
40
41 @x
42     <para os="e">To test the results, issue:</para>
43 @y
44     <para os="e">
45     ビルド結果をテストする場合は以下を実行します。
46     </para>
47 @z
48
49 @x
50     <para os="f">Install the package:</para>
51 @y
52     <para os="f">&InstallThePackage;</para>
53 @z
54
55 @x
56     <title>Contents of Patch</title>
57 @y
58     <title>&ContentsOf1;Patch &ContentsOf2;</title>
59 @z
60
61 @x
62       <segtitle>Installed program</segtitle>
63 @y
64       <segtitle>&InstalledProgram;</segtitle>
65 @z
66
67 @x
68       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
69 @y
70       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
71 @z
72
73 @x patch
74           <para>Modifies files according to a patch file. A patch file is
75           normally a difference listing created with the <command>diff</command>
76           program. By applying these differences to the original files,
77           <command>patch</command> creates the patched versions.</para>
78 @y
79           <para>
80           パッチファイルに従って対象ファイルを修正します。
81           パッチファイルは通常 <command>diff</command> コマンドによって修正前後の違いが列記されているものです。
82           そのような違いを対象ファイルに適用することで <command>patch</command> はパッチを適用したファイルを生成します。
83           </para>
84 @z