diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-28 07:25:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-05-28 07:25:32 (GMT) |
commit | 69628b0a865abf655f4610a8efe5ecd17f3302bc (patch) | |
tree | 5d3f427b2f6e12efb63448f4224528fbefeabb0a /doc | |
parent | ea684149178569c70592f42c462eb1f209641097 (diff) | |
parent | 0f8c80a30c7f128120f2653d2c5fd10b395b93d7 (diff) | |
download | tcl-69628b0a865abf655f4610a8efe5ecd17f3302bc.zip tcl-69628b0a865abf655f4610a8efe5ecd17f3302bc.tar.gz tcl-69628b0a865abf655f4610a8efe5ecd17f3302bc.tar.bz2 |
merge trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/file.n | 7 | ||||
-rw-r--r-- | doc/msgcat.n | 7 |
2 files changed, 11 insertions, 3 deletions
@@ -481,6 +481,13 @@ Returns \fB1\fR if file \fIname\fR is writable by the current user, . These commands always operate using the real user and group identifiers, not the effective ones. +.TP +\fBWindows\fR\0\0\0\0 +. +The \fbfile owned\fR subcommand currently always reports that the current user +is the owner of the file, without regard for what the operating system +believes to be true, making an ownership test useless. This issue (#3613671) +may be fixed in a future release of Tcl. .SH EXAMPLES .PP This procedure shows how to search for C files in a given directory diff --git a/doc/msgcat.n b/doc/msgcat.n index 47b6bf7..bfd94ae 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -35,7 +35,7 @@ msgcat \- Tcl message catalog \fB::msgcat::mcflmset \fIsrc-trans-list\fR .VE "TIP 404" .sp -\fB::msgcat::mcunknown \fIlocale src-string\fR +\fB::msgcat::mcunknown \fIlocale src-string\fR ?\fIarg arg ...\fR? .BE .SH DESCRIPTION .PP @@ -157,12 +157,13 @@ translate-string\fR ?\fIsrc-string translate-string ...\fR?} of \fB::msgcat::mcflset\fR. The function returns the number of translations set. .VE "TIP 404" .TP -\fB::msgcat::mcunknown \fIlocale src-string\fR +\fB::msgcat::mcunknown \fIlocale src-string\fR ?\fIarg arg ...\fR? . This routine is called by \fB::msgcat::mc\fR in the case when a translation for \fIsrc-string\fR is not defined in the current locale. The default action is to return -\fIsrc-string\fR. This procedure can be redefined by the +\fIsrc-string\fR passed by format if there are any arguments. This +procedure can be redefined by the application, for example to log error messages for each unknown string. The \fB::msgcat::mcunknown\fR procedure is invoked at the same stack context as the call to \fB::msgcat::mc\fR. The return value |