Removed the win32 limitation.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Fri, 27 Oct 2000 12:53:05 +0000 (12:53 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Fri, 27 Oct 2000 12:53:05 +0000 (12:53 +0000)
2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/tmpl/misc_utils.sgml: Removed the win32 limitation.

docs/reference/ChangeLog
docs/reference/glib/tmpl/misc_utils.sgml

index 8a46178..2bc9ca3 100644 (file)
@@ -1,5 +1,7 @@
 2000-10-27  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
+       * glib/tmpl/misc_utils.sgml: Removed the win32 limitation.
+
        * glib/glib-sections.txt, glib/tmpl/hash_tables.sgml,
        glib/tmpl/macros_misc.sgml, glib/tmpl/misc_utils.sgml,
        glib/tmpl/scanner.sgml: Document the recently deprecated functions
index 3ad04db..9e7d292 100644 (file)
@@ -36,8 +36,6 @@ Sets the name of the program.
 <!-- ##### FUNCTION g_getenv ##### -->
 <para>
 Returns an environment variable.
-On windows systems the returned value is only valid until the next call to
-g_getenv().
 </para>
 
 @variable: the environment variable to get.