Update *sum(1)-manpages and mark them as finished and audited
Now that -c behaves correctly, the tools are pretty much done. Only the manpages were not clear enough what happens when you specify the c-flag. This is fixed now.
This commit is contained in:
11
md5sum.1
11
md5sum.1
@@ -1,16 +1,16 @@
|
||||
.Dd January 31, 2015
|
||||
.Dd March 1, 2015
|
||||
.Dt MD5SUM 1
|
||||
.Os sbase
|
||||
.Sh NAME
|
||||
.Nm md5sum
|
||||
.Nd compute or check MD5 checksums
|
||||
.Nd compute or check MD5 message digests
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl c
|
||||
.Op Ar file ...
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
writes an MD5 (128-bit) checksum of each
|
||||
writes MD5 (128-bit) checksums of each
|
||||
.Ar file
|
||||
to stdout.
|
||||
If no
|
||||
@@ -24,4 +24,9 @@ reads from stdin.
|
||||
Read list of MD5 checksums from each
|
||||
.Ar file
|
||||
and check them.
|
||||
If no
|
||||
.Ar file
|
||||
is given
|
||||
.Nm
|
||||
reads from stdin.
|
||||
.El
|
||||
|
Reference in New Issue
Block a user