]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: fix typo in description of df
authorFilipus Klutiero <chealer@gmail.com>
Wed, 7 Aug 2013 08:29:48 +0000 (10:29 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Wed, 7 Aug 2013 10:43:27 +0000 (12:43 +0200)
* 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

THANKS.in
doc/coreutils.texi

index f399d77147e65836d73baaef8a41a1dd2bb1c932..9cc15c5f40c6cc69b8d6d461a5c04cf828c289c9 100644 (file)
--- 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
index 81bc97f0914bc4f4ec607419e038c6088c750858..5139809b284265fe1606bea3bb103f82731904af 100644 (file)
@@ -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.