Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 08:53:59 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-main@FreeBSD.org
Subject:   git: 14ebab25e123 - main - find: Logic nit in man page.
Message-ID:  <202301240853.30O8rxND035835@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by des:

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

commit 14ebab25e1231decd80a64194e9028a9ada8d6e6
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-01-24 08:53:35 +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
---
 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?202301240853.30O8rxND035835>