summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/putenv.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/putenv.3 b/man3/putenv.3
index cb80b29f9..b29c71399 100644
--- a/man3/putenv.3
+++ b/man3/putenv.3
@@ -114,7 +114,7 @@ changing it later will change the environment.
with an automatic variable
as the argument, then return from the calling function while \fIstring\fP
is still part of the environment.)
-However, from glibc 2.0 to glibc 2.1.1, it differs:r
+However, from glibc 2.0 to glibc 2.1.1, it differs:
a copy of the string is used.
On the one hand this causes a memory leak, and on the other hand
it violates SUSv2.