aboutsummaryrefslogtreecommitdiffstats
path: root/xsum.1
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-15 14:02:07 +0200
committerMattias Andrée <maandree@kth.se>2017-10-15 14:09:04 +0200
commitbd47bdaeaeddc3586c88ec1374d2a629186065e6 (patch)
tree5562c4a0cfb250da1588468895029d9d604f9699 /xsum.1
parentGenerate all C files except common.c and keccaksum.c (diff)
downloadsha3sum-bd47bdaeaeddc3586c88ec1374d2a629186065e6.tar.gz
sha3sum-bd47bdaeaeddc3586c88ec1374d2a629186065e6.tar.bz2
sha3sum-bd47bdaeaeddc3586c88ec1374d2a629186065e6.tar.xz
Improve the code
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--xsum.114
1 files changed, 12 insertions, 2 deletions
diff --git a/xsum.1 b/xsum.1
index 1d29964..bd7c64f 100644
--- a/xsum.1
+++ b/xsum.1
@@ -8,9 +8,9 @@ xsum - Compute and check Xsum message digests
.IR rate ]
[-C
.IR capacity ]
-[(-N | -O)
+[-N
.IR output-size ]
-[(-S | -B)
+[-S
.IR state-size ]
[-W
.IR word-size ]
@@ -68,6 +68,16 @@ Change the word size.
.TP
.BI -Z\ squeeze-count
Change the number of squeezes that is performed.
+.SH EXIT STATUS
+.TP
+0
+Successful completion.
+.TP
+1
+Checksums did not match or a file did not exist.
+.TP
+2
+An error occurrsed.
.SH AUTHORS
Mattias Andrée
.RI < maandree@kth.se >