From: Filipus Klutiero Date: Wed, 7 Aug 2013 08:29:48 +0000 (+0200) Subject: doc: fix typo in description of df X-Git-Tag: v8.22~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d93df1b13844ef6cb4ea650e7f86347762d0e2b;p=thirdparty%2Fcoreutils.git doc: fix typo in description of df * doc/coreutils.texi (df invocation): s/pseude/pseudo/ * THANKS.in (Filipus Klutiero): Remove entry, now that it will be automatically included in the generated THANKS file. Fixes http://bugs.gnu.org/15041 --- diff --git a/THANKS.in b/THANKS.in index f399d77147..9cc15c5f40 100644 --- a/THANKS.in +++ b/THANKS.in @@ -196,7 +196,6 @@ Erik Corry erik@kroete2.freinet.de Felix Lee flee@teleport.com Felix Rauch Valenti frauch@cse.unsw.edu.au Ferdinand fw@scenic.mine.nu -Filipus Klutiero chealer@gmail.com Fletcher Mattox fletcher@cs.utexas.edu Florent Bayle florent@sarcelle.net Florian Schlichting fschlich@cis.fu-berlin.de diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 81bc97f091..5139809b28 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11054,7 +11054,7 @@ for that device with the shortest mount point name in the list of file systems (@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is specified. -With the same logic, @command{df} elides a mount entry of a dummy pseude device +With the same logic, @command{df} elides a mount entry of a dummy pseudo device if there is another mount entry of a real block device for that mount point with the same device number, e.g. the early-boot pseudo file system @samp{rootfs} is not shown per default when already the real root device has been mounted.