diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:58:57 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 23:58:57 +0000 |
commit | f23141048432b4e8f04e977cae28a22741ced3eb (patch) | |
tree | 183f87ced900eee7c193ea51d075ef0119968805 /bin/csh | |
parent | ca80d0934b34347e0d8659dd0f773a4cfa932729 (diff) |
- Some section shuffling: conform to the standard order documented in mdoc(7)
- .Sh AUTHOR -> .Sh AUTHORS
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.1 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index e21021714f8..a378d550455 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.39 2000/11/09 23:47:16 aaron Exp $ +.\" $OpenBSD: csh.1,v 1.40 2000/11/09 23:58:54 aaron Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -2657,13 +2657,16 @@ otherwise this signal is passed on to children from the state in the shell's parent. Interrupts are not allowed when a login shell is reading the file .Pa \&.logout . -.Sh AUTHOR -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 LIMITATIONS +Word lengths \- +Words can be no longer than 1024 characters. +The number of arguments to a command that involves filename expansion +is limited to 1/6th the number of characters allowed in an argument list. +Command substitutions may substitute no more characters than are +allowed in an argument list. +To detect looping, the shell restricts the number of +.Ic alias +substitutions on a single line to 20. .Sh FILES .Bl -tag -width /etc/passwd -compact .It Pa ~/.cshrc @@ -2684,16 +2687,6 @@ temporary file for source of home directories for .Dq ~name .El -.Sh LIMITATIONS -Word lengths \- -Words can be no longer than 1024 characters. -The number of arguments to a command that involves filename expansion -is limited to 1/6th the number of characters allowed in an argument list. -Command substitutions may substitute no more characters than are -allowed in an argument list. -To detect looping, the shell restricts the number of -.Ic alias -substitutions on a single line to 20. .Sh SEE ALSO .Xr sh 1 , .Xr access 2 , @@ -2710,6 +2703,13 @@ substitutions on a single line to 20. .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 |