~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/sha384sum.1

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH SHA384SUM "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
 
.SH NAME
4
 
sha384sum \- compute and check SHA384 message digest
5
 
.SH SYNOPSIS
6
 
.B sha384sum
7
 
[\fIOPTION\fR]... [\fIFILE\fR]...
8
 
.SH DESCRIPTION
9
 
.\" Add any additional description here
10
 
.PP
11
 
Print or check SHA384 (384\-bit) checksums.
12
 
With no FILE, or when FILE is \-, read standard input.
13
 
.TP
14
 
\fB\-b\fR, \fB\-\-binary\fR
15
 
read in binary mode
16
 
.TP
17
 
\fB\-c\fR, \fB\-\-check\fR
18
 
read SHA384 sums from the FILEs and check them
19
 
.TP
20
 
\fB\-\-tag\fR
21
 
create a BSD\-style checksum
22
 
.TP
23
 
\fB\-t\fR, \fB\-\-text\fR
24
 
read in text mode (default)
25
 
.SS "The following three options are useful only when verifying checksums:"
26
 
.TP
27
 
\fB\-\-quiet\fR
28
 
don't print OK for each successfully verified file
29
 
.TP
30
 
\fB\-\-status\fR
31
 
don't output anything, status code shows success
32
 
.TP
33
 
\fB\-w\fR, \fB\-\-warn\fR
34
 
warn about improperly formatted checksum lines
35
 
.TP
36
 
\fB\-\-strict\fR
37
 
with \fB\-\-check\fR, exit non\-zero for any invalid input
38
 
.TP
39
 
\fB\-\-help\fR
40
 
display this help and exit
41
 
.TP
42
 
\fB\-\-version\fR
43
 
output version information and exit
44
 
.PP
45
 
The sums are computed as described in FIPS\-180\-2.  When checking, the input
46
 
should be a former output of this program.  The default mode is to print
47
 
a line with checksum, a character indicating input mode ('*' for binary,
48
 
space for text), and name for each FILE.
49
 
.SH AUTHOR
50
 
Written by Ulrich Drepper, Scott Miller, and David Madore.
51
 
.SH "REPORTING BUGS"
52
 
Report sha384sum bugs to bug\-coreutils@gnu.org
53
 
.br
54
 
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
55
 
.br
56
 
General help using GNU software: <http://www.gnu.org/gethelp/>
57
 
.br
58
 
Report sha384sum translation bugs to <http://translationproject.org/team/>
59
 
.SH COPYRIGHT
60
 
Copyright \(co 2012 Free Software Foundation, Inc.
61
 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
62
 
.br
63
 
This is free software: you are free to change and redistribute it.
64
 
There is NO WARRANTY, to the extent permitted by law.
65
 
.SH "SEE ALSO"
66
 
The full documentation for
67
 
.B sha384sum
68
 
is maintained as a Texinfo manual.  If the
69
 
.B info
70
 
and
71
 
.B sha384sum
72
 
programs are properly installed at your site, the command
73
 
.IP
74
 
.B info coreutils \(aqsha384sum invocation\(aq
75
 
.PP
76
 
should give you access to the complete manual.