From 96c32a549f065b9f88f3d6f48fdbb37af35aaaff Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 16 Sep 2001 19:54:53 +0000 Subject: Add note to help people understand that this documentation may not refer to the (shell built-in) command they're running. --- man/echo.x | 4 +++- man/pwd.x | 4 +++- 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. -- cgit v1.2.3-54-g00ecf