[Bug 276560] [patch] use md5sum in last example of md5(1)
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276560] [patch] use md5sum in last example of md5(1)"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Feb 2024 08:32:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276560 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=865baeaf1abeb14327ad6a4a1f8ce722e242ff73 commit 865baeaf1abeb14327ad6a4a1f8ce722e242ff73 Author: Stefan Schlosser <bsdcode@disroot.org> AuthorDate: 2024-02-28 08:31:28 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-02-28 08:31:28 +0000 md5.1: Fix an example The last example in the manpage md5(1) wants to demonstrate GNU mode (md5sum), but uses BSD mode (md5) instead: In GNU mode, the -c option does not compare against a hash string passed as parameter. Instead, it expects a digest file, as created under the name digest for /boot/loader.conf in the example above. PR: 276560 Reviewed by: mhorne MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D44098 sbin/md5/md5.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.