diff options
| author | Tobias Stoeckmann <tobias@stoeckmann.org> | 2021-12-30 13:49:47 +0100 |
|---|---|---|
| committer | Tobias Stoeckmann <tobias@stoeckmann.org> | 2021-12-30 13:49:47 +0100 |
| commit | dbb2fb39064f192b2faae1a515dfe5c55fa02526 (patch) | |
| tree | 92f15a62aa63e6ddee50e1cf7f8008433754dd0b /text-utils | |
| parent | 312b64d9d1cedeac8d926cc503ffb4fbe023ade0 (diff) | |
| download | util-linux-dbb2fb39064f192b2faae1a515dfe5c55fa02526.tar.gz | |
Fix wording in comments and documentation
No functional change involved.
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'text-utils')
| -rw-r--r-- | text-utils/rev.1.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/rev.1.adoc b/text-utils/rev.1.adoc index 6c9469198..fbef783f4 100644 --- a/text-utils/rev.1.adoc +++ b/text-utils/rev.1.adoc @@ -52,7 +52,7 @@ rev - reverse lines characterwise The *rev* utility copies the specified files to standard output, reversing the order of characters in every line. If no files are specified, standard input is read. -This utility is a line-oriented tool and it uses in-memory allocated buffer for a whole wide-char line. If the input file is huge and without line breaks than allocate the memory for the file may be unsuccessful. +This utility is a line-oriented tool and it uses in-memory allocated buffer for a whole wide-char line. If the input file is huge and without line breaks then allocating the memory for the file may be unsuccessful. == OPTIONS |
