[982] in Athena Bugs
Re: (VS2) Version 6.0C: no man page link for setenv
daemon@ATHENA.MIT.EDU (Henry Mensch)
Mon Sep 19 18:12:37 1988
From: Henry Mensch <henry@ATHENA.MIT.EDU>
To: Mark W. Eichin <eichin@ATHENA.MIT.EDU>
Cc: bugs@ATHENA.MIT.EDU
In-Reply-To: Your message of Sun, 18 Sep 88 16:26:43 -0400.
Date: Mon, 19 Sep 88 18:12:09 EDT
except that the manual page referred to (getenv) only talks about
getenv:
GETENV(3) UNIX Programmer's Manual GETENV(3)
NAME
getenv - value for environment name
SYNOPSIS
char *getenv(name)
char *name;
DESCRIPTION
Getenv searches the environment list (see environ(7)) for a
string of the form name=value and returns a pointer to the
string value if such a string is present, otherwise getenv
returns the value 0 (NULL).
SEE ALSO
environ(7), execve(2)