summaryrefslogtreecommitdiffstats
path: root/doc/GetCwd.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/GetCwd.3')
-rw-r--r--doc/GetCwd.33
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/GetCwd.3 b/doc/GetCwd.3
index b19f587..b901098 100644
--- a/doc/GetCwd.3
+++ b/doc/GetCwd.3
@@ -18,6 +18,7 @@ char *
.sp
int
\fBTcl_Chdir\fR(\fIdirName\fR)
+.fi
.SH ARGUMENTS
.AS Tcl_DString *bufferPtr in/out
.AP Tcl_Interp *interp in
@@ -46,7 +47,7 @@ The format of the path is UTF\-8.
.PP
\fBTcl_Chdir\fR changes the applications current working directory to
the value specified in \fIdirName\fR. The format of the passed in string
-must be UTF\-8. The function returns -1 on error or 0 on success.
+must be UTF\-8. The function returns \-1 on error or 0 on success.
.SH KEYWORDS
pwd