Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 17:32:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276560] [patch] use md5sum in last example of md5(1)
Message-ID:  <bug-276560-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276560

            Bug ID: 276560
           Summary: [patch] use md5sum in last example of md5(1)
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Manual Pages
          Assignee: bugs@FreeBSD.org
          Reporter: bsdcode@disroot.org
                CC: doc@FreeBSD.org

Created attachment 247894
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247894&action=
=3Dedit
fix last example

The last example in the manpage md5(1) wants to demonstrate GNU mode (md5su=
m)
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.

        $ md5 -c digest /boot/loader.conf
        /boot/loader.conf: OK

Patch replaces "md5" with "md5sum" above.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276560-227>