diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-13 07:39:11 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-05-13 07:39:11 +0000 |
| commit | 95d0bf655674964e7fd93c8984b2249968dcce8d (patch) | |
| tree | 6425845a9a838fed7771f464d5419c931143a69d /bin/echo/echo.1 | |
| parent | d072138a0a21d8f478d22bb0bbadcad113fe3e70 (diff) | |
Notes
Diffstat (limited to 'bin/echo/echo.1')
| -rw-r--r-- | bin/echo/echo.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index ba0b32b000b0..eca92324961b 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)echo.1 8.1 (Berkeley) 7/22/93 -.\" $Id$ +.\" $Id: echo.1,v 1.5 1997/02/22 14:03:05 peter Exp $ .\" .Dd July 22, 1993 .Dt ECHO 1 @@ -47,7 +47,7 @@ .Op "string ..." .Sh DESCRIPTION The -.Nm echo +.Nm utility writes any specified operands, separated by single blank (`` '') characters and followed by a newline (``\en'') character, to the standard output. @@ -61,13 +61,13 @@ by iBCS2 compatible systems. .El .Pp The -.Nm echo +.Nm utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr printf 1 .Sh STANDARDS The -.Nm echo +.Nm utility is expected to be .St -p1003.2 compatible. |
