diff options
author | wosch <wosch@FreeBSD.org> | 1996-08-29 18:06:19 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-08-29 18:06:19 +0000 |
commit | ab0ebe585d3b07199c949f94201193c0187ab393 (patch) | |
tree | 01896223999c7b9c4907a086f16a3fd1b4b96627 /bin/sh/sh.1 | |
parent | 1afaea7623a85bc99aa7f10b36725b7ea67eaea7 (diff) | |
download | FreeBSD-src-ab0ebe585d3b07199c949f94201193c0187ab393.zip FreeBSD-src-ab0ebe585d3b07199c949f94201193c0187ab393.tar.gz |
[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
Diffstat (limited to 'bin/sh/sh.1')
-rw-r--r-- | bin/sh/sh.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 7b649fe..df79bd7 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sh.1 8.4 (Berkeley) 4/18/94 -.\" $Id: sh.1,v 1.4 1995/10/19 18:42:12 joerg Exp $ +.\" $Id: sh.1,v 1.5 1995/10/21 00:47:32 joerg Exp $ .\" .\" .\" @@ -1365,3 +1365,8 @@ mode. The editor is not described in full here, but will be in a later document. It's similar to vi: typing <ESC> will throw you into command VI command mode. Hitting <return> while in command mode will pass the line to the shell. +.SH HISTORY +A +.I sh +command appeared in +Version 1 AT&T UNIX. |