diff options
author | Michael Witten <mfwitten@gmail.com> | 2015-04-22 15:07:02 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-04-23 20:13:50 +0100 |
commit | 02f678a350f90b4be572486613f186c75d4008ee (patch) | |
tree | 06b5eafe98cbee4c63da9efbd49c76e306c460a3 | |
parent | 1018d6a7e8f92a9abc876843de2181ff61841d79 (diff) | |
download | coreutils-02f678a350f90b4be572486613f186c75d4008ee.tar.xz |
doc: fix grammar issue in truncate info
* doc/coreutils.texi (truncate invocation): The word 'their' is
incorrect; 'each file' is the antecedent, and is singular,
so 'its' is the correct pronoun.
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index fa1592c97..51d96b466 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11842,7 +11842,7 @@ Set or adjust the size of each @var{file} according to @var{size}. @multiplierSuffixesNoBlocks{size} @var{size} may also be prefixed by one of the following to adjust -the size of each @var{file} based on their current size: +the size of each @var{file} based on its current size: @example @samp{+} => extend by @samp{-} => reduce by |