[Bug 276560] [patch] use md5sum in last example of md5(1)

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 12 Mar 2024 14:45:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276560

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f3343fe4a64fe6a25b4e09ab9061a45f82e5abc1

commit f3343fe4a64fe6a25b4e09ab9061a45f82e5abc1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-12 14:44:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-12 14:44:48 +0000

    md5.1: Fix the GNU mode example when using a digest file

    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, des
    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.