From 14ebab25e1231decd80a64194e9028a9ada8d6e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 24 Jan 2023 09:53:35 +0100 Subject: [PATCH] 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