OSDN Git Service

coreutils: Update license and bug report lines
[linuxjm/jm.git] / manual / GNU_coreutils / draft / man1 / sha512sum.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
2 .TH SHA512SUM "1" "2021年4月" "GNU coreutils" "ユーザーコマンド"
3 .SH 名前
4 sha512sum \- SHA512 メッセージダイジェストの計算と照合を行う
5 .SH 書式
6 .B sha512sum
7 [\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]...
8 .SH 説明
9 .\" Add any additional description here
10 .PP
11 SHA512 (512\-bit) チェックサムを表示または照合します。
12 .PP
13 ファイルの指定がなかったり、 \- であった場合, 標準入力から読み込みます。
14 .TP
15 \fB\-b\fR, \fB\-\-binary\fR
16 バイナリモードで読み込む
17 .TP
18 \fB\-c\fR, \fB\-\-check\fR
19 FILE から SHA512 チェックサムを読み込み、照合する
20 .TP
21 \fB\-\-tag\fR
22 BSD 形式のチェックサムを作成する
23 .TP
24 \fB\-t\fR, \fB\-\-text\fR
25 テキストモードで読み込む (デフォルト)
26 .TP
27 \fB\-z\fR, \fB\-\-zero\fR
28 end each output line with NUL, not newline,
29 and disable file name escaping
30 .SS "次の5 つのオプションはチェックサムを照合する場合にのみ有効です:"
31 .TP
32 \fB\-\-ignore\-missing\fR
33 ファイルが存在しない場合に失敗もせずステータスも表示しない
34 .TP
35 \fB\-\-quiet\fR
36 ファイルのチェックサムの照合が成功したときに OK を表示しない
37 .TP
38 \fB\-\-status\fR
39 何も出力しない。終了コードで結果を判別する
40 .TP
41 \fB\-\-strict\fR
42 不正な形式のチェックサム行の場合に 0 以外のコードで終了する
43 .TP
44 \fB\-w\fR, \fB\-\-warn\fR
45 チェックサム行の書式が不正な場合に警告を行う
46 .TP
47 \fB\-\-help\fR
48 この使い方を表示して終了する
49 .TP
50 \fB\-\-version\fR
51 バージョン情報を表示して終了する
52 .PP
53 The sums are computed as described in FIPS\-180\-2.  When checking, the input
54 should be a former output of this program.  The default mode is to print a
55 line with checksum, a space, a character indicating input mode ('*' for binary,
56 \&' ' for text or where binary is insignificant), and name for each FILE.
57 .PP
58 Note: There is no difference between binary mode and text mode on GNU systems.
59 .PP
60 GNU coreutils のオンラインヘルプ: <https://www.gnu.org/software/coreutils/>
61 翻訳に関するバグは <https://translationproject.org/team/ja.html> に連絡してください。
62 詳細な文書 <https://www.gnu.org/software/coreutils/sha512sum>
63 (ローカルでは info '(coreutils) sha2 utilities' で参照可能)。
64 .SH 作者
65 作者 Ulrich Drepper、 Scott Miller、および David Madore。
66 .SH 著作権
67 Copyright \(co 2020 Free Software Foundation, Inc.
68 ライセンス GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
69 .br
70 This is free software: you are free to change and redistribute it.
71 There is NO WARRANTY, to the extent permitted by law.
72 .SH 関連項目
73 .B sha512sum
74 の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、
75 .B info
76 および
77 .B sha512sum
78 のプログラムが正しくインストールされているならば、コマンド
79 .IP
80 .B info sha512sum
81 .PP
82 を使用すると完全なマニュアルを読むことができるはずだ。