diff options
| author | Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com> | 2020-02-10 00:06:32 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-02-10 18:55:23 +0100 |
| commit | ed1496f176fe7e181603d9f4495ea3aff9d8dd4e (patch) | |
| tree | 8123f3ea11a0fc388c12c202387353e6bc55849a | |
| parent | 2f9fff9e1f0c0b7a9034d7c46ca197ce693c4736 (diff) | |
| download | findutils-ed1496f176f.tar.gz | |
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
| -rw-r--r-- | find/find.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find/find.1 b/find/find.1 index 0fdb809..0d586a8 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. |
