summaryrefslogtreecommitdiff
path: root/static/v10/man1/sum.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man1/sum.1')
-rw-r--r--static/v10/man1/sum.131
1 files changed, 31 insertions, 0 deletions
diff --git a/static/v10/man1/sum.1 b/static/v10/man1/sum.1
new file mode 100644
index 00000000..93ac4b3f
--- /dev/null
+++ b/static/v10/man1/sum.1
@@ -0,0 +1,31 @@
+.pa 1
+.he 'SUM (I)'3/15/72'SUM (I)'
+.ti 0
+NAME sum -- sum file
+.sp
+.ti 0
+SYNOPSIS sum___ name\d1\u ...
+.sp
+.ti 0
+DESCRIPTION sum___
+sums the contents of the bytes (mod 2^16) of
+one or more files and prints the answer in octal.
+A separate sum is printed for each file specified,
+along with the number of whole or partial
+512-byte blocks read.
+
+In practice, sum___ is often used to verify that
+all of a special file can be read without error.
+.sp
+.ti 0
+FILES none
+.sp
+.ti 0
+SEE ALSO --
+.sp
+.ti 0
+DIAGNOSTICS "oprd" if the file cannot be
+opened; "?" if an error is discovered during the read.
+.sp
+.ti 0
+BUGS none