Sorry, this has to be read as, find(1): Refine the HISTORY within the manual page.
--Gordon On Sat, Mar 13, 2021 at 06:32:38PM +0000, Gordon Bergling wrote: > The branch main has been updated by gbe (doc committer): > > URL: > https://cgit.FreeBSD.org/src/commit/?id=a9275d996c229a30879baa42a6d02d24663ac43b > > commit a9275d996c229a30879baa42a6d02d24663ac43b > Author: Gordon Bergling <[email protected]> > AuthorDate: 2021-03-13 18:28:26 +0000 > Commit: Gordon Bergling <[email protected]> > 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 > _______________________________________________ > [email protected] mailing list > https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main > To unsubscribe, send any mail to > "[email protected]" -- _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
