The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=14ebab25e1231decd80a64194e9028a9ada8d6e6
commit 14ebab25e1231decd80a64194e9028a9ada8d6e6 Author: Dag-Erling Smørgrav <d...@freebsd.org> AuthorDate: 2023-01-24 08:53:35 +0000 Commit: Dag-Erling Smørgrav <d...@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