Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2021 18:32:38 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a9275d996c22 - main - ls(1): Refine the HISTORY within the manual page.
Message-ID:  <202103131832.12DIWcZi034221@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=a9275d996c229a30879baa42a6d02d24663ac43b

commit a9275d996c229a30879baa42a6d02d24663ac43b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-03-13 18:28:26 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-03-13 18:28:26 +0000

    ls(1): Refine the HISTORY within the manual page.
    
    A simple find command appeared in VersionĀ 1 AT&T UNIX and was removed in
    VersionĀ 3 AT&T UNIX. It was rewritten for VersionĀ 5 AT&T UNIX and later
    be enhanced for the Programmer's Workbench (PWB). These changes were
    later incorporated in AT&T UNIX v7.
    
    Reviewed by:    imp
    MFC after:      1 week
---
 usr.bin/find/find.1 | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 43b1262352a6..0c5c113479a3 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -31,7 +31,7 @@
 .\"	@(#)find.1	8.7 (Berkeley) 5/9/95
 .\" $FreeBSD$
 .\"
-.Dd February 23, 2021
+.Dd March 13, 2021
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -1071,10 +1071,17 @@ and
 .Xr sed 1
 options.
 .Sh HISTORY
-A
+A simple
 .Nm
 command appeared in
-.At v1 .
+.At v1
+and was removed in
+.At v3 .
+It was rewritten for
+.At v5
+and later be enhanced for the Programmer's Workbench (PWB).
+These changes were later incorporated in
+.At v7.
 .Sh BUGS
 The special characters used by
 .Nm



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