diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-07-22 06:40:57 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-07-22 06:40:57 +0000 |
commit | a3d71ee3ef117297d8b790f0f5c13eb679577cf8 (patch) | |
tree | a7420f3071853b7e6737bc6c0254aafceb9277d9 /bin/csh | |
parent | e8c12ddf8729ef3f45f0916e7bbf45aa6bf6e648 (diff) |
The last paragraphs of the "Built-in commands" section are properly
part of the '@' command and not general section paragraphs and therefore
should be indented with the others.
ok jmc@
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/csh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 51769aaef15..d36ca5af2dc 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.61 2009/03/06 12:28:36 jmc Exp $ +.\" $OpenBSD: csh.1,v 1.62 2009/07/22 06:40:56 guenther Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: March 6 2009 $ +.Dd $Mdocdate: July 22 2009 $ .Dt CSH 1 .Os .Sh NAME @@ -2336,7 +2336,6 @@ Both and its .Ar index Ns 'th component must already exist. -.El .Pp The operators .Ql *= , @@ -2355,6 +2354,7 @@ operators increment and decrement .Ar name respectively; i.e., .Dq @ i++ . +.El .Ss Pre-defined and environment variables The following variables have special meaning to the shell. Of these, |