From ab21f2e95e30ee5eb621abd6da716f4453b681a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Tue, 1 Jul 2025 12:02:08 +0100 Subject: [PATCH] doc: remove extraneous double quotes within @samp{} * doc/coreutils.texi (df invocation): @samp{} items are suitably quoted already. --- doc/coreutils.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.47.3