diff options
Diffstat (limited to 'doc/GetCwd.3')
-rw-r--r--[-rwxr-xr-x] | doc/GetCwd.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetCwd.3 b/doc/GetCwd.3 index f8fce52..964e237 100755..100644 --- a/doc/GetCwd.3 +++ b/doc/GetCwd.3 @@ -19,7 +19,7 @@ char * int \fBTcl_Chdir\fR(\fIpath\fR) .SH ARGUMENTS -.AS Tcl_DString *bufferPtr +.AS Tcl_DString *bufferPtr in/out .AP Tcl_Interp *interp in Interpreter in which to report an error, if any. .AP Tcl_DString *bufferPtr in/out @@ -39,7 +39,7 @@ the same functionality as the Tcl \fBpwd\fR command. .PP \fBTcl_GetCwd\fR returns a pointer to a string specifying the current directory, or NULL if the current directory could not be determined. -If NULL is returned, an error message is left in the interp's result. +If NULL is returned, an error message is left in the \fIinterp\fR's result. Storage for the result string is allocated in bufferPtr; the caller must call \fBTcl_DStringFree()\fR when the result is no longer needed. The format of the path is UTF\-8. |