OSDN Git Service

fc5ed29eab5a3498e7f35c0e14a81a2e014d3a02
[pf3gnuchains/sourceware.git] / tcl / doc / cd.n
1 '\"
2 '\" Copyright (c) 1993 The Regents of the University of California.
3 '\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
4 '\"
5 '\" See the file "license.terms" for information on usage and redistribution
6 '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
7 '\" 
8 '\" RCS: @(#) $Id$
9 '\" 
10 .so man.macros
11 .TH cd n "" Tcl "Tcl Built-In Commands"
12 .BS
13 '\" Note:  do not modify the .SH NAME line immediately below!
14 .SH NAME
15 cd \- Change working directory
16 .SH SYNOPSIS
17 \fBcd \fR?\fIdirName\fR?
18 .BE
19
20 .SH DESCRIPTION
21 .PP
22 Change the current working directory to \fIdirName\fR, or to the
23 home directory (as specified in the HOME environment variable) if
24 \fIdirName\fR is not given.
25 Returns an empty string.
26
27 .SH KEYWORDS
28 working directory