summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-04-21 09:04:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-04-21 09:04:08 +0000
commit8177d16cfb62e571a0f0c0ace5e17d090d920ed1 (patch)
tree7085867bd2feed55797313bdf834f2579cbc9698
parentf23e6488cf0b457eab47acd09b9806e4cd324cf1 (diff)
correct way to specify a numeric argument to pushd is `+n', not `n';
from NetBSD (-r1.43);
-rw-r--r--bin/csh/csh.14
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.