* src/truncate.c (usage): Explicitly mention "sparse".
* doc/coreutils.texi (truncate invocation): Likewise.
Addresses https://bugs.gnu.org/36963
@cindex sparse files, creating
@cindex holes, creating files with
If a @var{file} is larger than the specified size, the extra data is lost.
-If a @var{file} is shorter, it is extended and the extended part (or hole)
-reads as zero bytes.
+If a @var{file} is shorter, it is extended and the sparse extended part
+(or hole) reads as zero bytes.
The program accepts the following options. Also see @ref{Common options}.
A FILE argument that does not exist is created.\n\
\n\
If a FILE is larger than the specified size, the extra data is lost.\n\
-If a FILE is shorter, it is extended and the extended part (hole)\n\
+If a FILE is shorter, it is extended and the sparse extended part (hole)\n\
reads as zero bytes.\n\
"), stdout);