git: 6561c0eceb9a - main - diff: Improve history section.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Mar 2024 02:59:47 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=6561c0eceb9a504f8b755e991bc5e6ac0c803007
commit 6561c0eceb9a504f8b755e991bc5e6ac0c803007
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2024-03-19 02:59:00 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-03-19 02:59:00 +0000
diff: Improve history section.
Reviewed by: gbe
Differential Revision: https://reviews.freebsd.org/D44409
---
usr.bin/diff/diff.1 | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1
index 29ee32cb8d2b..1df2d5f8081f 100644
--- a/usr.bin/diff/diff.1
+++ b/usr.bin/diff/diff.1
@@ -750,10 +750,12 @@ command appeared in
.At v6 .
The
.Nm
-implimentation in
-.Fx 1.0
-until
-.Fx 11.4
-was GNU diff. This was replaced in
+implementation used in
+.Fx
+was GNU diff until
+.Fx 11.4 .
+This was replaced in
.Fx 12.0
-by a BSD licensed diff implimentation. Some GNU'isms were lost in process.
+by a BSD-licensed implementation written by
+.An Todd Miller .
+Some GNUisms were lost in the process.