From: Andreas Jaeger Date: Tue, 18 Apr 2000 17:34:56 +0000 (+0000) Subject: 2000-04-18 Andreas Jaeger X-Git-Tag: upstream/2.30~25789 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14d9bd50b713b760af6239575cce37d6608edfd3;p=external%2Fglibc.git 2000-04-18 Andreas Jaeger * manual/startup.texi (Environment Access): Fix putenv prototype according to recent changes. Reported by Andries Brouwer , closes PR libc/1692. --- diff --git a/manual/startup.texi b/manual/startup.texi index 0e45c2e..2745998 100644 --- a/manual/startup.texi +++ b/manual/startup.texi @@ -310,7 +310,7 @@ pointer. @comment stdlib.h @comment SVID -@deftypefun int putenv (const char *@var{string}) +@deftypefun int putenv (char *@var{string}) The @code{putenv} function adds or removes definitions from the environment. If the @var{string} is of the form @samp{@var{name}=@var{value}}, the definition is added to the environment. Otherwise, the @var{string} is