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

« back to all changes in this revision

Viewing changes to man/sum.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 SUM "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
 
.SH NAME
4
 
sum \- checksum and count the blocks in a file
5
 
.SH SYNOPSIS
6
 
.B sum
7
 
[\fIOPTION\fR]... [\fIFILE\fR]...
8
 
.SH DESCRIPTION
9
 
.\" Add any additional description here
10
 
.PP
11
 
Print checksum and block counts for each FILE.
12
 
.TP
13
 
\fB\-r\fR
14
 
use BSD sum algorithm, use 1K blocks
15
 
.TP
16
 
\fB\-s\fR, \fB\-\-sysv\fR
17
 
use System V sum algorithm, use 512 bytes blocks
18
 
.TP
19
 
\fB\-\-help\fR
20
 
display this help and exit
21
 
.TP
22
 
\fB\-\-version\fR
23
 
output version information and exit
24
 
.PP
25
 
With no FILE, or when FILE is \-, read standard input.
26
 
.SH AUTHOR
27
 
Written by Kayvan Aghaiepour and David MacKenzie.
28
 
.SH "REPORTING BUGS"
29
 
Report sum bugs to bug\-coreutils@gnu.org
30
 
.br
31
 
GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
32
 
.br
33
 
General help using GNU software: <http://www.gnu.org/gethelp/>
34
 
.br
35
 
Report sum translation bugs to <http://translationproject.org/team/>
36
 
.SH COPYRIGHT
37
 
Copyright \(co 2012 Free Software Foundation, Inc.
38
 
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
39
 
.br
40
 
This is free software: you are free to change and redistribute it.
41
 
There is NO WARRANTY, to the extent permitted by law.
42
 
.SH "SEE ALSO"
43
 
The full documentation for
44
 
.B sum
45
 
is maintained as a Texinfo manual.  If the
46
 
.B info
47
 
and
48
 
.B sum
49
 
programs are properly installed at your site, the command
50
 
.IP
51
 
.B info coreutils \(aqsum invocation\(aq
52
 
.PP
53
 
should give you access to the complete manual.