~ubuntu-branches/ubuntu/lucid/coreutils/lucid-updates

« back to all changes in this revision

Viewing changes to man/sha512sum.1

  • Committer: Bazaar Package Importer
  • Author(s): Michael Stone
  • Date: 2009-02-22 12:36:29 UTC
  • mto: (1.2.1 upstream) (5.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20090222123629-nqyzcikzk591uza2
Tags: upstream-7.1
ImportĀ upstreamĀ versionĀ 7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH SHA512SUM "1" "May 2008" "GNU coreutils 6.12" "User Commands"
 
2
.TH SHA512SUM "1" "February 2009" "GNU coreutils 7.1" "User Commands"
3
3
.SH NAME
4
4
sha512sum \- compute and check SHA512 message digest
5
5
.SH SYNOPSIS
6
6
.B sha512sum
7
 
[\fIOPTION\fR] [\fIFILE\fR]...
 
7
[\fIOPTION\fR]... [\fIFILE\fR]...
8
8
.SH DESCRIPTION
9
9
.\" Add any additional description here
10
10
.PP
19
19
.TP
20
20
\fB\-t\fR, \fB\-\-text\fR
21
21
read in text mode (default)
22
 
.SS "The following two options are useful only when verifying checksums:"
 
22
.SS "The following three options are useful only when verifying checksums:"
 
23
.TP
 
24
\fB\-\-quiet\fR
 
25
don't print OK for each successfully verified file
23
26
.TP
24
27
\fB\-\-status\fR
25
28
don't output anything, status code shows success
40
43
.SH AUTHOR
41
44
Written by Ulrich Drepper, Scott Miller, and David Madore.
42
45
.SH "REPORTING BUGS"
43
 
Report bugs to <bug\-coreutils@gnu.org>.
 
46
Report sha512sum bugs to bug\-coreutils@gnu.org
 
47
.br
 
48
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
 
49
.br
 
50
General help using GNU software: <http://www.gnu.org/gethelp/>
44
51
.SH COPYRIGHT
45
 
Copyright \(co 2008 Free Software Foundation, Inc.
46
 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 
52
Copyright \(co 2009 Free Software Foundation, Inc.
 
53
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
47
54
.br
48
55
This is free software: you are free to change and redistribute it.
49
56
There is NO WARRANTY, to the extent permitted by law.
56
63
.B sha512sum
57
64
programs are properly installed at your site, the command
58
65
.IP
59
 
.B info coreutils 'sha512sum invocation'
 
66
.B info coreutils \(aqsha512sum invocation\(aq
60
67
.PP
61
68
should give you access to the complete manual.