From 02f678a350f90b4be572486613f186c75d4008ee Mon Sep 17 00:00:00 2001 From: Michael Witten Date: Wed, 22 Apr 2015 15:07:02 +0000 Subject: [PATCH] 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. --- doc/coreutils.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/coreutils.texi b/doc/coreutils.texi index fa1592c97c..51d96b466f 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 -- 2.47.2