From: Pádraig Brady Date: Tue, 1 Jul 2025 11:02:08 +0000 (+0100) Subject: doc: remove extraneous double quotes within @samp{} X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab21f2e95e30ee5eb621abd6da716f4453b681a1;p=thirdparty%2Fcoreutils.git doc: remove extraneous double quotes within @samp{} * doc/coreutils.texi (df invocation): @samp{} items are suitably quoted already. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d499767755..b547e18ce9 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12490,10 +12490,10 @@ and available space of all listed devices. If no arguments are specified df will try harder to elide file systems insignificant to the total available space, by suppressing duplicate remote file systems. -For the grand total line, @command{df} prints @samp{"total"} into the -@var{source} column, and @samp{"-"} into the @var{target} column. +For the grand total line, @command{df} prints @samp{total} into the +@var{source} column, and @samp{-} into the @var{target} column. If there is no @var{source} column (see @option{--output}), then -@command{df} prints @samp{"total"} into the @var{target} column, +@command{df} prints @samp{total} into the @var{target} column, if present. @item -t @var{fstype}