mirror of git://git.suckless.org/sbase
18 lines
331 B
Groff
18 lines
331 B
Groff
.Dd January 30, 2015
|
|
.Dt SHA512SUM 1
|
|
.Os sbase
|
|
.Sh NAME
|
|
.Nm sha512sum
|
|
.Nd compute SHA512 message digest
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl c
|
|
.Op Ar file ...
|
|
.Sh DESCRIPTION
|
|
Print SHA512 (512-bit) checksums. With no file, read standard input.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width Ds
|
|
.It Fl c
|
|
Read list of SHA512 checksums from file and check them.
|
|
.El
|