HomeFreeBSD

md5.1: Fix an example

Description

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
Differential Revision: https://reviews.freebsd.org/D44098

(cherry picked from commit 865baeaf1abeb14327ad6a4a1f8ce722e242ff73)

Details

Provenance
Stefan Schlosser <bsdcode@disroot.org>Authored on Feb 28 2024, 8:31 AM
gbeCommitted on Mar 3 2024, 5:49 PM
Reviewer
mhorne
Differential Revision
D44098: Fix md5.1 example
Parents
rGee0ffe0e3e36: nvmecontrol.8: Fix the SYNOPSIS section
Branches
Unknown
Tags
Unknown
Reverted By
rG1975c745e3ac: Revert "md5.1: Fix an example"