From 4d046202c474d324c2e51953e6f5adc2f35b43c1 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 7 Mar 2021 15:25:15 +0000 Subject: [PATCH] v1/v2 find is different to pwb/v5 find --- usr.bin/find/find.1 | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index abc73ef40f8..9982a50d01b 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.99 2020/08/14 17:44:53 jmc Exp $ +.\" $OpenBSD: find.1,v 1.100 2021/03/07 15:25:15 jsg Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -31,7 +31,7 @@ .\" .\" from: @(#)find.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: August 14 2020 $ +.Dd $Mdocdate: March 7 2021 $ .Dt FIND 1 .Os .Sh NAME @@ -665,10 +665,19 @@ utility arguments if it had preceding or following non-whitespace characters. This version replaces it no matter where in the utility name or arguments it appears. .Sh HISTORY -A +A simple .Nm command appeared in -.At v1 . +.At v1 +and was removed in +.At v3 . +A new +.Nm +command was written for the Programmer's Workbench (PWB) +and appeared in +.At v5 . +It was rewritten for +.Bx 4.3 Reno . .Sh CAVEATS The special characters used by .Nm -- 2.20.1