summaryrefslogtreecommitdiff
path: root/bin/echo
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-08-16 18:51:26 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-08-16 18:51:26 +0000
commitae066bd0c1f43b493bf0e94b324a3f802a600196 (patch)
tree3f87589c3d5ec666a6a00c550e06ddff2ba9f8c2 /bin/echo
parent281fa0e718c51cb6d8da5ec323c6958cf391ed24 (diff)
Add, correct, and improve HISTORY sections.
From Sevan Janiyan <venture37 at geeklan dot co dot uk>. Verified using http://minnie.tuhs.org/.
Diffstat (limited to 'bin/echo')
-rw-r--r--bin/echo/echo.19
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/echo/echo.1 b/bin/echo/echo.1
index 6ed31de713b..2550b46fed1 100644
--- a/bin/echo/echo.1
+++ b/bin/echo/echo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: echo.1,v 1.22 2014/02/15 09:57:31 jmc Exp $
+.\" $OpenBSD: echo.1,v 1.23 2016/08/16 18:51:25 schwarze 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: February 15 2014 $
+.Dd $Mdocdate: August 16 2016 $
.Dt ECHO 1
.Os
.Sh NAME
@@ -98,3 +98,8 @@ though with a different syntax.
.Pp
Where portability is paramount, use
.Xr printf 1 .
+.Sh HISTORY
+An
+.Nm
+utility appeared in
+.At v2 .