From 65c3312c6db0182878b5457fd1187ad414f90dad Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 28 May 2018 10:58:45 +0200 Subject: [PATCH] putenv.3: wfix Reported-by: James Weigle Signed-off-by: Michael Kerrisk --- man3/putenv.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/putenv.3 b/man3/putenv.3 index 7a26c476e..c358cc53d 100644 --- a/man3/putenv.3 +++ b/man3/putenv.3 @@ -117,7 +117,7 @@ the pointer \fIstring\fP given to is used. In particular, this string becomes part of the environment; changing it later will change the environment. -(Thus, it is an error is to call +(Thus, it is an error to call .BR putenv () with an automatic variable as the argument, then return from the calling function while \fIstring\fP