From bbb06bdbe233eee1e174b1d1f36358057cc48f3e Mon Sep 17 00:00:00 2001
From: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
Date: Mon, 10 Feb 2020 00:06:32 +0100
Subject: [PATCH] find.1: fix grammar issue in the description of -P

* find/find.1 (-P): Add "about".
Fixes https://savannah.gnu.org/bugs/?57775

Copyright-paperwork-exempt: Yes
---
 find/find.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/find/find.1 b/find/find.1
index 0fdb8092..0d586a80 100644
--- a/find/find.1
+++ b/find/find.1
@@ -71,7 +71,7 @@ generally safer if you use wildcards in the list of start points).
 .IP \-P
 Never follow symbolic links.  This is the default behaviour.  When
 .B find
-examines or prints information a file, and the file is a symbolic
+examines or prints information about files, and the file is a symbolic
 link, the information used shall be taken from the properties of the
 symbolic link itself.
 
-- 
2.25.0

