diff options
author | charnier <charnier@FreeBSD.org> | 1998-05-13 07:39:11 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1998-05-13 07:39:11 +0000 |
commit | b0feaf5a6b3a0cc6d14026725a4f968d4ae4b583 (patch) | |
tree | 1b511f040c66e1fe8407f49d8d0f13159c993c14 /bin/echo/echo.1 | |
parent | f60d38b876cfdc40be0ac967d6dba74637753835 (diff) | |
download | FreeBSD-src-b0feaf5a6b3a0cc6d14026725a4f968d4ae4b583.zip FreeBSD-src-b0feaf5a6b3a0cc6d14026725a4f968d4ae4b583.tar.gz |
Correct use of .Nm. Add rcsid.
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 ba0b32b..eca9232 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. |