Finish up chroot(1) and md5sum(1)

This commit is contained in:
FRIGN
2015-01-31 23:54:23 +01:00
parent 4769b47dd7
commit bcf264f9cd
5 changed files with 24 additions and 14 deletions

View File

@@ -1,17 +1,27 @@
.Dd January 30, 2015
.Dd January 31, 2015
.Dt MD5SUM 1
.Os sbase
.Sh NAME
.Nm md5sum
.Nd compute MD5 message digest
.Nd compute or check MD5 checksums
.Sh SYNOPSIS
.Nm
.Op Fl c
.Op Ar file ...
.Sh DESCRIPTION
Print MD5 (128-bit) checksums. With no file, read standard input.
.Nm
writes an MD5 (128-bit) checksum of each
.Ar file
to stdout.
If no
.Ar file
is given
.Nm
reads from stdin.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl c
read list of MD5 checksums from file and check them
Read list of MD5 checksums from each
.Ar file
and check them.
.El