summaryrefslogtreecommitdiff
path: root/bin/echo/echo.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:56:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:56:19 +0000
commit4d7169faddcbb9191d6921755ec0f97468b0bf7b (patch)
treeaa07398e935bb07c275f2766f8a1f6e8b2c66bc6 /bin/echo/echo.1
parentc475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (diff)
i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section which we merged with STANDARDS, so i think this is appropriate. it certainly feels better than adding single sentences randomly to the end of text bodies.
Diffstat (limited to 'bin/echo/echo.1')
-rw-r--r--bin/echo/echo.116
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index 0f9ee059215..1d85b79b22b 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: echo.1,v 1.17 2009/01/06 23:29:02 jmc Exp $
+.\" $OpenBSD: echo.1,v 1.18 2009/01/06 23:56:18 jmc Exp $
.\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -60,13 +60,6 @@ The options are as follows:
Do not print the trailing newline character.
.El
.Pp
-.Nm
-also exists as a built-in to
-.Xr csh 1
-and
-.Xr ksh 1 ,
-though with a different syntax.
-.Pp
.Ex -std echo
.Sh SEE ALSO
.Xr csh 1 ,
@@ -82,3 +75,10 @@ specification.
The flag
.Op Fl n
is an extension to that specification.
+.Pp
+.Nm
+also exists as a built-in to
+.Xr csh 1
+and
+.Xr ksh 1 ,
+though with a different syntax.