diff options
author | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
commit | 713dd62834d401cc7b9b394a4b916ab9e5e3d4d5 (patch) | |
tree | 697ce44b4cebcd3432c5b00049fc0a58ac8d3742 /bin/echo | |
parent | e45752d185f905fa5c6f91dd4d4622f62c6246f7 (diff) | |
download | FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.zip FreeBSD-src-713dd62834d401cc7b9b394a4b916ab9e5e3d4d5.tar.gz |
Various spelling/formatting changes.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'bin/echo')
-rw-r--r-- | bin/echo/echo.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index eca9232..765c143 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: echo.1,v 1.5 1997/02/22 14:03:05 peter Exp $ +.\" $Id: echo.1,v 1.6 1998/05/13 07:39:07 charnier Exp $ .\" .Dd July 22, 1993 .Dt ECHO 1 @@ -59,7 +59,7 @@ 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 +.Sh DIAGNOSTICS The .Nm utility exits 0 on success, and >0 if an error occurs. |