From 36a81a25e1a3d757046f9410f844cbc4883a78a4 Mon Sep 17 00:00:00 2001 From: David Hedbor <david@hedbor.org> Date: Tue, 29 Feb 2000 12:37:39 -0800 Subject: [PATCH] Added 'see also' for localeconv Rev: src/modules/Gettext/gettext.c:1.2 --- src/modules/Gettext/gettext.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/Gettext/gettext.c b/src/modules/Gettext/gettext.c index 71e7347c29..e4b3fe8350 100644 --- a/src/modules/Gettext/gettext.c +++ b/src/modules/Gettext/gettext.c @@ -20,7 +20,7 @@ #include "mapping.h" #include "module_support.h" -RCSID("$Id: gettext.c,v 1.1 2000/02/29 20:33:48 neotron Exp $"); +RCSID("$Id: gettext.c,v 1.2 2000/02/29 20:37:39 neotron Exp $"); /* **! module Locale.Gettext @@ -28,7 +28,7 @@ RCSID("$Id: gettext.c,v 1.1 2000/02/29 20:33:48 neotron Exp $"); **! This module enables access to localization functions from within Pike. **! **! note -**! $Id: gettext.c,v 1.1 2000/02/29 20:33:48 neotron Exp $ +**! $Id: gettext.c,v 1.2 2000/02/29 20:37:39 neotron Exp $ */ /******************** PUBLIC FUNCTIONS BELOW THIS LINE */ @@ -379,6 +379,7 @@ void f_setlocale(INT32 args) **! negative_sign for a negative formatted monetary **! quantity. The value of n_sign_posn is interpreted **! according to the rules described under p_sign_posn. +**! see also: bindtextdomain, textdomain, gettext, dgettext, dcgettext, setlocale void f_localeconv(INT32 args) { struct lconv *locale; /* Information about the current locale */ -- GitLab