OSDN Git Service

GNU_coreutils: Add ja.po and snapshot versions of translated pages.
[linuxjm/coreutils.git] / release / man1 / sum.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .\"*******************************************************************
3 .\"
4 .\" This file was generated with po4a. Translate the source file.
5 .\"
6 .\"*******************************************************************
7 .TH SUM 1 "April 2010" "GNU coreutils 8.5" ユーザーコマンド
8 .SH 名前
9 sum \- checksum and count the blocks in a file
10 .SH 書式
11 \fBsum\fP [\fIOPTION\fP]... [\fIFILE\fP]...
12 .SH 説明
13 .\" Add any additional description here
14 .PP
15 Print checksum and block counts for each FILE.
16 .TP 
17 \fB\-r\fP
18 use BSD sum algorithm, use 1K blocks
19 .TP 
20 \fB\-s\fP, \fB\-\-sysv\fP
21 use System V sum algorithm, use 512 bytes blocks
22 .TP 
23 \fB\-\-help\fP
24 この使い方を表示して終了する
25 .TP 
26 \fB\-\-version\fP
27 バージョン情報を表示して終了する
28 .PP
29 FILE が指定されていないか、FILE に \- が指定された場合、
30 標準入力からデータを読み込む。
31 .SH 作者
32 Kayvan Aghaiepour と David MacKenzie が作成した。
33 .SH バグ報告
34 sum のバグは bug\-coreutils@gnu.org に報告してください。
35 .br
36 GNU coreutils のホームページは <http://www.gnu.org/software/coreutils/> です。
37 .br
38 GNU ソフトウェアを使用するための一般的なヘルプ <http://www.gnu.org/gethelp/> にある。
39 .br
40 sum の翻訳のバグは <http://translationproject.org/team/> に報告してください。
41 .SH 著作権
42 Copyright \(co 2010 Free Software Foundation, Inc.  License GPLv3+: GNU GPL
43 version 3 or later <http://gnu.org/licenses/gpl.html>.
44 .br
45 This is free software: you are free to change and redistribute it.  There is
46 NO WARRANTY, to the extent permitted by law.
47 .SH 関連項目
48 \fBsum\fP の完全なマニュアルは Texinfo マニュアルとして用意されている。
49 \fBinfo\fP と \fBsum\fP のプログラムがお使いの環境に適切にインストールされているならば、
50 コマンド
51 .IP
52 \fBinfo coreutils \(aqsum invocation\(aq\fP
53 .PP
54 を実行すると、完全なマニュアルを読むことができるはずである。