summaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:29:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-01-06 23:29:04 +0000
commitc033464f8e45114bf54e0cb34b225445e2227ed2 (patch)
tree091602dad74d91921856bdbbb69a62051a766abb /bin/echo
parent1bdb295fcd579a294accd1e9cd5a343c2f4e1d92 (diff)
document, consistently, those apps which also exist as built-ins
on certain shells; do not try to document changes between the implementations, but at least warn of their existence; diff from Ingo Schwarze
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/echo.113
1 files changed, 11 insertions, 2 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index a6d796e2b63..0f9ee059215 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: echo.1,v 1.16 2009/01/04 11:19:55 sobrado Exp $
+.\" $OpenBSD: echo.1,v 1.17 2009/01/06 23:29:02 jmc Exp $
.\" $NetBSD: echo.1,v 1.7 1995/03/21 09:04:26 cgd Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)echo.1 8.1 (Berkeley) 7/22/93
.\"
-.Dd $Mdocdate: January 4 2009 $
+.Dd $Mdocdate: January 6 2009 $
.Dt ECHO 1
.Os
.Sh NAME
@@ -60,8 +60,17 @@ 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 ,
+.Xr ksh 1 ,
.Xr printf 1
.Sh STANDARDS
The