1e4fd252be
... and fix order of sections, add OPTIONS section with a list describing the flags.
18 lines
339 B
Groff
18 lines
339 B
Groff
.Dd January 30, 2015
|
|
.Dt SHA256SUM 1 sbase\-VERSION
|
|
.Os
|
|
.Sh NAME
|
|
.Nm sha256sum
|
|
.Nd compute SHA256 message digest
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Op Fl c
|
|
.Op Ar file ...
|
|
.Sh DESCRIPTION
|
|
Print SHA256 (256-bit) checksums. With no file, read standard input.
|
|
.Sh OPTIONS
|
|
.Bl -tag -width Ds
|
|
.It Fl c
|
|
read list of SHA256 checksums from file and check them
|
|
.El
|