aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-29 09:56:29 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-29 09:56:29 +0000
commit9cdd1e3feaeead73258c20141a3f36bb6bf314e3 (patch)
tree90087e386a84f82d97f01a330aa464409f096e97 /bin/sh
parentc3e63d569c9b1036044c18ed93853c47898f8484 (diff)
downloadsrc-9cdd1e3feaeead73258c20141a3f36bb6bf314e3.tar.gz
src-9cdd1e3feaeead73258c20141a3f36bb6bf314e3.zip
Tell more of the sh(1) history.
Acknowledge Kenneth Almquist's contribution in AUTHORS. MFC after: 5 days
Notes
Notes: svn path=/head/; revision=160812
Diffstat (limited to 'bin/sh')
-rw-r--r--bin/sh/sh.119
1 files changed, 17 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index ae0c6ec4c59a..db62ec2f625b 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd July 26, 2006
+.Dd July 29, 2006
.Dt SH 1
.Os
.Sh NAME
@@ -2244,8 +2244,23 @@ will return the argument.
.Sh HISTORY
A
.Nm
-command appeared in
+command, the Thompson shell, appeared in
.At v1 .
+It was superseded in
+.At v7
+by the Bourne shell, which inherited the name
+.Nm .
+.Pp
+This version of
+.Nm
+was rewritten in 1989 under the
+.Bx
+license after the Bourne shell from
+.At V.4 .
+.Sh AUTHORS
+This version of
+.Nm
+was originally written by Kenneth Almquist.
.Sh BUGS
The
.Nm