diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 12:14:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 12:14:09 +0000 |
commit | 35838f657accb59f91276c60a6d028fa1766e725 (patch) | |
tree | cd6c20cba90b9e3eaed5d433a0bc0be649625b3b /bin/csh | |
parent | b042e8769d23c820e7f2e1866a1b7d007155b64e (diff) |
section reorder;
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 41e1192e3dd..1826c01fb06 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.44 2003/05/12 14:30:45 jmc Exp $ +.\" $OpenBSD: csh.1,v 1.45 2003/05/29 12:14:08 jmc Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2704,13 +2704,6 @@ source of home directories for .Xr environ 7 .Pp .Em 'An introduction to the C shell' -.Sh AUTHORS -William Joy. -Job control and directory stack features first implemented by J.E. Kulp of -IIASA, Laxenburg, Austria, -with different syntax than that used now. -File name completion code written by Ken Greer, HP Labs. -Eight-bit implementation Christos S. Zoulas, Cornell University. .Sh HISTORY .Nm appeared in @@ -2728,6 +2721,13 @@ and a C-like syntax. There are now many shells that also have these mechanisms, plus a few more (and maybe some bugs too), which are available through the usenet. +.Sh AUTHORS +William Joy. +Job control and directory stack features first implemented by J.E. Kulp of +IIASA, Laxenburg, Austria, +with different syntax than that used now. +File name completion code written by Ken Greer, HP Labs. +Eight-bit implementation Christos S. Zoulas, Cornell University. .Sh BUGS When a command is restarted from a stop, the shell prints the directory it started in if this is different |