diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-09-08 15:40:46 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-09-08 15:40:46 +0000 |
| commit | c644db6aa2307baa08e3b3e7143b20cf12d7aaa1 (patch) | |
| tree | 450c1984c59205f991b47c9161042ddd5e9ae260 /bin/echo | |
| parent | 518dee7dbbc81ff945a452d9710e98c4e2d600e4 (diff) | |
Notes
Diffstat (limited to 'bin/echo')
| -rw-r--r-- | bin/echo/echo.1 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index 1636b7d90e75..515cff0ead52 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -59,12 +59,22 @@ Do not print the trailing newline character. This may also be achieved by appending `\ec' to the end of the string, as is done by iBCS2 compatible systems. .El +.Pp +Some shells may provide a builtin +.Nm +command which is similar or identical to this utility. Consult +the +.Xr builtin 1 +manual page. .Sh DIAGNOSTICS The .Nm utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO -.Xr printf 1 +.Xr builtin 1 , +.Xr csh 1 , +.Xr printf 1 , +.Xr sh 1 .Sh STANDARDS The .Nm |
