git: 1975c745e3ac - stable/14 - Revert "md5.1: Fix an example"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Mar 2024 08:33:32 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=1975c745e3ac9b623f0ccc58b343328262c691b9
commit 1975c745e3ac9b623f0ccc58b343328262c691b9
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-06 08:33:19 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-06 08:33:19 +0000
Revert "md5.1: Fix an example"
This reverts commit 38a5635de99f3a3ab5f6ec07d2896ee7ffdb8826.
---
sbin/md5/md5.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1
index 88b795da74b1..0a8dc46f3b1f 100644
--- a/sbin/md5/md5.1
+++ b/sbin/md5/md5.1
@@ -1,4 +1,4 @@
-.Dd February 28, 2024
+.Dd February 13, 2024
.Dt MD5 1
.Os
.Sh NAME
@@ -367,7 +367,7 @@ for
.Pa /boot/loader.conf
in the example above.
.Bd -literal -offset indent
-$ md5sum -c digest /boot/loader.conf
+$ md5 -c digest /boot/loader.conf
/boot/loader.conf: OK
.Ed
.Pp