summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-16 19:54:53 +0000
committerJim Meyering <jim@meyering.net>2001-09-16 19:54:53 +0000
commit96c32a549f065b9f88f3d6f48fdbb37af35aaaff (patch)
tree7224d7100dd391d7cad9a7a0db45b58a5152be01 /man
parent4b44b870dea47708783d4a038f80590665bd2021 (diff)
downloadcoreutils-96c32a549f065b9f88f3d6f48fdbb37af35aaaff.tar.xz
Add note to help people understand that this documentation
may not refer to the (shell built-in) command they're running.
Diffstat (limited to 'man')
-rw-r--r--man/echo.x4
-rw-r--r--man/pwd.x4
2 files changed, 6 insertions, 2 deletions
diff --git a/man/echo.x b/man/echo.x
index 9c4fa8131..9631e3780 100644
--- a/man/echo.x
+++ b/man/echo.x
@@ -1,4 +1,6 @@
[NAME]
echo \- display a line of text
[DESCRIPTION]
-.\" Add any additional description here
+NOTE: your shell may have its own version of echo which will supercede
+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 e49a0d5de..b8d3b16f0 100644
--- a/man/pwd.x
+++ b/man/pwd.x
@@ -1,4 +1,6 @@
[NAME]
pwd \- print name of current/working directory
[DESCRIPTION]
-.\" Add any additional description here
+NOTE: your shell may have its own version of pwd which will supercede
+the version described here. Please refer to your shell's documentation
+for details about the options it supports.