Module Name: src
Committed By: sevan
Date: Wed Aug 10 17:16:47 UTC 2016
Modified Files:
src/bin/csh: csh.1
Log Message:
C Shell appeared in 2BSD, not 3BSD
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/bin/csh/csh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/csh/csh.1
diff -u src/bin/csh/csh.1:1.52 src/bin/csh/csh.1:1.53
--- src/bin/csh/csh.1:1.52 Tue Jan 22 21:20:26 2013
+++ src/bin/csh/csh.1 Wed Aug 10 17:16:47 2016
@@ -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 @@ substitutions on a single line to 20.
.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 ) ,