https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268518
Yuri Pankov <yur...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@freebsd.org --- Comment #1 from Yuri Pankov <yur...@freebsd.org> --- Both the environ(7) man page and SUSv2 seem to say that this is defined only in context of process itself, but I could be misunderstanding it. Konstantin, could you please provide any input here? SUSv2: The value of an environment variable is a string of characters. For a C-language program, an array of strings called the environment is made available when a process begins. environ(7): An array of strings, called the environment is made available to each process by execve(2) when a process begins. -- You are receiving this mail because: You are the assignee for the bug.