Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man1 Direct reader to shell documentation generall...
details: https://anonhg.NetBSD.org/src/rev/1194d150144d
branches: trunk
changeset: 459210:1194d150144d
user: sevan <sevan%NetBSD.org@localhost>
date: Sat Aug 31 17:34:46 2019 +0000
description:
Direct reader to shell documentation generally, rather than csh(1) specifically.
Mention variables OLDPWD and PWD.
diffstat:
share/man/man1/cd.1 | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diffs (42 lines):
diff -r 89f0de09c759 -r 1194d150144d share/man/man1/cd.1
--- a/share/man/man1/cd.1 Sat Aug 31 07:49:48 2019 +0000
+++ b/share/man/man1/cd.1 Sat Aug 31 17:34:46 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cd.1,v 1.8 2017/07/04 06:33:13 wiz Exp $
+.\" $NetBSD: cd.1,v 1.9 2019/08/31 17:34:46 sevan Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)cd.1 8.1 (Berkeley) 6/5/93
.\"
-.Dd June 5, 1993
+.Dd August 31, 2019
.Dt CD 1
.Os
.Sh NAME
@@ -73,15 +73,20 @@
.Ev HOME
environment variable exists and contains a directory name, that directory
becomes the new working directory.
+.It Ev OLDPWD
+Set to the previous working directory after a directory change.
+Unsupported by
+.Xr csh 1 .
+.It Ev PWD
+Set to the current working directory.
.El
.Pp
-See
-.Xr csh 1
-for more information on environment variables.
+For more information on environment variables consult manual for shell in use.
.Sh EXIT STATUS
.Ex -std cd
.Sh SEE ALSO
.Xr csh 1 ,
+.Xr ksh 1 ,
.Xr pwd 1 ,
.Xr sh 1 ,
.Xr chdir 2
Home |
Main Index |
Thread Index |
Old Index