about summary refs log tree commit diff
path: root/manual/startup.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-18 17:34:56 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-18 17:34:56 +0000
commit14d9bd50b713b760af6239575cce37d6608edfd3 (patch)
tree908a4cd226ea9a272da535792ef668a266d00c09 /manual/startup.texi
parent26223643100902ca075d5833772986278dbecfdb (diff)
downloadglibc-14d9bd50b713b760af6239575cce37d6608edfd3.tar.gz
glibc-14d9bd50b713b760af6239575cce37d6608edfd3.tar.xz
glibc-14d9bd50b713b760af6239575cce37d6608edfd3.zip
2000-04-18 Andreas Jaeger <aj@suse.de>
	* manual/startup.texi (Environment Access): Fix putenv prototype
	according to recent changes.
	Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
	PR libc/1692.
Diffstat (limited to 'manual/startup.texi')
-rw-r--r--manual/startup.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/startup.texi b/manual/startup.texi
index 0e45c2e582..27459989cb 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