diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-14 07:28:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-14 07:28:39 +0000 |
commit | ec0c3e624c8c14544c0b96031d8c1d6e2bb85a6d (patch) | |
tree | bd6758cd39605ad83087e86d7f0771761672a13b /man | |
parent | f49007619573f96eb8ab1b0ccd2248e5492a30c1 (diff) | |
download | coreutils-ec0c3e624c8c14544c0b96031d8c1d6e2bb85a6d.tar.xz |
Fix typo: s/supercede/supersede/.
Diffstat (limited to 'man')
-rw-r--r-- | man/echo.x | 2 | ||||
-rw-r--r-- | man/printf.x | 3 | ||||
-rw-r--r-- | man/pwd.x | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/man/echo.x b/man/echo.x index 9631e3780..f6f0549f0 100644 --- a/man/echo.x +++ b/man/echo.x @@ -1,6 +1,6 @@ [NAME] echo \- display a line of text [DESCRIPTION] -NOTE: your shell may have its own version of echo which will supercede +NOTE: your shell may have its own version of echo which will supersede the version described here. Please refer to your shell's documentation for details about the options it supports. diff --git a/man/printf.x b/man/printf.x index 2e0ded368..a81b9378c 100644 --- a/man/printf.x +++ b/man/printf.x @@ -1,7 +1,6 @@ [NAME] printf \- format and print data [DESCRIPTION] -NOTE: your shell may have its own version of printf which will supercede +NOTE: your shell may have its own version of printf which will supersede the version described here. Please refer to your shell's documentation for details about the options it supports. - @@ -1,6 +1,6 @@ [NAME] pwd \- print name of current/working directory [DESCRIPTION] -NOTE: your shell may have its own version of pwd which will supercede +NOTE: your shell may have its own version of pwd which will supersede the version described here. Please refer to your shell's documentation for details about the options it supports. |