From: Jim Meyering Date: Sun, 16 Sep 2001 19:54:53 +0000 (+0000) Subject: Add note to help people understand that this documentation X-Git-Tag: TEXTUTILS-2_0_15~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96c32a549f065b9f88f3d6f48fdbb37af35aaaff;p=thirdparty%2Fcoreutils.git Add note to help people understand that this documentation may not refer to the (shell built-in) command they're running. --- diff --git a/man/echo.x b/man/echo.x index 9c4fa8131d..9631e37801 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 e49a0d5de3..b8d3b16f09 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.