diff options
-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 f7e0ca3fd7a..5a459d52487 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.2 1996/06/23 14:19:15 deraadt Exp $ +.\" $OpenBSD: csh.1,v 1.3 1996/06/29 23:32:40 deraadt Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -1755,8 +1755,8 @@ Brings the specified job into the foreground. Continues the specified job in the background. .Pp .It Ic @ -.It Ic @ Ns Ar name Ns = expr -.It Ic @ Ns Ar name[index] Ns = expr +.It Ic @ Ar name Ns = expr +.It Ic @ Ar name[index] Ns = expr The first form prints the values of all the shell variables. The second form sets the specified .Ar name |