The branch main has been updated by se: URL: https://cgit.FreeBSD.org/src/commit/?id=84f35b6f86efd004a8f25ef6eecea0f5d02733c4
commit 84f35b6f86efd004a8f25ef6eecea0f5d02733c4 Author: Stefan Eßer <[email protected]> AuthorDate: 2021-06-19 11:27:16 +0000 Commit: Stefan Eßer <[email protected]> CommitDate: 2021-06-19 11:27:16 +0000 sbin/md5: add md5sum to synopsis in the man-page When invoked with "sum" following the hash name, the -c option takes a file argument, not a string argument. --- sbin/md5/md5.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index c154c4788f8d..04f13339e533 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.Dd May 19, 2021 +.Dd June 19, 2021 .Dt MD5 1 .Os .Sh NAME @@ -14,6 +14,11 @@ .Op Fl c Ar string .Op Fl s Ar string .Op Ar +.Nm md5sum +.Op Fl pqrtx +.Op Fl c Ar file +.Op Fl s Ar string +.Op Ar .Pp (All other hashes have the same options and usage.) .Sh DESCRIPTION _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
