summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-14 07:28:39 +0000
committerJim Meyering <jim@meyering.net>2004-05-14 07:28:39 +0000
commitec0c3e624c8c14544c0b96031d8c1d6e2bb85a6d (patch)
treebd6758cd39605ad83087e86d7f0771761672a13b
parentf49007619573f96eb8ab1b0ccd2248e5492a30c1 (diff)
downloadcoreutils-ec0c3e624c8c14544c0b96031d8c1d6e2bb85a6d.tar.xz
Fix typo: s/supercede/supersede/.
-rw-r--r--man/echo.x2
-rw-r--r--man/printf.x3
-rw-r--r--man/pwd.x2
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.
-
diff --git a/man/pwd.x b/man/pwd.x
index b8d3b16f0..c2a094a24 100644
--- a/man/pwd.x
+++ b/man/pwd.x
@@ -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.