OSDN Git Service

info/GNU_coreutils: some modifications in stty and timeout.
[linuxjm/jm.git] / info / GNU_coreutils / po4a / coreutils-ja.texi.patch
1 --- coreutils-ja.texi.orig      2016-02-18 11:19:09.000000000 +0900
2 +++ coreutils-ja.texi   2016-02-18 11:29:18.000000000 +0900
3 @@ -5,7 +5,7 @@
4  @c
5  @c ===========================================================================
6  @c %**start of header
7 -@setfilename coreutils.info
8 +@setfilename coreutils-ja.info
9  @settitle GNU Coreutils
10  
11  @c %**end of header
12 @@ -39,116 +39,106 @@
13  
14  @dircategory Individual utilities (in Japanese)
15  @direntry
16 -* arch-ja: (coreutils-ja)arch invocation.  マシンのハードウェア名を表示する。
17 -* base64-ja: (coreutils-ja)base64 invocation.  Base64 encode/decode data.
18 -* basename-ja: (coreutils-ja)basename invocation.  Strip directory and 
19 -                                                     suffix.
20 -* cat-ja: (coreutils-ja)cat invocation.  ファイルを結合して、書き出す。
21 -* chcon-ja: (coreutils-ja)chcon invocation.  Change SELinux CTX of files.
22 -* chgrp-ja: (coreutils-ja)chgrp invocation.  ファイルのグループを変更する。
23 -* chmod-ja: (coreutils-ja)chmod invocation.  アクセス権を変更する。
24 -* chown-ja: (coreutils-ja)chown invocation.  ファイルの所有者やグループを変更する。
25 -* chroot-ja: (coreutils-ja)chroot invocation.  Specify the root directory.
26 -* cksum-ja: (coreutils-ja)cksum invocation.  POSIX CRC 
27 -                                               チェックサムを表示する。
28 -* comm-ja: (coreutils-ja)comm invocation.  Compare sorted files by line.
29 -* cp-ja: (coreutils-ja)cp invocation.  ファイルをコピーする。
30 -* csplit-ja: (coreutils-ja)csplit invocation.  Split by context.
31 -* cut-ja: (coreutils-ja)cut invocation.  各行の選択した部分を表示する。
32 -* date-ja: (coreutils-ja)date invocation.  Print/set system date and time.
33 -* dd-ja: (coreutils-ja)dd invocation.  Copy and convert a file.
34 -* df-ja: (coreutils-ja)df invocation.  Report file system disk usage.
35 -* dir-ja: (coreutils-ja)dir invocation.  List directories briefly.
36 +* arch-ja: (coreutils-ja)arch invocation.          Print machine hardware name.
37 +* base64-ja: (coreutils-ja)base64 invocation.      Base64 encode/decode data.
38 +* basename-ja: (coreutils-ja)basename invocation.  Strip directory and suffix.
39 +* cat-ja: (coreutils-ja)cat invocation.            Concatenate and write files.
40 +* chcon-ja: (coreutils-ja)chcon invocation.        Change SELinux CTX of files.
41 +* chgrp-ja: (coreutils-ja)chgrp invocation.        Change file group
42 +* chmod-ja: (coreutils-ja)chmod invocation.        Change access permissions.
43 +* chown-ja: (coreutils-ja)chown invocation.        Change file owners and groups.
44 +* chroot-ja: (coreutils-ja)chroot invocation.      Specify the root directory.
45 +* cksum-ja: (coreutils-ja)cksum invocation.        Print POSIX CRC checksum.
46 +* comm-ja: (coreutils-ja)comm invocation.          Compare sorted files by line.
47 +* cp-ja: (coreutils-ja)cp invocation.              Copy files.
48 +* csplit-ja: (coreutils-ja)csplit invocation.      Split by context.
49 +* cut-ja: (coreutils-ja)cut invocation.            Print selected parts of lines.
50 +* date-ja: (coreutils-ja)date invocation.          Print/set system date and time.
51 +* dd-ja: (coreutils-ja)dd invocation.              Copy and convert a file.
52 +* df-ja: (coreutils-ja)df invocation.              Report file system disk usage.
53 +* dir-ja: (coreutils-ja)dir invocation.            List directories briefly.
54  * dircolors-ja: (coreutils-ja)dircolors invocation.  Color setup for ls.
55 -* dirname-ja: (coreutils-ja)dirname invocation.  ファイル名から最後の要素を取り除く。
56 -* du-ja: (coreutils-ja)du invocation.  Report on disk usage.
57 -* echo-ja: (coreutils-ja)echo invocation.  テキストを 1 
58 -                                             行表示する。
59 -* env-ja: (coreutils-ja)env invocation.  Modify the environment.
60 -* expand-ja: (coreutils-ja)expand invocation.  タブをスペースに変換する。
61 -* expr-ja: (coreutils-ja)expr invocation.  式を評価する。
62 -* factor-ja: (coreutils-ja)factor invocation.  素因数を表示する
63 -* false-ja: (coreutils-ja)false invocation.  何もせず、実行失敗のステータスを返す。
64 -* fmt-ja: (coreutils-ja)fmt invocation.  パラグラフに分かれたテキストを整形し直す。
65 -* fold-ja: (coreutils-ja)fold invocation.  Wrap long input lines.
66 -* groups-ja: (coreutils-ja)groups invocation.  ユーザが所属しているグループ名を表示する。
67 -* head-ja: (coreutils-ja)head invocation.  ファイルの先頭部分を出力する。
68 -* hostid-ja: (coreutils-ja)hostid invocation.  数値によるホストの識別名を表示する。
69 -* hostname-ja: (coreutils-ja)hostname invocation.  システム名を表示、設定する。
70 -* id-ja: (coreutils-ja)id invocation.  ユーザの ID を表示する。
71 -* install-ja: (coreutils-ja)install invocation.  Copy and change attributes.
72 -* join-ja: (coreutils-ja)join invocation.  共通のフィールドに基づいて行を連結する。
73 -* kill-ja: (coreutils-ja)kill invocation.  プロセスにシグナルを送る。
74 -* link-ja: (coreutils-ja)link invocation.  Make hard links between files.
75 -* ln-ja: (coreutils-ja)ln invocation.  ファイル間のリンクを作成する。
76 -* logname-ja: (coreutils-ja)logname invocation.  現在のログイン名を表示する。
77 -* ls-ja: (coreutils-ja)ls invocation.  ディレクトリの内容を一覧表示する。
78 -* md5sum-ja: (coreutils-ja)md5sum invocation.  MD5 
79 -                                                 ダイジェストの表示、または検査をする。
80 -* mkdir-ja: (coreutils-ja)mkdir invocation.  Create directories.
81 -* mkfifo-ja: (coreutils-ja)mkfifo invocation.  Create FIFOs (named pipes).
82 -* mknod-ja: (coreutils-ja)mknod invocation.  Create special files.
83 -* mktemp-ja: (coreutils-ja)mktemp invocation.  Create temporary files.
84 -* mv-ja: (coreutils-ja)mv invocation.  Rename files.
85 -* nice-ja: (coreutils-ja)nice invocation.  niceness を変更する。
86 -* nl-ja: (coreutils-ja)nl invocation.  行番号を付けて、ファイルを書き出す。
87 -* nohup-ja: (coreutils-ja)nohup invocation.  ハングアップ・シグナルで終了しない。
88 -* nproc-ja: (coreutils-ja)nproc invocation.  プロセッサの数を表示する。
89 -* numfmt-ja: (coreutilsi-ja)numfmt invocation.  数値を整形し直す。
90 -* od-ja: (coreutils-ja)od invocation.  Dump files in octal, etc.
91 -* paste-ja: (coreutils-ja)paste invocation.  複数のファイルの各行をマージする。
92 -* pathchk-ja: (coreutils-ja)pathchk invocation.  Check file name 
93 -                                                   portability.
94 -* pr-ja: (coreutils-ja)pr invocation.  Paginate or columnate files.
95 -* printenv-ja: (coreutils-ja)printenv invocation.  環境変数を表示する。
96 -* printf-ja: (coreutils-ja)printf invocation.  データを整形して表示する。
97 -* ptx-ja: (coreutils-ja)ptx invocation.  Produce permuted indexes.
98 -* pwd-ja: (coreutils-ja)pwd invocation.  現在作業中のディレクトリを表示する。
99 -* readlink-ja: (coreutils-ja)readlink invocation.  Print referent of a 
100 -                                                     symlink.
101 -* realpath-ja: (coreutils-ja)realpath invocation.  ファイル名を展開して表示する。
102 -* rm-ja: (coreutils-ja)rm invocation.  Remove files.
103 -* rmdir-ja: (coreutils-ja)rmdir invocation.  空のディレクトリを削除する。
104 -* runcon-ja: (coreutils-ja)runcon invocation.  Run in specified SELinux CTX.
105 -* seq-ja: (coreutils-ja)seq invocation.  数列を表示する
106 -* sha1sum-ja: (coreutils-ja)sha1sum invocation.  SHA-1 
107 -                                                   ダイジェストの表示、または検査をする。
108 -* sha2-ja: (coreutils-ja)sha2 utilities.  SHA-2 
109 -                                            ダイジェストの表示、または検査をする。
110 -* shred-ja: (coreutils-ja)shred invocation.  セキュリティを向上させたファイルの削除。
111 -* shuf-ja: (coreutils-ja)shuf invocation.  Shuffling text files.
112 -* sleep-ja: (coreutils-ja)sleep invocation.  指定された時間、停止する。
113 -* sort-ja: (coreutils-ja)sort invocation.  テキストファイルを並べ替える。
114 -* split-ja: (coreutils-ja)split invocation.  Split into pieces.
115 -* stat-ja: (coreutils-ja)stat invocation.  Report file(system) status.
116 -* stdbuf-ja: (coreutils-ja)stdbuf invocation.  Modify stdio buffering.
117 -* stty-ja: (coreutils-ja)stty invocation.  Print/change terminal settings.
118 -* sum-ja: (coreutils-ja)sum invocation.  Print traditional checksum.
119 -* sync-ja: (coreutils-ja)sync invocation.  メモリとディスクを同期させる。
120 -* tac-ja: (coreutils-ja)tac invocation.  Reverse files.
121 -* tail-ja: (coreutils-ja)tail invocation.  ファイルの末尾部分を出力する。
122 -* tee-ja: (coreutils-ja)tee invocation.  Redirect to multiple files.
123 -* test-ja: (coreutils-ja)test invocation.  File/string tests.
124 -* timeout-ja: (coreutils-ja)timeout invocation.  タイムリミット付きで実行する。
125 -* touch-ja: (coreutils-ja)touch invocation.  ファイルのタイムスタンプを変更する。
126 -* tr-ja: (coreutils-ja)tr invocation.  Translate characters.
127 -* true-ja: (coreutils-ja)true invocation.  何もせず、正常終了する。
128 -* truncate-ja: (coreutils-ja)truncate invocation.  Shrink/extend size of a 
129 -                                                     file.
130 -* tsort-ja: (coreutils-ja)tsort invocation.  トポロジカル・ソート。
131 -* tty-ja: (coreutils-ja)tty invocation.  Print terminal name.
132 -* uname-ja: (coreutils-ja)uname invocation.  システムについて情報を表示する。
133 -* unexpand-ja: (coreutils-ja)unexpand invocation.  スペースをタブに変換する。
134 -* uniq-ja: (coreutils-ja)uniq invocation.  ファイルから重複を省く。
135 -* unlink-ja: (coreutils-ja)unlink invocation.  Removal via unlink(2).
136 -* uptime-ja: (coreutils-ja)uptime invocation.  Print uptime and load.
137 -* users-ja: (coreutils-ja)users invocation.  Print current user names.
138 -* vdir-ja: (coreutils-ja)vdir invocation.  List directories verbosely.
139 -* wc-ja: (coreutils-ja)wc invocation.  Line, word, and byte counts.
140 -* who-ja: (coreutils-ja)who invocation.  Print who is logged in.
141 -* whoami-ja: (coreutils-ja)whoami invocation.  実効ユーザ ID 
142 -                                                 を表示する。
143 -* yes-ja: (coreutils-ja)yes invocation.  Print a string indefinitely.
144 +* dirname-ja: (coreutils-ja)dirname invocation.    Strip last file name component.
145 +* du-ja: (coreutils-ja)du invocation.              Report on disk usage.
146 +* echo-ja: (coreutils-ja)echo invocation.          Print a line of text.
147 +* env-ja: (coreutils-ja)env invocation.            Modify the environment.
148 +* expand-ja: (coreutils-ja)expand invocation.      Convert tabs to spaces.
149 +* expr-ja: (coreutils-ja)expr invocation.          Evaluate expressions.
150 +* factor-ja: (coreutils-ja)factor invocation.      Print prime factors.
151 +* false-ja: (coreutils-ja)false invocation.        Do nothing, unsuccessfully.
152 +* fmt-ja: (coreutils-ja)fmt invocation.            Reformat paragraph text.
153 +* fold-ja: (coreutils-ja)fold invocation.          Wrap long input lines.
154 +* groups-ja: (coreutils-ja)groups invocation.      Print group names a user is in.
155 +* head-ja: (coreutils-ja)head invocation.          Output the first part of files.
156 +* hostid-ja: (coreutils-ja)hostid invocation.      Print numeric host identifier.
157 +* hostname-ja: (coreutils-ja)hostname invocation.  Print or set system name.
158 +* id-ja: (coreutils-ja)id invocation.              Print user identity.
159 +* install-ja: (coreutils-ja)install invocation.    Copy and change attributes.
160 +* join-ja: (coreutils-ja)join invocation.          Join lines on a common field.
161 +* kill-ja: (coreutils-ja)kill invocation.          Send a signal to processes.
162 +* link-ja: (coreutils-ja)link invocation.          Make hard links between files.
163 +* ln-ja: (coreutils-ja)ln invocation.              Make links between files.
164 +* logname-ja: (coreutils-ja)logname invocation.    Print current login name.
165 +* ls-ja: (coreutils-ja)ls invocation.              List directory contents.
166 +* md5sum-ja: (coreutils-ja)md5sum invocation.      Print or check MD5 digests.
167 +* mkdir-ja: (coreutils-ja)mkdir invocation.        Create directories.
168 +* mkfifo-ja: (coreutils-ja)mkfifo invocation.      Create FIFOs (named pipes).
169 +* mknod-ja: (coreutils-ja)mknod invocation.        Create special files.
170 +* mktemp-ja: (coreutils-ja)mktemp invocation.      Create temporary files.
171 +* mv-ja: (coreutils-ja)mv invocation.              Rename files.
172 +* nice-ja: (coreutils-ja)nice invocation.          Modify niceness.
173 +* nl-ja: (coreutils-ja)nl invocation.              Number lines and write files.
174 +* nohup-ja: (coreutils-ja)nohup invocation.        Immunize to hangups.
175 +* nproc-ja: (coreutils-ja)nproc invocation.        Print the number of processors.
176 +* numfmt-ja: (coreutils-ja)numfmt invocation.      Reformat numbers.
177 +* od-ja: (coreutils-ja)od invocation.              Dump files in octal, etc.
178 +* paste-ja: (coreutils-ja)paste invocation.        Merge lines of files.
179 +* pathchk-ja: (coreutils-ja)pathchk invocation.    Check file name portability.
180 +* pr-ja: (coreutils-ja)pr invocation.              Paginate or columnate files.
181 +* printenv-ja: (coreutils-ja)printenv invocation.  Print environment variables.
182 +* printf-ja: (coreutils-ja)printf invocation.      Format and print data.
183 +* ptx-ja: (coreutils-ja)ptx invocation.            Produce permuted indexes.
184 +* pwd-ja: (coreutils-ja)pwd invocation.            Print working directory.
185 +* readlink-ja: (coreutils-ja)readlink invocation.  Print referent of a symlink.
186 +* realpath-ja: (coreutils-ja)realpath invocation.  Print resolved file names.
187 +* rm-ja: (coreutils-ja)rm invocation.              Remove files.
188 +* rmdir-ja: (coreutils-ja)rmdir invocation.        Remove empty directories.
189 +* runcon-ja: (coreutils-ja)runcon invocation.      Run in specified SELinux CTX.
190 +* seq-ja: (coreutils-ja)seq invocation.            Print numeric sequences.
191 +* sha1sum-ja: (coreutils-ja)sha1sum invocation.    Print or check SHA-1 digests.
192 +* sha2-ja: (coreutils-ja)sha2 utilities.           Print or check SHA-2 digests.
193 +* shred-ja: (coreutils-ja)shred invocation.        Remove files more securely.
194 +* shuf-ja: (coreutils-ja)shuf invocation.          Shuffling text files.
195 +* sleep-ja: (coreutils-ja)sleep invocation.        Delay for a specified time.
196 +* sort-ja: (coreutils-ja)sort invocation.          Sort text files.
197 +* split-ja: (coreutils-ja)split invocation.        Split into pieces.
198 +* stat-ja: (coreutils-ja)stat invocation.          Report file(system) status.
199 +* stdbuf-ja: (coreutils-ja)stdbuf invocation.      Modify stdio buffering.
200 +* stty-ja: (coreutils-ja)stty invocation.          Print/change terminal settings.
201 +* sum-ja: (coreutils-ja)sum invocation.            Print traditional checksum.
202 +* sync-ja: (coreutils-ja)sync invocation.          Synchronize memory and disk.
203 +* tac-ja: (coreutils-ja)tac invocation.            Reverse files.
204 +* tail-ja: (coreutils-ja)tail invocation.          Output the last part of files.
205 +* tee-ja: (coreutils-ja)tee invocation.            Redirect to multiple files.
206 +* test-ja: (coreutils-ja)test invocation.          File/string tests.
207 +* timeout-ja: (coreutils-ja)timeout invocation.    Run with time limit.
208 +* touch-ja: (coreutils-ja)touch invocation.        Change file timestamps.
209 +* tr-ja: (coreutils-ja)tr invocation.              Translate characters.
210 +* true-ja: (coreutils-ja)true invocation.          Do nothing, successfully.
211 +* truncate-ja: (coreutils-ja)truncate invocation.  Shrink/extend size of a file.
212 +* tsort-ja: (coreutils-ja)tsort invocation.        Topological sort.
213 +* tty-ja: (coreutils-ja)tty invocation.            Print terminal name.
214 +* uname-ja: (coreutils-ja)uname invocation.        Print system information.
215 +* unexpand-ja: (coreutils-ja)unexpand invocation.  Convert spaces to tabs.
216 +* uniq-ja: (coreutils-ja)uniq invocation.          Uniquify files.
217 +* unlink-ja: (coreutils-ja)unlink invocation.      Removal via unlink(2).
218 +* uptime-ja: (coreutils-ja)uptime invocation.      Print uptime and load.
219 +* users-ja: (coreutils-ja)users invocation.        Print current user names.
220 +* vdir-ja: (coreutils-ja)vdir invocation.          List directories verbosely.
221 +* wc-ja: (coreutils-ja)wc invocation.              Line, word, and byte counts.
222 +* who-ja: (coreutils-ja)who invocation.            Print who is logged in.
223 +* whoami-ja: (coreutils-ja)whoami invocation.      Print effective user ID.
224 +* yes-ja: (coreutils-ja)yes invocation.            Print a string indefinitely.
225  @end direntry
226  
227  @copying
228 @@ -168,6 +158,18 @@
229  of the license is included in the section entitled ``GNU Free Documentation
230  License''.
231  @end quotation
232 +
233 +【訳者から御注意】 この文書を info コマンドで閲覧なさっている場合
234 +には、info コマンドは日本語の行末の表示があまり上手ではないため、
235 +しばしば行末に余計な文字が入って、読みにくいことがある。そうしたときは、
236 +Ctrl キーと l (エル) キーを同時に押して、画面を再描画していただきたい。
237 +たぶん、表示が正常になるはずである。
238 +
239 +お手元の coreutils のバージョンが @value{VERSION} 以外の場合、この文書の
240 +説明と動作が違うことがあるかもしれない (たとえば、この文書に書いてある
241 +オプションが使えない、あるいは、使えるはずのオプションの説明がないなど)。
242 +そうした場合は、お使いの coreutils と同じバージョンの info マニュアルや
243 +man ページに当ってみていただきたい。そちらの方が正しいはずである。
244  @end copying
245  
246  @titlepage
247 @@ -175,6 +177,7 @@
248  @subtitle Core GNU utilities
249  @subtitle for version @value{VERSION}, @value{UPDATED}
250  @author David MacKenzie et al.
251 +@author translated by Linux JM project
252  
253  @page
254  @vskip 0pt plus 1filll
255 @@ -197,138 +200,121 @@
256  
257  @menu
258  * Introduction::             注意事項、概観、著者
259 -* Common options::           Common options
260 -* Output of entire files::   cat tac nl od base64
261 -* Formatting file contents::  fmt pr fold
262 -* Output of parts of files::  head tail split csplit
263 -* Summarizing files::        wc sum cksum md5sum sha1sum sha2
264 -* Operating on sorted files::  sort shuf uniq comm ptx tsort
265 -* Operating on fields::      cut paste join
266 -* Operating on characters::  tr expand unexpand
267 -* Directory listing::        ls dir vdir dircolors
268 -* Basic operations::         cp dd install mv rm shred
269 -* Special file types::       mkdir rmdir unlink mkfifo mknod ln link 
270 -                               readlink
271 -* Changing file attributes::  chgrp chmod chown touch
272 -* Disk usage::               df du stat sync truncate
273 -* Printing text::            echo printf yes
274 -* Conditions::               false true test expr
275 -* Redirection::              tee
276 -* File name manipulation::   dirname basename pathchk mktemp realpath
277 -* Working context::          pwd stty printenv tty
278 -* User information::         id logname whoami groups users who
279 -* System context::           date arch nproc uname hostname hostid uptime
280 -* SELinux context::          chcon runcon
281 -* Modified command invocation::  chroot env nice nohup stdbuf timeout
282 -* Process control::          kill
283 -* Delaying::                 sleep
284 -* Numeric operations::       factor seq
285 -* File permissions::         Access modes
286 +* Common options::           共通オプション
287 +* Output of entire files::   ファイル全体の出力 (cat tac nl od base64)
288 +* Formatting file contents:: ファイルの整形 (fmt numfmt pr fold)
289 +* Output of parts of files:: ファイルの部分出力 (head tail split csplit)
290 +* Summarizing files::      チェックサムなど (wc sum cksum md5sum sha1sum sha2)
291 +* Operating on sorted files::  ソートなど (sort shuf uniq comm ptx tsort)
292 +* Operating on fields::      フィールド操作 (cut paste join)
293 +* Operating on characters::  文字操作 (tr expand unexpand)
294 +* Directory listing::        ディレクトリ一覧 (ls dir vdir dircolors)
295 +* Basic operations::         基本操作 (cp dd install mv rm shred)
296 +* Special file types::       特殊ファイル型 (mkdir rmdir unlink mkfifo mknod 
297 +                               ln link readlink)
298 +* Changing file attributes::  ファイルの属性変更 (chgrp chmod chown touch)
299 +* Disk usage::               ディスク使用量など (df du stat sync truncate)
300 +* Printing text::            テキストの表示 (echo printf yes)
301 +* Conditions::               条件 (false true test expr)
302 +* Redirection::              リダイレクション (tee)
303 +* File name manipulation::   ファイル名の操作 (dirname basename pathchk 
304 +                               mktemp realpath)
305 +* Working context::          作業環境 (pwd stty printenv tty)
306 +* User information::         ユーザ情報 (id logname whoami groups users who)
307 +* System context::           システム情報 (date arch nproc uname hostname 
308 +                               hostid uptime)
309 +* SELinux context::          SELinux コンテキスト (chcon runcon)
310 +* Modified command invocation::  実行環境の変更 (chroot env nice nohup stdbuf 
311 +                                   timeout)
312 +* Process control::          プロセス制御 (kill)
313 +* Delaying::                 一時停止 (sleep)
314 +* Numeric operations::       数値の操作 (factor seq)
315 +* File permissions::         アクセス・モード
316  * Date input formats::       日付文字列の指定法
317 -* Opening the software toolbox::  The software tools philosophy
318 +* Opening the software toolbox::  ソフトウェア工具という考え方
319 +* About the translation::    翻訳について
320  * GNU Free Documentation License::  Copying and sharing this manual
321  * Concept index::            General index
322  
323  @detailmenu
324   --- ノードの詳細なリスト ---
325  
326 -
327 -
328  共通オプション
329  
330 -
331 -
332  * Exit status::              プログラムが実行に成功したか失敗したかの指標
333 -* Backup options::           Backup options
334 -* Block size::               Block size
335 +* Backup options::           バックアップ・オプション
336 +* Block size::               ブロックサイズ
337  * Floating point::           浮動小数点数の表現
338  * Signal specifications::    シグナルの指定
339  * Disambiguating names and IDs::  chgrp や chown のシンタクス
340  * Random sources::           ランダムデータのソース
341 -* Target directory::         Target directory
342 -* Trailing slashes::         Trailing slashes
343 +* Target directory::         出力先ディレクトリ
344 +* Trailing slashes::         末尾のスラッシュ
345  * Traversing symlinks::      ディレクトリを指すシンボリックリンクのたどり方
346 -* Treating / specially::     Treating / specially
347 -* Standards conformance::    Standards conformance
348 -
349 -Output of entire files
350 -
351 +* Treating / specially::     / (ルート) を特別扱いする
352 +* Standards conformance::    規格への準拠
353  
354 +ファイル全体の出力
355  
356  * cat invocation::           ファイルを結合して、書き出す
357  * tac invocation::           ファイルを結合して、ファイルごとに逆順で書き出す
358  * nl invocation::            行番号を付けて、ファイルを書き出す
359 -* od invocation::            ファイルを 8 
360 -                               進数などの形式で書き出す
361 -* base64 invocation::        データを ASCII 
362 -                               文字で表示可能なデータに変換する
363 -
364 -Formatting file contents
365 -
366 +* od invocation::            ファイルを 8 進数などの形式で書き出す
367 +* base64 invocation::        データを ASCII 文字で表示可能なデータに変換する
368  
369 +ファイル内容の整形
370  
371  * fmt invocation::           パラグラフに分かれたテキストを整形し直す
372  * numfmt invocation::        数値を整形し直す
373  * pr invocation::            ページ付けや段組みをしてファイルを表示する
374  * fold invocation::          入力行を指定された幅に合わせて折り返す
375  
376 -Output of parts of files
377 +@command{numfmt}: 数値を整形し直す
378  
379 +* General options in numfmt::  一般オプション
380 +* Possible UNITs::             使用できる UNIT
381 +* Examples of using numfmt::   numfmt の使用例
382  
383 +ファイルの部分出力
384  
385  * head invocation::          ファイルの先頭部分を出力する
386  * tail invocation::          ファイルの末尾部分を出力する
387  * split invocation::         ファイルを一定のサイズに分割する
388  * csplit invocation::        ファイルを内容を目印にして分割する
389  
390 -Summarizing files
391 -
392 -
393 +ファイルの要約
394  
395  * wc invocation::            行数、単語数、バイト数を表示する
396  * sum invocation::           チェックサムとブロック数を表示する
397 -* cksum invocation::         CRC 
398 -                               チェックサムとバイト数を表示する
399 -* md5sum invocation::        MD5 
400 -                               ダイジェストの表示、または検査をする
401 -* sha1sum invocation::       SHA-1 
402 -                               ダイジェストの表示、または検査をする
403 -* sha2 utilities::           SHA-2 
404 -                               ダイジェストの表示、または検査をする
405 -
406 -Operating on sorted files
407 -
408 +* cksum invocation::         CRC チェックサムとバイト数を表示する
409 +* md5sum invocation::        MD5 ダイジェストの表示、または検査をする
410 +* sha1sum invocation::       SHA-1 ダイジェストの表示、または検査をする
411 +* sha2 utilities::           SHA-2 ダイジェストの表示、または検査をする
412  
413 +ソートしたファイルの操作
414  
415  * sort invocation::          テキストファイルを並べ替える
416  * shuf invocation::          テキストファイルをシャッフルする
417  * uniq invocation::          ファイルから重複を省く
418  * comm invocation::          ソート済みの二つのファイルを一行づつ比較する
419 -* ptx invocation::           ファイル内容の permuted index 
420 -                               を作成する
421 +* ptx invocation::           ファイル内容の permuted index を作成する
422  * tsort invocation::         トポロジカル・ソート
423  
424  @command{ptx}: パミューテド・インデックスを作成する
425  
426 -
427 -
428  * General options in ptx::   プログラム全体の動作に関係するオプション
429 -* Charset selection in ptx::  使用している文字セットについて
430 +* Charset selection in ptx:: 使用している文字セットについて
431  * Input processing in ptx::  入力のフィールドと文脈、及びキーワードの選択
432 -* Output formatting in ptx::  出力フォーマットのタイプ、及びフィールドの幅
433 +* Output formatting in ptx:: 出力フォーマットのタイプ、及びフィールドの幅
434  * Compatibility in ptx::     GNU による @command{ptx} の拡張
435  
436 -Operating on fields
437 -
438 -
439 +フィールド操作
440  
441  * cut invocation::           各行の選択した部分を表示する
442  * paste invocation::         複数のファイルの各行をマージする
443  * join invocation::          共通のフィールドに基づいて行を連結する
444  
445 -Operating on characters
446 -
447 -
448 +文字操作
449  
450  * tr invocation::            文字の置換、圧縮、削除を行う
451  * expand invocation::        タブをスペースに変換する
452 @@ -336,15 +322,11 @@
453  
454  @command{tr}: 文字の置換、圧縮、削除を行う
455  
456 -
457 -
458  * Character sets::           文字集合の指定
459  * Translating::              ある文字集合を別の文字集合に変換する
460  * Squeezing::                連続する文字の圧縮と文字の削除
461  
462 -Directory listing
463 -
464 -
465 +ディレクトリの一覧表示
466  
467  * ls invocation::            ディレクトリの内容を一覧表示する
468  * dir invocation::           ディレクトリの内容を簡潔に表示する
469 @@ -353,54 +335,42 @@
470  
471  @command{ls}: ディレクトリの内容を一覧表示する
472  
473 -
474 -
475 -* Which files are listed::   Which files are listed
476 -* What information is listed::  What information is listed
477 -* Sorting the output::       Sorting the output
478 +* Which files are listed::      表示対象にするファイル
479 +* What information is listed::  表示する情報
480 +* Sorting the output::          出力のソート
481  * Details about version sort::  バージョン・ソートの詳細
482 -* General output formatting::  General output formatting
483 -* Formatting the file names::  Formatting the file names
484 -
485 -Basic operations
486 -
487 +* General output formatting::   出力全体の形式
488 +* Formatting file timestamps::  タイムスタンプのフォーマット
489 +* Formatting the file names::   ファイル名のフォーマット
490  
491 +基本的なファイル操作
492  
493  * cp invocation::            ファイルやディレクトリをコピーする
494  * dd invocation::            ファイルの変換とコピー
495  * install invocation::       ファイルをコピーし属性をセットする
496 -* mv invocation::            ファイルの移動 (名前の変更) 
497 -                               を行う
498 +* mv invocation::            ファイルの移動 (名前の変更) を行う
499  * rm invocation::            ファイルやディレクトリを削除する
500  * shred invocation::         セキュリティを向上させたファイルの削除
501  
502 -Special file types
503 -
504 -
505 -
506 -* link invocation::          システムコール link 
507 -                               を使って、ハードリンクを作成する
508 -* ln invocation::            ファイル間のリンクを作成する
509 -* mkdir invocation::         ディレクトリを作成する
510 -* mkfifo invocation::        FIFO (名前付きパイプ) を作成する
511 -* mknod invocation::         ブロック型やキャラクタ型のスペシャルファイルを作成する
512 -* readlink invocation::      シムリンクの値、または正規化されたファイル名を表示する
513 -* rmdir invocation::         空のディレクトリを削除する
514 -* unlink invocation::        システムコール unlink 
515 -                               を使って、ファイルを削除する
516 -
517 -Changing file attributes
518 +特殊なファイル型
519  
520 +* link invocation::     システムコール link を使って、ハードリンクを作成する
521 +* ln invocation::       ファイル間のリンクを作成する
522 +* mkdir invocation::    ディレクトリを作成する
523 +* mkfifo invocation::   FIFO (名前付きパイプ) を作成する
524 +* mknod invocation::    ブロック型やキャラクタ型のスペシャルファイルを作成する
525 +* readlink invocation:: シムリンクの値、または正規化されたファイル名を表示する
526 +* rmdir invocation::    空のディレクトリを削除する
527 +* unlink invocation::   システムコール unlink を使って、ファイルを削除する
528  
529 +ファイルの属性変更
530  
531  * chown invocation::         ファイルの所有者やグループを変更する
532  * chgrp invocation::         ファイルの所有グループを変更する
533  * chmod invocation::         アクセス権を変更する
534  * touch invocation::         ファイルのタイムスタンプを変更する
535  
536 -Disk usage
537 -
538 -
539 +ディスク使用量
540  
541  * df invocation::            ファイルシステムのディスク使用状態を報告する
542  * du invocation::            ファイルのディスク使用量を概算する
543 @@ -408,17 +378,13 @@
544  * sync invocation::          ディスク上のデータをメモリと同期する
545  * truncate invocation::      ファイルサイズの短縮・伸長を行う
546  
547 -Printing text
548 -
549 -
550 +テキストの表示
551  
552  * echo invocation::          テキストを 1 行表示する
553  * printf invocation::        データを整形して表示する
554  * yes invocation::           中断されるまで文字列を表示する
555  
556 -Conditions
557 -
558 -
559 +条件
560  
561  * false invocation::         何もせず、実行失敗のステータスを返す
562  * true invocation::          何もせず、正常終了する
563 @@ -427,33 +393,24 @@
564  
565  @command{test}: ファイルタイプのチェックや値の比較を行う
566  
567 -
568 -
569 -* File type tests::          File type tests
570 -* Access permission tests::  Access permission tests
571 -* File characteristic tests::  File characteristic tests
572 -* String tests::             String tests
573 -* Numeric tests::            Numeric tests
574 +* File type tests::            ファイルタイプのテスト
575 +* Access permission tests::    アクセス許可のテスト
576 +* File characteristic tests::  ファイル特性のテスト
577 +* String tests::               文字列のテスト
578 +* Numeric tests::              数値のテスト
579  
580  @command{expr}: 式を評価する
581  
582 -
583 -
584  * String expressions::       文字列式 (+ : match substr index length)
585  * Numeric expressions::      数式 (+ - * / %)
586 -* Relations for expr::       論理結合と関係表現 (| & < <= = == != 
587 -                               >= >)
588 +* Relations for expr::       論理結合と関係表現 (| & < <= = == != >= >)
589  * Examples of expr::         @command{expr} の使用例
590  
591 -Redirection
592 -
593 -
594 +リダイレクション
595  
596  * tee invocation::           出力を複数のファイルやプロセスにリダイレクトする
597  
598 -File name manipulation
599 -
600 -
601 +ファイル名操作
602  
603  * basename invocation::      ファイル名からディレクトリと接尾辞を取り除く
604  * dirname invocation::       ファイル名から最後の要素を取り除く
605 @@ -461,9 +418,7 @@
606  * mktemp invocation::        テンポラリファイルやディレクトリを作成する
607  * realpath invocation::      ファイル名を展開して表示する
608  
609 -Working context
610 -
611 -
612 +作業環境
613  
614  * pwd invocation::           現在作業中のディレクトリを表示する
615  * stty invocation::          端末の諸特性を表示・変更する
616 @@ -472,8 +427,6 @@
617  
618  @command{stty}: 端末の諸特性を表示・変更する
619  
620 -
621 -
622  * Control::                  制御関係の設定
623  * Input::                    入力に関する設定
624  * Output::                   出力に関する設定
625 @@ -482,9 +435,7 @@
626  * Characters::               特殊文字
627  * Special::                  特殊設定
628  
629 -User information
630 -
631 -
632 +ユーザ情報
633  
634  * id invocation::            ユーザの ID を表示する
635  * logname invocation::       現在のログイン名を表示する
636 @@ -493,13 +444,11 @@
637  * users invocation::         現在ログインしている全ユーザのログイン名を表示する
638  * who invocation::           現在誰がログインしているかを表示する
639  
640 -System context
641 -
642 -
643 +システム情報
644  
645  * arch invocation::          マシンのハードウェア名を表示する
646  * date invocation::          システムの日付や時刻を表示、設定する
647 -* nproc invocation::         Print the number of processors
648 +* nproc invocation::         プロセッサ数を表示する
649  * uname invocation::         システムについて情報を表示する
650  * hostname invocation::      システム名を表示、設定する
651  * hostid invocation::        数値によるホストの識別名を表示する
652 @@ -507,12 +456,8 @@
653  
654  @command{date}: システムの日付や時刻を表示、設定する
655  
656 -
657 -
658 -* Time conversion specifiers::  時刻関係の変換指定子 
659 -                                  %[HIklMNpPrRsSTXzZ]
660 -* Date conversion specifiers::  日付関係の変換指定子 
661 -                                  %[aAbBcCdDeFgGhjmuUVwWxyY]
662 +* Time conversion specifiers:: 時刻関係の変換指定子 %[HIklMNpPrRsSTXzZ]
663 +* Date conversion specifiers:: 日付関係の変換指定子 %[aAbBcCdDeFgGhjmuUVwWxyY]
664  * Literal conversion specifiers::  文字変換指定子 %[%nt]
665  * Padding and other flags::  0 や空白による空き埋め、その他。
666  * Setting the time::         システムクロックの変更
667 @@ -520,60 +465,42 @@
668  * Date input formats::       日付文字列の指定法
669  * Examples of date::         用例
670  
671 -SELinux context
672 -
673 -
674 -
675 -* chcon invocation::         ファイルの SELinux 
676 -                               コンテキストを変更する
677 -* runcon invocation::        指定された SELinux 
678 -                               コンテキストでコマンドを実行する
679 -
680 -Modified command invocation
681 -
682 +SELinux コンテキスト
683  
684 +* chcon invocation::     ファイルの SELinux コンテキストを変更する
685 +* runcon invocation::    指定された SELinux コンテキストでコマンドを実行する
686  
687 -* chroot invocation::        ルートディレクトリを変更して、コマンドを実行する
688 -* env invocation::           変更した環境でコマンドを実行する
689 -* nice invocation::          niceness 
690 -                               を変更して、コマンドを実行する
691 -* nohup invocation::         ハングアップ・シグナルで終了しないコマンドを実行する
692 -* stdbuf invocation::        入出力バッファリングを変更して、コマンドを実行する
693 -* timeout invocation::       タイムリミット付きでコマンドを実行する
694 -
695 -Process control
696 +コマンド実行条件の変更
697  
698 +* chroot invocation::    ルートディレクトリを変更して、コマンドを実行する
699 +* env invocation::       変更した環境でコマンドを実行する
700 +* nice invocation::      niceness を変更して、コマンドを実行する
701 +* nohup invocation::     ハングアップ・シグナルで終了しないコマンドを実行する
702 +* stdbuf invocation::    入出力バッファリングを変更して、コマンドを実行する
703 +* timeout invocation::   タイムリミット付きでコマンドを実行する
704  
705 +プロセス制御
706  
707  * kill invocation::          プロセスにシグナルを送る。
708  
709 -Delaying
710 -
711 -
712 +一時停止
713  
714  * sleep invocation::         指定された時間、停止する
715  
716 -Numeric operations
717 -
718 -
719 +数値の操作
720  
721  * factor invocation::        素因数を表示する
722  * seq invocation::           数列を表示する
723  
724 -File permissions
725 -
726 -
727 +ファイルの許可属性
728  
729  * Mode Structure::           ファイルのモードビットの構成
730  * Symbolic Modes::           ファイルのモードビットの憶えやすい表記
731 -* Numeric Modes::            ファイルのモードビットの 8 
732 -                               進数による表記
733 +* Numeric Modes::            ファイルのモードビットの 8 進数による表記
734  * Directory Setuid and Setgid::  ディレクトリの Set-User-ID と 
735                                     Set-Group-ID ビット
736  
737 -Date input formats
738 -
739 -
740 +日付入力の書式
741  
742  * General date syntax::      共通規則
743  * Calendar date items::      19 Dec 1994
744 @@ -587,21 +514,21 @@
745  * Specifying time zone rules::  TZ="America/New_York", TZ="UTC0"
746  * Authors of parse_datetime::  Bellovin, Eggert, Salz, Berets, et al.
747  
748 -Opening the software toolbox
749 -
750 -
751 +ソフトウェアの道具箱
752  
753 -* Toolbox introduction::     Toolbox introduction
754 -* I/O redirection::          I/O redirection
755 +* Toolbox introduction::     はじめに
756 +* I/O redirection::          I/O リダイレクション
757  * The who command::          @command{who} コマンド
758  * The cut command::          @command{cut} コマンド
759  * The sort command::         @command{sort} コマンド
760  * The uniq command::         @command{uniq} コマンド
761 -* Putting the tools together::  Putting the tools together
762 +* Putting the tools together::  工具を組み合わせる
763  
764 -Copying This Manual
765 +翻訳について
766  
767 +* About the translation::    翻訳について
768  
769 +Copying This Manual
770  
771  * GNU Free Documentation License::  Copying and sharing this manual
772  
773 @@ -610,7 +537,7 @@
774  
775  
776  @node Introduction
777 -@chapter Introduction
778 +@chapter 序
779  
780  このマニュアルは作成の途上にある。たとえば、多くのセクションで、基本的な
781  概念を初心者にわかりやすく説明するといった試みがなされていない。そこで、
782 @@ -652,7 +579,7 @@
783  寄せてくれた。
784  
785  @node Common options
786 -@chapter Common options
787 +@chapter 共通オプション
788  
789  @macro optBackup
790  @item -b
791 @@ -854,30 +781,23 @@
792  
793  @menu
794  * Exit status::              プログラムが成功したか失敗したかの指標。
795 -* Backup options::           バックアップ・オプション (-b と 
796 -                               -S)。
797 -* Block size::               ブロックサイズ (BLOCK_SIZE と 
798 -                               --block-size)。
799 +* Backup options::           バックアップ・オプション (-b と -S)。
800 +* Block size::               ブロックサイズ (BLOCK_SIZE と --block-size)。
801  * Floating point::           浮動小数点数の表現。
802 -* Signal specifications::    --signal 
803 -                               オプションによるシグナルの指定。
804 -* Disambiguating names and IDs::  chgrp や chown のシンタクス
805 -* Random sources::           ランダムデータのソース 
806 -                               (--random-source)。
807 +* Signal specifications::    --signal オプションによるシグナルの指定。
808 +* Disambiguating names and IDs::  chgrp や chown のシンタクス。
809 +* Random sources::           ランダムデータのソース (--random-source)。
810  * Target directory::         出力先ディレクトリの指定。
811 -* Trailing slashes::         末尾のスラッシュ 
812 -                               (--strip-trailing-slashes)。
813 +* Trailing slashes::         末尾のスラッシュ (--strip-trailing-slashes)。
814  * Traversing symlinks::      シムリンクをたどる (-H, -L, -P)。
815 -* Treating / specially::     --preserve-root や --no-preserve-root 
816 -                               の使用。
817 -* Special built-in utilities::  組み込みコマンド @command{break}, 
818 -                                  @command{:} など。
819 +* Treating / specially::     --preserve-root や --no-preserve-root の使用。
820 +* Special built-in utilities::  組み込みコマンド @command{break}, @command{:} など。
821  * Standards conformance::    POSIX 規格への準拠。
822  @end menu
823  
824  
825  @node Exit status
826 -@section Exit status
827 +@section 終了ステータス
828  
829  @macro exitstatus
830  終了ステータス 0 は成功を示し、0 以外の値は失敗を示す。
831 @@ -900,7 +820,7 @@
832  
833  
834  @node Backup options
835 -@section Backup options
836 +@section バックアップ・オプション
837  
838  @cindex backup options
839  
840 @@ -979,7 +899,7 @@
841  @end table
842  
843  @node Block size
844 -@section Block size
845 +@section ブロックサイズ
846  
847  @cindex block size
848  
849 @@ -1155,7 +1075,7 @@
850  対し、@option{--block-size} オプションは影響することに注意していただきたい。
851  
852  @node Floating point
853 -@section Floating point numbers
854 +@section 浮動小数点数
855  @cindex floating point
856  @cindex IEEE floating point
857  
858 @@ -1181,7 +1101,7 @@
859  Library Reference Manual}.
860  
861  @node Signal specifications
862 -@section Signal specifications
863 +@section シグナルの指定
864  @cindex signals, specifying
865  
866  @var{signal} の指定には、@samp{HUP} のようなシグナル名や @samp{1} のようなシグナル番号、
867 @@ -1346,7 +1266,7 @@
868  の実行でも、ランダムソースとしてそのファイルを使用すればよい。
869  
870  @node Target directory
871 -@section Target directory
872 +@section 出力先ディレクトリ
873  
874  @cindex target directory
875  
876 @@ -1447,7 +1367,7 @@
877  @option{--no-target-directory} (@option{-T}) オプションを一緒に使うことはできない。
878  
879  @node Trailing slashes
880 -@section Trailing slashes
881 +@section 末尾のスラッシュ
882  
883  @cindex trailing slashes
884  
885 @@ -1471,7 +1391,7 @@
886  であり、POSIX 規格のほかの部分とも首尾一貫している。
887  
888  @node Traversing symlinks
889 -@section Traversing symlinks
890 +@section シンボリックリンクをたどる
891  
892  @cindex symbolic link to directory, controlling traversal of
893  
894 @@ -1557,7 +1477,7 @@
895  を同時に使っているときの話である。)
896  
897  @node Special built-in utilities
898 -@section Special built-in utilities
899 +@section 特殊ビルトイン・ユーティリティ
900  
901  プログラムの中には、@command{nice} のように、ほかのプログラムを起動できるものが
902  ある。たとえば、@samp{nice cat file} というコマンドは、コマンド @samp{cat file} を
903 @@ -1592,7 +1512,7 @@
904  実行すると、シェルのサスペンドは起こらず、エラーメッセージが出力される。
905  
906  @node Standards conformance
907 -@section Standards conformance
908 +@section 規格への準拠
909  
910  @vindex POSIXLY_CORRECT
911  GNU ユーティリティのデフォルトの動作が POSIX の規格と一致しない場合
912 @@ -1624,7 +1544,7 @@
913  ことができる。
914  
915  @node Output of entire files
916 -@chapter Output of entire files
917 +@chapter ファイル全体の出力
918  
919  @cindex output of entire files
920  @cindex entire files, output of
921 @@ -1636,10 +1556,8 @@
922  * cat invocation::           ファイルを結合して、書き出す。
923  * tac invocation::           ファイルを結合し、ファイルごとに逆順で書き出す。
924  * nl invocation::            行番号を付けて、ファイルを書き出す。
925 -* od invocation::            ファイルを 8 
926 -                               進数などの形式で書き出す。
927 -* base64 invocation::        データを ASCII 
928 -                               文字で表示可能なデータに変換する。
929 +* od invocation::            ファイルを 8 進数などの形式で書き出す。
930 +* base64 invocation::        データを ASCII 文字で表示可能なデータに変換する。
931  @end menu
932  
933  @node cat invocation
934 @@ -2290,7 +2208,7 @@
935  
936  
937  @node Formatting file contents
938 -@chapter Formatting file contents
939 +@chapter ファイル内容の整形
940  
941  @cindex formatting file contents
942  
943 @@ -2437,6 +2355,13 @@
944  終了ステータスについては追加情報がある。@option{--invalid} をご覧になって
945  いただきたい。
946  
947 +@menu
948 +* General options in numfmt::  一般オプション
949 +* Possible UNITs::             使用できる UNIT
950 +* Examples of using numfmt::   numfmt の使用例
951 +@end menu
952 +
953 +@node General options in numfmt
954  @subsection 一般オプション
955  
956  このプログラムでは以下のオプションが使用できる。参照: @ref{Common options}.
957 @@ -2555,6 +2480,7 @@
958  
959  @end table
960  
961 +@node Possible UNITs
962  @subsection 使用できる @var{unit}
963  
964  @option{--from=UNIT} や @option{--to=UNIT} で指定する @var{unit} には、次のものを選択する
965 @@ -2640,6 +2566,7 @@
966  
967  @end table
968  
969 +@node Examples of using numfmt
970  @subsection @command{nunfmt} の使用例
971  
972  1 個の数値を人間に読みやすい形に変換する (あるいは、その逆を行う)。
973 @@ -3169,7 +3096,7 @@
974  
975  
976  @node Output of parts of files
977 -@chapter Output of parts of files
978 +@chapter ファイルの部分出力
979  
980  @cindex output of parts of files
981  @cindex parts of files, output of
982 @@ -3974,7 +3901,7 @@
983  @c @end example
984  
985  @node Summarizing files
986 -@chapter Summarizing files
987 +@chapter ファイルの要約 (行数、単語数、チェックサム)
988  
989  @cindex summarizing files
990  
991 @@ -3983,14 +3910,10 @@
992  @menu
993  * wc invocation::            行数、単語数、バイト数を表示する。
994  * sum invocation::           チェックサムとブロック数を表示する。
995 -* cksum invocation::         CRC 
996 -                               チェックサムとバイト数を表示する。
997 -* md5sum invocation::        MD5 
998 -                               ダイジェストの表示、または検査をする。
999 -* sha1sum invocation::       SHA-1 
1000 -                               ダイジェストの表示、または検査をする。
1001 -* sha2 utilities::           SHA-2 
1002 -                               ダイジェストの表示、または検査をする。
1003 +* cksum invocation::         CRC チェックサムとバイト数を表示する。
1004 +* md5sum invocation::        MD5 ダイジェストの表示、または検査をする。
1005 +* sha1sum invocation::       SHA-1 ダイジェストの表示、または検査をする。
1006 +* sha2 utilities::           SHA-2 ダイジェストの表示、または検査をする。
1007  @end menu
1008  
1009  
1010 @@ -4422,7 +4345,7 @@
1011  
1012  
1013  @node Operating on sorted files
1014 -@chapter Operating on sorted files
1015 +@chapter ソートしたファイルの操作
1016  
1017  @cindex operating on sorted files
1018  @cindex sorted files, operations on
1019 @@ -4434,8 +4357,7 @@
1020  * shuf invocation::          テキストファイルをシャッフルする。
1021  * uniq invocation::          ファイルから重複を省く。
1022  * comm invocation::          ソート済みの二つのファイルを一行づつ比較する。
1023 -* ptx invocation::           ファイル内容の permuted index 
1024 -                               を作成する。
1025 +* ptx invocation::           ファイル内容の permuted index を作成する。
1026  * tsort invocation::         トポロジカル・ソート。
1027  @end menu
1028  
1029 @@ -5730,9 +5652,9 @@
1030  
1031  @menu
1032  * General options in ptx::   プログラム全体の動作に関係するオプション。
1033 -* Charset selection in ptx::  使用している文字セットについて。
1034 +* Charset selection in ptx:: 使用している文字セットについて。
1035  * Input processing in ptx::  入力のフィールドと文脈、及びキーワードの選択。
1036 -* Output formatting in ptx::  出力フォーマットのタイプ、及びフィールドの幅。
1037 +* Output formatting in ptx:: 出力フォーマットのタイプ、及びフィールドの幅。
1038  * Compatibility in ptx::     
1039  @end menu
1040  
1041 @@ -6362,7 +6284,7 @@
1042  
1043  
1044  @node Operating on fields
1045 -@chapter Operating on fields
1046 +@chapter フィールド操作
1047  
1048  @menu
1049  * cut invocation::           各行の選択した部分を表示する。
1050 @@ -6771,7 +6693,7 @@
1051  
1052  
1053  @node Operating on characters
1054 -@chapter Operating on characters
1055 +@chapter 文字操作
1056  
1057  @cindex operating on characters
1058  
1059 @@ -6994,7 +6916,7 @@
1060  
1061  
1062  @node Translating
1063 -@subsection Translating
1064 +@subsection 置換
1065  
1066  @cindex translating characters
1067  
1068 @@ -7298,7 +7220,7 @@
1069  
1070  
1071  @node Directory listing
1072 -@chapter Directory listing
1073 +@chapter ディレクトリの一覧表示
1074  
1075  この章では、@command{ls} とその変種の @command{dir} 及び @command{vdir} について説明する。
1076  こうしたコマンドは、ファイルに関する情報を一覧表示する。
1077 @@ -7364,18 +7286,18 @@
1078  参照 @ref{Common options}.
1079  
1080  @menu
1081 -* Which files are listed::
1082 -* What information is listed::
1083 -* Sorting the output::
1084 -* Details about version sort::
1085 -* General output formatting::
1086 -* Formatting file timestamps::
1087 -* Formatting the file names::  
1088 +* Which files are listed::          表示対象にするファイル。
1089 +* What information is listed::      表示する情報。
1090 +* Sorting the output::              出力のソート。
1091 +* Details about version sort::      バージョン・ソートの詳細。
1092 +* General output formatting::       出力全体の形式。
1093 +* Formatting file timestamps::      タイムスタンプのフォーマット。
1094 +* Formatting the file names::       ファイル名のフォーマット。
1095  @end menu
1096  
1097  
1098  @node Which files are listed
1099 -@subsection Which files are listed
1100 +@subsection 表示対象にするファイル
1101  
1102  以下のオプションは、どんなファイルについて @command{ls} が情報を表示するか
1103  を決定する。デフォルトで @command{ls} が表示するのは、コマンドラインで指定
1104 @@ -7508,7 +7430,7 @@
1105  
1106  
1107  @node What information is listed
1108 -@subsection What information is listed
1109 +@subsection 表示する情報
1110  
1111  以下のオプションは、@command{ls} がどんな情報を表示するかに関係している。
1112  @command{ls} がデフォルトで表示するのは、ファイル名だけである。
1113 @@ -7705,7 +7627,7 @@
1114  @item C
1115  ハイパフォーマンス (``contiguous data'') ファイル
1116  @item d
1117 -directory
1118 +ディレクトリ
1119  @item D
1120  @c @item F
1121  @c semaphore, if this is a distinct file type
1122 @@ -7835,7 +7757,7 @@
1123  
1124  
1125  @node Sorting the output
1126 -@subsection Sorting the output
1127 +@subsection 出力のソート
1128  
1129  @cindex sorting @command{ls} output
1130  以下のオプションは、@command{ls} が出力する情報を並べる際の順序を変更する。
1131 @@ -7943,7 +7865,7 @@
1132  
1133  
1134  @node Details about version sort
1135 -@subsection Details about version sort
1136 +@subsection バージョン・ソートの詳細
1137  
1138  ファイル名にはインデックス番号やバージョン番号が含まれていることが
1139  しばしばあるが、バージョン・ソートは、そうした状況に対処している。
1140 @@ -7997,7 +7919,7 @@
1141  @end itemize
1142  
1143  @node General output formatting
1144 -@subsection General output formatting
1145 +@subsection 出力全体の形式
1146  
1147  以下のオプションは出力全体の見かけに影響を及ぼす。
1148  
1149 @@ -8184,7 +8106,7 @@
1150  
1151  
1152  @node Formatting file timestamps
1153 -@subsection Formatting file timestamps
1154 +@subsection タイムスタンプのフォーマット
1155  
1156  デフォルトでは、ファイルのタイムスタンプは短縮形式で表示される。
1157  すなわち、最近のタイムスタンプ以外は、@samp{Mar 30@ @ 2002} といった
1158 @@ -8323,7 +8245,7 @@
1159  
1160  
1161  @node Formatting the file names
1162 -@subsection Formatting the file names
1163 +@subsection ファイル名のフォーマット
1164  
1165  以下のオプションは、ファイル名の表示方法を変更する。
1166  
1167 @@ -8527,7 +8449,7 @@
1168  
1169  
1170  @node Basic operations
1171 -@chapter Basic operations
1172 +@chapter 基本的なファイル操作
1173  
1174  @cindex manipulating files
1175  
1176 @@ -8538,8 +8460,7 @@
1177  * cp invocation::            ファイルをコピーする。
1178  * dd invocation::            ファイルの変換とコピー。
1179  * install invocation::       ファイルをコピーし属性をセットする。
1180 -* mv invocation::            ファイルの移動 (名前の変更) 
1181 -                               を行う。
1182 +* mv invocation::            ファイルの移動 (名前の変更) を行う。
1183  * rm invocation::            ファイルやディレクトリを削除する。
1184  * shred invocation::         セキュリティを向上させたファイルの削除。
1185  @end menu
1186 @@ -10354,7 +10275,7 @@
1187  
1188  
1189  @node Special file types
1190 -@chapter Special file types
1191 +@chapter 特殊なファイル型
1192  
1193  @cindex special file types
1194  @cindex file types, special
1195 @@ -10382,16 +10303,14 @@
1196  (@dfn{special files}) がある。
1197  
1198  @menu
1199 -* link invocation::          システムコール link 
1200 -                               を使って、ハードリンクを作成する
1201 -* ln invocation::            ファイル間のリンクを作成する。
1202 -* mkdir invocation::         ディレクトリを作成する。
1203 -* mkfifo invocation::        FIFO (名前付きパイプ) を作成する
1204 -* mknod invocation::         ブロック型やキャラクタ型のスペシャルファイルを作成する
1205 -* readlink invocation::      シムリンクの値、または正規化されたファイル名を表示する。
1206 -* rmdir invocation::         空のディレクトリを削除する。
1207 -* unlink invocation::        システムコール unlink 
1208 -                               を使って、ファイルを削除する
1209 +* link invocation::     システムコール link を使って、ハードリンクを作成する。
1210 +* ln invocation::       ファイル間のリンクを作成する。
1211 +* mkdir invocation::    ディレクトリを作成する。
1212 +* mkfifo invocation::   FIFO (名前付きパイプ) を作成する。
1213 +* mknod invocation::    ブロック型やキャラクタ型のスペシャルファイルを作成する。
1214 +* readlink invocation:: シムリンクの値、または正規化されたファイル名を表示する。
1215 +* rmdir invocation::    空のディレクトリを削除する。
1216 +* unlink invocation::   システムコール unlink を使って、ファイルを削除する。
1217  @end menu
1218  
1219  
1220 @@ -11117,7 +11036,7 @@
1221  
1222  
1223  @node Changing file attributes
1224 -@chapter Changing file attributes
1225 +@chapter ファイルの属性変更
1226  
1227  @cindex changing file attributes
1228  @cindex file attributes, changing
1229 @@ -11792,7 +11711,7 @@
1230  
1231  
1232  @node Disk usage
1233 -@chapter Disk usage
1234 +@chapter ディスク使用量
1235  
1236  @cindex disk usage
1237  
1238 @@ -12816,7 +12735,7 @@
1239  
1240  
1241  @node Printing text
1242 -@chapter Printing text
1243 +@chapter テキストの表示
1244  
1245  @cindex printing text, commands for
1246  @cindex commands for printing text
1247 @@ -12874,7 +12793,7 @@
1248  @item \c
1249  この位置より後を出力しない
1250  @item \e
1251 -escape
1252 +エスケープ
1253  @item \f
1254  フォームフィード (form feed)
1255  @item \n
1256 @@ -13112,7 +13031,7 @@
1257  
1258  
1259  @node Conditions
1260 -@chapter Conditions
1261 +@chapter 条件
1262  
1263  @cindex conditions
1264  @cindex commands for exit status
1265 @@ -13252,14 +13171,12 @@
1266  @end display
1267  
1268  @menu
1269 -* File type tests::          ファイルタイプのテスト (-[gkruwxOG])
1270 -* Access permission tests::  アクセス許可のテスト (-[gkruwxOG])
1271 -* File characteristic tests::  ファイル特性のテスト (-e -s -nt -ot 
1272 -                                 -ef)
1273 -* String tests::             文字列のテスト (-z -n = == !=)
1274 -* Numeric tests::            数値のテスト (-eq -ne -lt -le -gt -ge)
1275 -* Connectives for test::     @command{test} の論理結合演算子 (! -a 
1276 -                               -o)
1277 +* File type tests::          ファイルタイプのテスト (-[gkruwxOG])。
1278 +* Access permission tests::  アクセス許可のテスト (-[gkruwxOG])。
1279 +* File characteristic tests::  ファイル特性のテスト (-e -s -nt -ot -ef)。
1280 +* String tests::             文字列のテスト (-z -n = == !=)。
1281 +* Numeric tests::            数値のテスト (-eq -ne -lt -le -gt -ge)。
1282 +* Connectives for test::     @command{test} の論理結合演算子 (! -a -o)。
1283  @end menu
1284  
1285  
1286 @@ -13322,7 +13239,7 @@
1287  
1288  
1289  @node Access permission tests
1290 -@subsection Access permission tests
1291 +@subsection アクセス許可のテスト
1292  
1293  @cindex access permission tests
1294  @cindex permission tests
1295 @@ -13377,7 +13294,7 @@
1296  @end table
1297  
1298  @node File characteristic tests
1299 -@subsection File characteristic tests
1300 +@subsection ファイル特性のテスト
1301  
1302  @cindex file characteristic tests
1303  
1304 @@ -13418,7 +13335,7 @@
1305  
1306  
1307  @node String tests
1308 -@subsection String tests
1309 +@subsection 文字列のテスト
1310  
1311  @cindex string tests
1312  
1313 @@ -13464,7 +13381,7 @@
1314  
1315  
1316  @node Numeric tests
1317 -@subsection Numeric tests
1318 +@subsection 数値のテスト
1319  
1320  @cindex numeric tests
1321  @cindex arithmetic tests
1322 @@ -13509,7 +13426,7 @@
1323  
1324  
1325  @node Connectives for test
1326 -@subsection Connectives for @command{test}
1327 +@subsection @command{test} の論理結合演算子
1328  
1329  @cindex logical connectives
1330  @cindex connectives, logical
1331 @@ -13598,16 +13515,15 @@
1332  @end display
1333  
1334  @menu
1335 -* String expressions::       文字列式 (+ : match substr index length)
1336 -* Numeric expressions::      数式 (+ - * / %)
1337 -* Relations for expr::       論理結合と関係表現 (| & < <= = == != 
1338 -                               >= >)
1339 +* String expressions::       文字列式 (+ : match substr index length)。
1340 +* Numeric expressions::      数式 (+ - * / %)。
1341 +* Relations for expr::       論理結合と関係表現 (| & < <= = == != >= >)。
1342  * Examples of expr::         用例。
1343  @end menu
1344  
1345  
1346  @node String expressions
1347 -@subsection String expressions
1348 +@subsection 文字列式
1349  
1350  @cindex string expressions
1351  @cindex expressions, string
1352 @@ -13687,7 +13603,7 @@
1353  
1354  
1355  @node Numeric expressions
1356 -@subsection Numeric expressions
1357 +@subsection 数式
1358  
1359  @cindex numeric expressions
1360  @cindex expressions, numeric
1361 @@ -13807,7 +13723,7 @@
1362  
1363  
1364  @node Redirection
1365 -@chapter Redirection
1366 +@chapter リダイレクション
1367  
1368  @cindex redirection
1369  @cindex commands for redirection
1370 @@ -13978,7 +13894,7 @@
1371  
1372  
1373  @node File name manipulation
1374 -@chapter File name manipulation
1375 +@chapter ファイル名操作
1376  
1377  @cindex file name manipulation
1378  @cindex manipulation of file names
1379 @@ -14542,7 +14458,7 @@
1380  
1381  
1382  @node Working context
1383 -@chapter Working context
1384 +@chapter 作業環境
1385  
1386  @cindex working context
1387  @cindex commands for printing the working context
1388 @@ -15387,7 +15303,7 @@
1389  
1390  
1391  @node User information
1392 -@chapter User information
1393 +@chapter ユーザ情報
1394  
1395  @cindex user information, commands for
1396  @cindex commands for printing user information
1397 @@ -15396,12 +15312,12 @@
1398  しているか、どんなグループに所属しているか、などである。
1399  
1400  @menu
1401 -* id invocation::            ユーザの ID を表示する。
1402 -* logname invocation::       現在のログイン名を表示する。
1403 -* whoami invocation::        実効ユーザ ID を表示する。
1404 -* groups invocation::        ユーザが所属しているグループ名を表示する。
1405 -* users invocation::         現在ログインしている全ユーザのログイン名を表示する。
1406 -* who invocation::           現在誰がログインしているかを表示する。
1407 +* id invocation::        ユーザの ID を表示する。
1408 +* logname invocation::   現在のログイン名を表示する。
1409 +* whoami invocation::    実効ユーザ ID を表示する。
1410 +* groups invocation::    ユーザが所属しているグループ名を表示する。
1411 +* users invocation::     現在ログインしている全ユーザのログイン名を表示する。
1412 +* who invocation::       現在誰がログインしているかを表示する。
1413  @end menu
1414  
1415  
1416 @@ -15765,7 +15681,7 @@
1417  
1418  
1419  @node System context
1420 -@chapter System context
1421 +@chapter システム情報
1422  
1423  @cindex system context
1424  @cindex context, system
1425 @@ -15826,11 +15742,9 @@
1426  @exitstatus
1427  
1428  @menu
1429 -* Time conversion specifiers::  時刻関係の変換指定子 
1430 -                                  %[HIklMNpPrRsSTXzZ]
1431 -* Date conversion specifiers::  日付関係の変換指定子 
1432 -                                  %[aAbBcCdDeFgGhjmuUVwWxyY]
1433 -* Literal conversion specifiers::  文字変換指定子 %[%nt]
1434 +* Time conversion specifiers:: 時刻関係の変換指定子 %[HIklMNpPrRsSTXzZ]。
1435 +* Date conversion specifiers:: 日付関係の変換指定子 %[aAbBcCdDeFgGhjmuUVwWxyY]。
1436 +* Literal conversion specifiers::  文字変換指定子 %[%nt]。
1437  * Padding and other flags::  0 や空白による空き埋め、その他。
1438  * Setting the time::         システムクロックの変更。
1439  * Options for date::         現在の日時以外の指定。
1440 @@ -15841,7 +15755,7 @@
1441  @end menu
1442  
1443  @node Time conversion specifiers
1444 -@subsection Time conversion specifiers
1445 +@subsection 時刻関係の変換指定子
1446  
1447  @cindex time conversion specifiers
1448  @cindex conversion specifiers, time
1449 @@ -15919,7 +15833,7 @@
1450  
1451  
1452  @node Date conversion specifiers
1453 -@subsection Date conversion specifiers
1454 +@subsection 日付関係の変換指定子
1455  
1456  @cindex date conversion specifiers
1457  @cindex conversion specifiers, date
1458 @@ -15999,7 +15913,7 @@
1459  
1460  
1461  @node Literal conversion specifiers
1462 -@subsection Literal conversion specifiers
1463 +@subsection 文字変換指定子
1464  
1465  @cindex literal conversion specifiers
1466  @cindex conversion specifiers, literal
1467 @@ -16017,7 +15931,7 @@
1468  
1469  
1470  @node Padding and other flags
1471 -@subsection Padding and other flags
1472 +@subsection 空き埋めなどのフラグ
1473  
1474  @cindex numeric field padding
1475  @cindex padding of numeric fields
1476 @@ -16086,7 +16000,7 @@
1477  
1478  
1479  @node Setting the time
1480 -@subsection Setting the time
1481 +@subsection システムクロックの設定
1482  
1483  @cindex setting the time
1484  @cindex time setting
1485 @@ -16184,7 +16098,7 @@
1486  引数 @var{timespec} では、日付の後ろに時刻をどの単位まで追加するかを
1487  指定する。以下の一つを指定することができる。
1488  @table @samp
1489 -@item auto
1490 +@item date
1491  日付のみを表示する。@var{timespec} を省略した場合のデフォルト。
1492  
1493  @item hours
1494 @@ -16749,7 +16663,7 @@
1495  含める方である。
1496  
1497  @node SELinux context
1498 -@chapter SELinux context
1499 +@chapter SELinux コンテキスト
1500  
1501  @cindex SELinux context
1502  @cindex SELinux, context
1503 @@ -16758,10 +16672,8 @@
1504  この章では、SELinux コンテキスト関係の操作を行うコマンドを説明する。
1505  
1506  @menu
1507 -* chcon invocation::         ファイルの SELinux 
1508 -                               コンテキストを変更する
1509 -* runcon invocation::        指定された SELinux 
1510 -                               コンテキストでコマンドを実行する
1511 +* chcon invocation::     ファイルの SELinux コンテキストを変更する
1512 +* runcon invocation::    指定された SELinux コンテキストでコマンドを実行する
1513  @end menu
1514  
1515  @node chcon invocation
1516 @@ -16948,7 +16860,7 @@
1517  @end display
1518  
1519  @node Modified command invocation
1520 -@chapter Modified command invocation
1521 +@chapter コマンド実行条件の変更
1522  
1523  @cindex modified command invocation
1524  @cindex invocation of commands, modified
1525 @@ -17615,7 +17527,7 @@
1526  
1527  
1528  @node Process control
1529 -@chapter Process control
1530 +@chapter プロセス制御
1531  
1532  @cindex processes, commands for controlling
1533  @cindex commands for controlling processes
1534 @@ -17704,7 +17616,7 @@
1535  @xref{Signal specifications}.
1536  
1537  @node Delaying
1538 -@chapter Delaying
1539 +@chapter 一時停止
1540  
1541  @cindex delaying commands
1542  @cindex commands for delaying
1543 @@ -17737,11 +17649,11 @@
1544  
1545  @table @samp
1546  @item s
1547 -seconds
1548 +秒
1549  @item m
1550 -minutes
1551 +分
1552  @item h
1553 -hours
1554 +時
1555  @item d
1556  日
1557  @end table
1558 @@ -17760,7 +17672,7 @@
1559  
1560  
1561  @node Numeric operations
1562 -@chapter Numeric operations
1563 +@chapter 数値の操作
1564  
1565  @cindex numeric operations
1566  以下のプログラムは、数に関係した作業をする。
1567 @@ -17964,7 +17876,7 @@
1568  
1569  
1570  @node File permissions
1571 -@chapter File permissions
1572 +@chapter ファイルの許可属性
1573  @include perm-ja.texi
1574  
1575  @include parse-datetime-ja.texi
1576 @@ -17980,13 +17892,13 @@
1577  (@uref{http://www.linuxjournal.com/article.php?sid=2762})
1578  
1579  @menu
1580 -* Toolbox introduction::     Toolbox introduction
1581 -* I/O redirection::          I/O redirection
1582 +* Toolbox introduction::     はじめに
1583 +* I/O redirection::          I/O リダイレクション
1584  * The who command::          @command{who} コマンド
1585  * The cut command::          @command{cut} コマンド
1586  * The sort command::         @command{sort} コマンド
1587  * The uniq command::         @command{uniq} コマンド
1588 -* Putting the tools together::  Putting the tools together
1589 +* Putting the tools together::  工具を組み合わせる
1590  @end menu
1591  
1592  
1593 @@ -18561,6 +18473,142 @@
1594  Kernighan 氏に、この記事を読んでチェックしてくださったことについて、
1595  心からお礼を申し上げる。
1596  
1597 +@node About the translation
1598 +@appendix 翻訳について
1599 +
1600 +この文書は GNU core utilities version @value{VERSION} の info マニュアルの翻訳
1601 +である。間違いの御指摘や改良の御提案は Linux JM project 宛にメールで
1602 +なさっていただきたい (@email{linuxjm-discuss@@lists.osdn.me})。
1603
1604 +まず最初に、coreutils の日本語版 info マニュアルの呼び出し方を簡単に
1605 +説明する。coreutils の 日本語版 info が install-info コマンドを使って
1606 +きちんとシステムにインストールされているならば、コマンドラインから 
1607 +@samp{info coreutils-ja} で日本語マニュアル全体を、@samp{info chmod-ja} などで
1608 +個々のプログラムの日本語マニュアルを呼び出すことができる。英語版を
1609 +読むときは、今までどおり @samp{info coreutils} や @samp{info chmod} とすればよい。
1610 +個々のコマンドについては、英語版なら @samp{info coreutils 'cp invocation'}、
1611 +日本語版なら @samp{info coreutils-ja 'cp invocation'} といったマニュアルの
1612 +呼び出し方もある。
1613 +
1614 +(注意: ご使用の coreutils のバージョンが 8.23 の場合は、info 
1615 +マニュアルのトップレベルのメニューに、Coreutils というメニュー項目 
1616 +(英語版 coreutils マニュアルの最初のページ) のほかに、 coreutils 
1617 +という小文字のメニュー項目もあるので、話がもう少し複雑である。英語版 
1618 +coreutils マニュアルの最初のページを info コマンドで開くときは、
1619 +@samp{info Coreutils} と大文字で指定していただきたい。また、
1620 +@samp{info coreutils 'cp invocation'} といった呼び出し方をする場合も、
1621 +@samp{info Coreutils 'cp invocation'} などと Coreutils を大文字にする必要がある。
1622 +バージョン 8.22 には、英語版、日本語版とも、この問題はない。)
1623 +
1624 +また、@samp{info} を引数なしで実行すると、info マニュアルのトップレベルの
1625 +メニューが開く。ここで、メニュー項目にカーソルを合わせて、リターンキーを
1626 +押せば、その項目に飛ぶ。しかし、読みたい項目をキー操作で指定する方が簡単
1627 +である。たとえば、@kbd{m} キーを押した後 @kbd{chmod-ja} と打ち込んで、リターン
1628 +キーを押せば、chmod コマンドの日本語版マニュアルが、@kbd{chmod} だけなら
1629 +英語版マニュアルが表示される。
1630 +
1631 +@kbd{coreutils-ja}、@kbd{chmod-ja} などと @kbd{-ja} を付けるのは、@command{info} 
1632 +プログラムを起動するときと、info のトップレベル・メニューにいるとき
1633 +だけである。すでに日本語版 coreutils マニュアルのどれかを (それが 
1634 +coreutils-ja であれ、dd-ja であれ) @command{info} コマンドで開いている場合は、
1635 +@kbd{-ja} を後ろに付ける必要がなくなる。と言うより、付けてはいけない。
1636 +coreutils-ja の先頭ページのようにコマンドのメニューが存在するページ
1637 +では (実際には、スクロールしないと、メニューが見えないが)、たとえば、
1638 +@kbd{m} に続けて @kbd{chmod} と打ち込み、リターンキーを押すだけで、chmod の
1639 +日本語の説明が開く。また、日本語 coreutils マニュアルの任意のページ
1640 +から coreutils-ja の他のノードへ直接飛ぶ場合も (ノードは、ほぼ章や節に
1641 +相当する)、@kbd{g} キーを押してから、@kbd{chmod invocation} などとノード名を
1642 +打ち込み、リターンキーを押せばよい。@kbd{m} の場合はタブやスペースで、
1643 +@kbd{g} の場合はタブで、文字列の補完ができる。(たぶん coreutils-ja.info の
1644 +パッケージには、README.ja というファイルが含まれていると思う。その
1645 +「2.1 日本語 info マニュアルの呼び出し方」という節にもう少し詳しい
1646 +説明を書いておいたので、ご覧になっていただきたい。)
1647 +
1648 +ここで、日本語の info マニュアルを使用するときの問題点を挙げておく。
1649 +
1650 +@enumerate
1651 +@item
1652 +@command{info} コマンドは、日本語の行末表示が上手ではない。そのため、
1653 +行末に余計な文字が入ることがある。そうしたときは、@kbd{C-l} を押して 
1654 +(Ctrl と l (エル) キーを同時に押す)、画面の再描画を行っていただき
1655 +たい。表示が正常になるはずである。Emacs の info リーダーでは、この
1656 +問題はめったに起きない。
1657 +
1658 +@item
1659 +現在のところ、@command{info} コマンドでは、@kbd{s} や @kbd{/} で日本語の単語を検索
1660 +できないようだ。@kbd{C-s} による日本語の検索は、単語によっては成功する
1661 +こともあるが、''Unknown command'' で失敗することもあり、これもあまり
1662 +頼りにならない。それに対して、Emacs の info リーダーでは、@kbd{s} でも 
1663 +@kbd{C-s} でも日本語の検索ができる。
1664 +
1665 +@item
1666 +coreutils の info のこの翻訳では、インデックスの日本語化まで手が
1667 +回らなかった。そのため、インデックスは英語のままである。
1668 +
1669 +@item
1670 +古めの Emacs でこの翻訳を読もうとすると、文字化けするかもしれない。
1671 +回避法があるのかもしれないが、訳者にはわからなかった。
1672 +@end enumerate
1673 +
1674 +この翻訳の最初の版は、coreutils-8.20 所収の texinfo ファイルを元に、
1675 +Linux JM project のために訳者が新たに翻訳したものだった。以下に、
1676 +そのときの後書きをほぼそのまま載せておく。
1677 +
1678 +この info マニュアルの原文は、本文の「序」でも述べているように、
1679 +各プログラムの man ページを統合し、増補・改訂したものである。この info 
1680 +マニュアルがまとめられるにともない、公式の man ページの方はコマンドの 
1681 +@samp{--help} オプションで見ることができるものとほぼ同文の、簡単な内容の
1682 +ものになった。
1683 +
1684 +従来どおりの詳しい man ページを希望する人たちも存在した。そのために
1685 +作られたのが、gnumaniak の man ページであり、従来の man ページを info 
1686 +の情報で増補したものだったが、現在では保守されていないようだ。
1687 +
1688 +作成の経緯がそうしたものなので、この info マニュアルの原文には、
1689 +gnumaniak の man ページの原文とほとんど内容が同じものがある。翻訳作業
1690 +に当たっては、すべての項目について gnumaniak の man ページの翻訳を
1691 +参考にした。あちらの訳文の方がよくできている項目もある (gnumaniak の
1692 +翻訳は @uref{http://linuxjm.osdn.jp/html/gnumaniak/man1/} にある)。
1693 +
1694 +この翻訳は、Linux JM project の gnumaniak の翻訳に多くを負っている。
1695 +そこで、まず、gnumaniak の翻訳者の方々 --- 中野武雄、佐藤裕一、
1696 +白方健太郎、Kazuyuki Tanisako、Omo Kazuki の諸氏にお礼を申し上げる。
1697 +
1698 +訳文を見直す際には、西尾太さんが以前翻訳なさった coreutils-5.2.1 の 
1699 +info を参考にした。また、当然ながら、新しい man ページ (こちらの
1700 +翻訳者は、たぶん Yasuaki Taniguchi さんと Akihiro MOTOKI さん) とも、
1701 +できるだけ突き合わせた。西尾さん、Taniguchi さん、元木さんにもお礼を
1702 +申し上げる。
1703 +
1704 +gnumaniak や coreutils の man や info の翻訳をなさった方で、私が
1705 +お名前を挙げ忘れた方がいらっしゃるかもしれない。お知らせくだされば、
1706 +追加訂正する。
1707 +
1708 +訳文には間違った箇所がたくさんあると思う。そのへんは、ご寛恕いただき
1709 +たい。皆さんがこの訳文を叩き台にして、増補・改訂・改訳を続け、より
1710 +新しく、よりわかりやすい、そして、より正確な coreutils の翻訳を作って
1711 +くだされば、最初の翻訳者としてそれにまさる喜びはない。
1712 +
1713 +2014-10-07 訳者
1714 +
1715 +[翻訳履歴]
1716 +
1717 +@itemize @bullet
1718 +@item
1719 +2014-03-15@*
1720 +coreutils-8.20 を翻訳    by 長南洋一@*
1721 +ptx, tsort, chcon, runcon は未訳
1722 +
1723 +@item
1724 +2014-11-25@*
1725 +coreutils-8.22 を元に増補・改訂    by 長南洋一@*
1726 +numfmt, ptx, tsort, chcon, runcon を翻訳
1727 +
1728 +@item
1729 +2016-02-18@*
1730 +numfmt の章の構成を修正。訳文の訂正と細かい変更    by 長南洋一
1731 +@end itemize
1732 +
1733  @node GNU Free Documentation License
1734  @appendix GNU Free Documentation License
1735