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

Details

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