diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-15 14:02:07 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-15 14:09:04 +0200 |
commit | bd47bdaeaeddc3586c88ec1374d2a629186065e6 (patch) | |
tree | 5562c4a0cfb250da1588468895029d9d604f9699 /xsum.1 | |
parent | Generate all C files except common.c and keccaksum.c (diff) | |
download | sha3sum-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 'xsum.1')
-rw-r--r-- | xsum.1 | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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 > |