The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ccd9a87e56ff3333435a9b5b9a50b5d60f1691d9
commit ccd9a87e56ff3333435a9b5b9a50b5d60f1691d9 Author: Gordon Bergling <[email protected]> AuthorDate: 2021-08-14 12:48:39 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2021-08-19 07:33:21 +0000 md5(1): Fix a typo in the manual page - s/compatibilty/compatibility/ (cherry picked from commit 0d71cea832f4b6e1db9d28d3ca393682d577b43e) --- sbin/md5/md5.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1 index f91e0b759dc7..8cef5650b7c1 100644 --- a/sbin/md5/md5.1 +++ b/sbin/md5/md5.1 @@ -180,7 +180,7 @@ d80bf36c332dc0fdc479366ec3fa44cd /etc/rc.conf .Pd The .Nm -sum -variants put 2 blank characters between hash and file name for full compatibilty +variants put 2 blank characters between hash and file name for full compatibility with the coreutils versions of these commands. .Ed .Pp _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
