OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / iputils.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 IPutils package contains programs for basic networking.</para>
14 @y
15     <para>
16     パッケージはネットワーク制御を行う基本的なプログラムを提供します。
17     </para>
18 @z
19
20 @x
21     <title>Installation of IPutils</title>
22 @y
23     <title>&InstallationOf1;IPutils &InstallationOf2;</title>
24 @z
25
26 @x
27     <para os="p1">IPutils has various issues addressed by the following
28     patch:</para>
29 @y
30     <para os="p1">
31     IPutils にはさまざまな問題があるため以下のパッチを適用します。
32     </para>
33 @z
34
35 @x
36     <para os="a">Compile the package:</para>
37 @y
38     <para os="a">&CompileThePackage;</para>
39 @z
40
41 @x
42     <para os="c">This package does not come with a test suite.</para>
43 @y
44     <para os="c">&NotExistTestsuite;</para>
45 @z
46
47 @x
48     <para os="d">Install the package:</para>
49 @y
50     <para os="d">&InstallThePackage;</para>
51 @z
52
53 @x
54     <title>Contents of iputils</title>
55 @y
56     <title>&ContentsOf1;iputils &ContentsOf2;</title>
57 @z
58
59 @x
60       <segtitle>Installed programs</segtitle>
61 @y
62       <segtitle>&InstalledProgram;</segtitle>
63 @z
64
65 @x
66         <seg>clockdiff, ping, rdisc, tracepath, tracepath6, traceroute6</seg>
67 @y
68         <seg>clockdiff, ping, rdisc, tracepath, tracepath6, traceroute6</seg>
69 @z
70
71 @x
72       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
73 @y
74       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
75 @z
76
77 @x clockdiff
78           <para>Measures the clock difference between hosts</para>
79 @y
80           <para>
81           ホスト間の時刻差を計測します。
82           </para>
83 @z
84
85 @x ping
86           <para>Sends echo-request packets and reports how long the replies
87           take. This is the IPV4 version</para>
88 @y
89           <para>
90           エコーリクエスト (echo-request) パケットを送信し、返信にどれだけ要したかを表示します。
91           これは IPV4 バージョンです。
92           </para>
93 @z
94
95 @x rdisc
96           <para>Network router discovery daemon</para>
97 @y
98           <para>
99           ネットワークルーターの検出デーモン。
100           </para>
101 @z
102
103 @x tracepath
104           <para>Traces the path to a network host discovering MTU along the
105           path. This is the IPV4 version.</para>
106 @y
107           <para>
108           ネットワークホストへの通信経路を追跡し MTU を検出します。
109           これは IPV4 バージョンです。
110           </para>
111 @z
112
113 @x tracepath6
114           <para>Traces the path to a network host discovering MTU along the
115           path. This is the IPV6 version.</para>
116 @y
117           <para>
118           ネットワークホストへの通信経路を追跡し MTU を検出します。
119           これは IPV6 バージョンです。
120           </para>
121 @z
122
123 @x traceroute6
124           <para>Traces the path to a network host on an IPV6 network</para>
125 @y
126           <para>
127           IPV6 ネットワーク上においてネットワークホストまでの経路を追跡します。
128           </para>
129 @z