diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-21 09:04:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-21 09:04:08 +0000 |
commit | 8177d16cfb62e571a0f0c0ace5e17d090d920ed1 (patch) | |
tree | 7085867bd2feed55797313bdf834f2579cbc9698 | |
parent | f23e6488cf0b457eab47acd09b9806e4cd324cf1 (diff) |
correct way to specify a numeric argument to pushd is `+n', not `n';
from NetBSD (-r1.43);
-rw-r--r-- | bin/csh/csh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 4f8b475c90a..ce14d95f863 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.51 2004/04/19 10:44:39 jmc Exp $ +.\" $OpenBSD: csh.1,v 1.52 2004/04/21 09:04:07 jmc Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -1991,7 +1991,7 @@ The members of the directory stack are numbered from the top starting at 0. .Pp .It Ic pushd .It Ic pushd Ar name -.It Ic pushd Ar n +.It Ic pushd Ar +n With no arguments, .Ic pushd exchanges the top two elements of the directory stack. |