Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/csh C Shell appeared in 2BSD, not 3BSD



details:   https://anonhg.NetBSD.org/src/rev/0b36526cbb79
branches:  trunk
changeset: 817146:0b36526cbb79
user:      sevan <sevan%NetBSD.org@localhost>
date:      Wed Aug 10 17:16:47 2016 +0000

description:
C Shell appeared in 2BSD, not 3BSD

diffstat:

 bin/csh/csh.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f0fcb69e6d34 -r 0b36526cbb79 bin/csh/csh.1
--- a/bin/csh/csh.1     Wed Aug 10 16:45:24 2016 +0000
+++ b/bin/csh/csh.1     Wed Aug 10 17:16:47 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: csh.1,v 1.52 2013/01/22 21:20:26 wiz Exp $
+.\"    $NetBSD: csh.1,v 1.53 2016/08/10 17:16:47 sevan Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)csh.1       8.2 (Berkeley) 1/21/94
 .\"
-.Dd January 22, 2013
+.Dd August 8, 2016
 .Dt CSH 1
 .Os
 .Sh NAME
@@ -2233,7 +2233,7 @@
 .Sh HISTORY
 .Nm
 appeared in
-.Bx 3 .
+.Bx 2 .
 It was a first implementation of a command language interpreter
 incorporating a history mechanism (see
 .Sx History substitutions ) ,



Home | Main Index | Thread Index | Old Index