]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix grammar issue in truncate info
authorMichael Witten <mfwitten@gmail.com>
Wed, 22 Apr 2015 15:07:02 +0000 (15:07 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 23 Apr 2015 19:13:50 +0000 (20:13 +0100)
* doc/coreutils.texi (truncate invocation): The word 'their' is
incorrect; 'each file' is the antecedent, and is singular,
so 'its' is the correct pronoun.

doc/coreutils.texi

index fa1592c97cfde609f0610300e7a4f0688927de04..51d96b466fe47a2533a4076ae369cd9dffa722d0 100644 (file)
@@ -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