]> git.ipfire.org Git - thirdparty/man-pages.git/commit
putenv.3: Originated in SysVr2; in 4.3BSD-Reno; fixed on modern systems
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 23 May 2023 20:17:31 +0000 (22:17 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 23 May 2023 23:18:28 +0000 (01:18 +0200)
commit2169b620c6b84cb9b108c8f1b4d0b7cbcadd9129
tree39d3bebcf3a762d98061749a3f46a3fa8f8c17b0
parent8368feab2657bc3fcae899c1b7f4716fb62fad65
putenv.3: Originated in SysVr2; in 4.3BSD-Reno; fixed on modern systems

Fixed in:
  NetBSD 6     src lib/libc/stdlib/putenv.c 1.13
  FreeBSD 7    putenv(3) says so
  OpenBSD 4.6  src lib/libc/stdlib/setenv.c 1.10
and is correct under current(?) MacOS as well

The current wording implies that all of 4.4BSD's descenants also carry
this bug (at least it did to me): they did until like 2009 but they're
fine now

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/putenv.3