diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2018-11-14 22:48:22 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2018-11-14 22:48:22 +0100 |
| commit | e3fc99dbda0f56933fe9f5c003777592d4a6c551 (patch) | |
| tree | 6dd1a9b25468f98da52f186c9bc2dee60eedb0c6 | |
| parent | 815c737b424ac1d300a2b13913e80cf5365a7e51 (diff) | |
| download | findutils-e3fc99dbda0f.tar.gz | |
doc: fix grammar issue in texinfo manual
* doc/find.texi (Systems without O_NOFOLLOW): Remove superfluous 'the'.
Reported by Martin Castillo in https://sv.gnu.org/bugs/?55022
| -rw-r--r-- | doc/find.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/find.texi b/doc/find.texi index fda89e9..6ef16ee 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -5221,7 +5221,7 @@ to move to, issues the @code{chdir()} system call, and then checks that it has ended up in the subdirectory it expected. If all is as expected, processing continues as normal. However, there are two main reasons why the directory might change: the use of an automounter and -the someone removing the old directory and replacing it with something +someone removing the old directory and replacing it with something else while @code{find} is trying to descend into it. Where a filesystem ``automounter'' is in use it can be the case that |
