]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
putenv.3: tfix
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 23 May 2023 20:58:52 +0000 (22:58 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 23 May 2023 23:18:35 +0000 (01:18 +0200)
Fixes: commit b324e17d3208c940622ab192609b836928d5aa8d ("Many pages: wfix")
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/putenv.3

index cb80b29f953dae33af77a57c956bcc0be6dd70fb..b29c713994da0182778fa4072688aa6d286833ab 100644 (file)
@@ -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.