diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-12-14 10:45:21 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-12-14 10:45:21 +0100 |
commit | 9c506806fa3904fba60d9f67f381cf90fe6f1e69 (patch) | |
tree | 7963e4f60a2d6be10d553cdea76f6b9ae68d6721 /doc | |
parent | 4f62d2fe28abe9d7b59b2fc50b59db4d8f2a3853 (diff) | |
download | coreutils-9c506806fa3904fba60d9f67f381cf90fe6f1e69.tar.xz |
maint: fix typos found by misspellings
* doc/coreutils.texi (df invocation): s/occurence/occurrence/.
* tests/df/skip-rootfs.sh: s/supressed/suppressed/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 21400adb6..5f8fad774 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -10601,8 +10601,9 @@ Normally the disk space is printed in units of Non-integer quantities are rounded up to the next higher unit. For bind mounts and without arguments, @command{df} only outputs the statistics -for the first occurence of that device in the list of file systems (@var{mtab}), -i.e., it hides duplicate entries, unless the @option{-a} option is specified. +for the first occurrence of that device in the list of file systems +(@var{mtab}), i.e., it hides duplicate entries, unless the @option{-a} option is +specified. By default, @command{df} omits the early-boot pseudo file system type @samp{rootfs}, unless the @option{-a} option is specified or that file system |