diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-16 19:54:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-16 19:54:53 +0000 |
commit | 96c32a549f065b9f88f3d6f48fdbb37af35aaaff (patch) | |
tree | 7224d7100dd391d7cad9a7a0db45b58a5152be01 /man/echo.x | |
parent | 4b44b870dea47708783d4a038f80590665bd2021 (diff) | |
download | coreutils-96c32a549f065b9f88f3d6f48fdbb37af35aaaff.tar.gz coreutils-96c32a549f065b9f88f3d6f48fdbb37af35aaaff.tar.bz2 coreutils-96c32a549f065b9f88f3d6f48fdbb37af35aaaff.zip |
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/echo.x')
-rw-r--r-- | man/echo.x | 4 |
1 files changed, 3 insertions, 1 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. |