Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2023 20:40:41 GMT
From:      =?utf-8?Q?Dag-Erling=20Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 174b9fb5738d - stable/13 - find: Logic nit in man page.
Message-ID:  <202302092040.319KefsD093911@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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