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

« back to all changes in this revision

Viewing changes to man/sha224sum.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

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 SHA224SUM "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH SHA224SUM "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
sha224sum \- compute and check SHA224 message digest
5
5
.SH SYNOPSIS
17
17
\fB\-c\fR, \fB\-\-check\fR
18
18
read SHA224 sums from the FILEs and check them
19
19
.TP
 
20
\fB\-\-tag\fR
 
21
create a BSD\-style checksum
 
22
.TP
20
23
\fB\-t\fR, \fB\-\-text\fR
21
24
read in text mode (default)
22
25
.SS "The following three options are useful only when verifying checksums:"
41
44
.PP
42
45
The sums are computed as described in RFC 3874.  When checking, the input
43
46
should be a former output of this program.  The default mode is to print
44
 
a line with checksum, a character indicating type (`*' for binary, ` ' for
45
 
text), and name for each FILE.
 
47
a line with checksum, a character indicating input mode ('*' for binary,
 
48
space for text), and name for each FILE.
46
49
.SH AUTHOR
47
50
Written by Ulrich Drepper, Scott Miller, and David Madore.
48
51
.SH "REPORTING BUGS"
54
57
.br
55
58
Report sha224sum translation bugs to <http://translationproject.org/team/>
56
59
.SH COPYRIGHT
57
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
60
Copyright \(co 2012 Free Software Foundation, Inc.
58
61
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
59
62
.br
60
63
This is free software: you are free to change and redistribute it.