diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-25 09:48:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-25 09:48:11 (GMT) |
commit | 60bb48a1c2a0656fe9a8c17faad9a7155eefc17c (patch) | |
tree | 769b64fcd38b8704f5ba9cfab12682e1ed23ab7d /doc/Access.3 | |
parent | db0dc8c2b957416f3420435c986026c0d23f9db4 (diff) | |
parent | 6ef2d21d52bc57def14a5622bebe567983a2f515 (diff) | |
download | tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.zip tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.gz tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/Access.3')
-rw-r--r-- | doc/Access.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Access.3 b/doc/Access.3 index 699d7ed..5a29ec2 100644 --- a/doc/Access.3 +++ b/doc/Access.3 @@ -20,7 +20,7 @@ int \fBTcl_Stat\fR(\fIpath\fR, \fIstatPtr\fR) .SH ARGUMENTS .AS "struct stat" *statPtr out -.AP char *path in +.AP "const char" *path in Native name of the file to check the attributes of. .AP int mode in Mask consisting of one or more of \fBR_OK\fR, \fBW_OK\fR, \fBX_OK\fR and |