Finish up chroot(1) and md5sum(1)
This commit is contained in:
18
md5sum.1
18
md5sum.1
@@ -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
|
||||
|
Reference in New Issue
Block a user