summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2023-05-23 22:58:52 +0200
committerAlejandro Colomar <alx@kernel.org>2023-05-24 01:18:35 +0200
commit2653721a76cc16d1f97d877d08db3ce5ef55ce34 (patch)
treed610985f200d6e03bfe879dc676bb879693fb5ee
parent2169b620c6b84cb9b108c8f1b4d0b7cbcadd9129 (diff)
putenv.3: tfix
Fixes: commit b324e17d3208c940622ab192609b836928d5aa8d ("Many pages: wfix") Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-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.