diff options
| author | Kim Thor <kim@thor.nu> | 2020-04-17 08:40:53 +0200 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-04-17 08:52:24 +0200 |
| commit | 44e995915f35b7f85e65a1fd7a8a4919b94b6e87 (patch) | |
| tree | 2b4662fa2469d0de62bfda7158a7c17e63ea8475 | |
| parent | e6149e40143d1e77d4b32410daa5a0f2977a8214 (diff) | |
| download | findutils-44e99591.tar.gz | |
xargs.1: fix grammar issue
* xargs/xargs.1 (BUGS): Remove extra "the".
Fixes https://sv.gnu.org/bugs/?58193
Copyright-paperwork-exempt: Yes
| -rw-r--r-- | xargs/xargs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xargs/xargs.1 b/xargs/xargs.1 index 8382703..2ad5555 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -465,7 +465,7 @@ because it doesn't use the .B \-i option. The second invocation of .B xargs -does have such a limit, but we have ensured that the it never encounters +does have such a limit, but we have ensured that it never encounters a line which is longer than it can handle. This is not an ideal solution. Instead, the .B \-i |
