git: 174b9fb5738d - stable/13 - find: Logic nit in man page.

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Thu, 09 Feb 2023 20:40:41 UTC
The branch stable/13 has been updated by des:

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

commit 174b9fb5738d2da0ddef191d525bbf754db7079a
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2023-01-24 08:53:35 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2023-02-09 20:32:56 +0000

    find: Logic nit in man page.
    
    Arguments follow primaries, not the other way around.
    
    MFC after:      1 week
    Sponsored by:   Klara, Inc.
    
    Reviewed by:    markj
    Differential Revision:  https://reviews.freebsd.org/D38173
    
    (cherry picked from commit 14ebab25e1231decd80a64194e9028a9ada8d6e6)
---
 usr.bin/find/find.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index 482e48aa607d..2b9275d5aee3 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 August 2, 2022
+.Dd January 23, 2023
 .Dt FIND 1
 .Os
 .Sh NAME
@@ -67,7 +67,7 @@ of each file in the tree.
 The options are as follows:
 .Bl -tag -width indent
 .It Fl E
-Interpret regular expressions followed by
+Interpret regular expressions following the
 .Ic -regex
 and
 .Ic -iregex