diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 23:32:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 23:32:41 +0000 |
commit | 808611a3c7770bf405c1d43f48ff57a39b18a3af (patch) | |
tree | 4539875b20c73d6563e3d1d2bade78165254667f /bin/csh | |
parent | e0316af252e4bfb4e4e9d2933c39f839ac6011ed (diff) |
@ documented incorrectly; netbsd pr#2577; banshee@gabriella.resort.com
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 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 |