From 01cdc3483c579a93a9b407e6f070694fea2abb32 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 30 Sep 2021 07:49:10 +0000 Subject: Fix [e0f728b381]: Manpage msgcat.n contains two write errors --- doc/msgcat.n | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/msgcat.n b/doc/msgcat.n index 0811bae..9d7291a 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -584,7 +584,7 @@ To register to a callback, use: namespace eval gui { msgcat::mcpackageconfig changecmd updateGUI - proc updateGui args { + proc updateGUI args { puts "New locale is '[lindex $args 0]'." } } @@ -618,7 +618,7 @@ msgcat::mcpackageconfig unknowncmd "" .CE As an example, the user requires the week day in a certain locale as follows: .CS -clock format clock seconds -format %A -locale fr +clock format [clock seconds] -format %A -locale fr .CE \fBclock\fR sets the package locale to \fBfr\fR and looks for the day name as follows: .CS -- cgit v0.12