SILC Runtime Toolkit 1.2 Beta 1
[runtime.git] / lib / silcutil / silcenv.h
index 925caa3d5dcc44f7f98b17d6c084c0062ad2c538..bd140f8c821decacd88031e46203ccb7ec98fc0e 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2007 Pekka Riikonen
+  Copyright (C) 2007 - 2008 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
 
 */
 
-/****h* silcutil/Environment Manipulation Interface
+/****h* silcutil/Environment Interface
  *
  * DESCRIPTION
  *
@@ -30,7 +30,7 @@
 #ifndef SILCENV_H
 #define SILCENV_H
 
-/****f* silcutil/SilcEnvAPI/silc_setenv
+/****f* silcutil/silc_setenv
  *
  * SYNOPSIS
  *
  *    Sets the environment variable named `variable' with value `value'
  *    to the environment.  If the `variable' already exists in the
  *    environment its value is changed to `value'.  Returns FALSE if the
- *    value could not be set or if environment variable are not supported.
+ *    value could not be set or if environment variables are not supported.
  *
  ***/
 SilcBool silc_setenv(const char *variable, const char *value);
 
-/****f* silcutil/SilcEnvAPI/silc_getenv
+/****f* silcutil/silc_getenv
  *
  * SYNOPSIS
  *
@@ -60,7 +60,7 @@ SilcBool silc_setenv(const char *variable, const char *value);
  ***/
 const char *silc_getenv(const char *variable);
 
-/****f* silcutil/SilcEnvAPI/silc_unsetenv
+/****f* silcutil/silc_unsetenv
  *
  * SYNOPSIS
  *
@@ -75,7 +75,7 @@ const char *silc_getenv(const char *variable);
  ***/
 SilcBool silc_unsetenv(const char *variable);
 
-/****f* silcutil/SilcEnvAPI/silc_clearenv
+/****f* silcutil/silc_clearenv
  *
  * SYNOPSIS
  *
@@ -90,5 +90,4 @@ SilcBool silc_unsetenv(const char *variable);
  ***/
 SilcBool silc_clearenv(void);
 
-
 #endif /* SILCENV_H */