The documentation for a lot of functions in std.process, such as shell(), setenv(), and unsetenv() has disappeared from the D web site. This is of course due to the fact that functions whose definitions are entirely enclosed in version blocks (and, presumably, other conditional compilation constructs) aren't seen by the documentation generator. Other modules in Phobos may be afflicted by this, too.
http://www.dsource.org/projects/phobos/changeset/1847 It seems setenv() and unsetenv() currently only exist for POSIX, so it's probably best to leave their documentation out. They should of course be defined for Windows as well, but that's another issue.