diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2013-05-08 15:47:31 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2013-05-08 15:47:31 (GMT) |
commit | b5df26a280112129ffcd34f74456cc6f2980e5be (patch) | |
tree | 9410eedf637378d4c1ee059f9b97db5883bd6cf0 /doc | |
parent | 88149255f5ae41c5f0580c6564b56f69087efa73 (diff) | |
download | tcl-b5df26a280112129ffcd34f74456cc6f2980e5be.zip tcl-b5df26a280112129ffcd34f74456cc6f2980e5be.tar.gz tcl-b5df26a280112129ffcd34f74456cc6f2980e5be.tar.bz2 |
Corrected args -> arg arg ... in msgcat docbug3036566
Diffstat (limited to 'doc')
-rw-r--r-- | doc/msgcat.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n index 44f96e6..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?\fargs\fR? +\fB::msgcat::mcunknown \fIlocale src-string\fR ?\fIarg arg ...\fR? .BE .SH DESCRIPTION .PP @@ -157,7 +157,7 @@ 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?\fargs\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 |