[BACK]Return to setlocale.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / locale

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/locale/setlocale.3 between version 1.17 and 1.18

version 1.17, 2003/04/16 13:34:41 version 1.18, 2003/05/30 12:11:48
Line 36 
Line 36 
 .\"  .\"
 .\"     @(#)setlocale.3 8.1 (Berkeley) 6/9/93  .\"     @(#)setlocale.3 8.1 (Berkeley) 6/9/93
 .\"  .\"
 .Dd February 12, 2003  .Dd May 30, 2003
 .Dt SETLOCALE 3  .Dt SETLOCALE 3
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 89  and so on.
Line 89  and so on.
 The real work is done by the  The real work is done by the
 .Fn setrunelocale  .Fn setrunelocale
 function.  function.
   .It Dv LC_MESSAGES
   Set a locale for message catalogs.
   This controls the selection of message catalogs by the
   .Xr catgets 3
   and
   .Xr gettext 3
   families of functions.
 .It Dv LC_MONETARY  .It Dv LC_MONETARY
 Set a locale for formatting monetary values;  Set a locale for formatting monetary values;
 this affects the  this affects the
Line 344  following manner before using any of the
Line 351  following manner before using any of the
 .\" .El  .\" .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr catopen 3 ,  .Xr catopen 3 ,
   .Xr gettext 3 ,
 .Xr nl_langinfo 3 ,  .Xr nl_langinfo 3 ,
 .Xr nls 7  .Xr nls 7
 .\" .Xr strcoll 3 ,                                             XXX  .\" .Xr strcoll 3 ,                                             XXX

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>