summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getenv.3
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2005-05-11 20:09:44 +0000
committerotto <otto@openbsd.org>2005-05-11 20:09:44 +0000
commitce40b5872b9ce118f6f9047679a03a79153972f0 (patch)
tree15d6bbb1990d38e0aea20e1667fc1e19cbac56c0 /lib/libc/stdlib/getenv.3
parentAdd some newlines to make the code easier to follow. No functional change. (diff)
downloadwireguard-openbsd-ce40b5872b9ce118f6f9047679a03a79153972f0.tar.xz
wireguard-openbsd-ce40b5872b9ce118f6f9047679a03a79153972f0.zip
Update HISTORY fixing some facts, while it is not clear if the
environment stuff originates from AT&T or BSD. ok ok deraadt@ millert@ ian@
Diffstat (limited to 'lib/libc/stdlib/getenv.3')
-rw-r--r--lib/libc/stdlib/getenv.310
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3
index 054004e1d8b..8faf74c43dd 100644
--- a/lib/libc/stdlib/getenv.3
+++ b/lib/libc/stdlib/getenv.3
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: getenv.3,v 1.9 2004/01/23 23:08:46 jmc Exp $
+.\" $OpenBSD: getenv.3,v 1.10 2005/05/11 20:09:44 otto Exp $
.\"
.Dd December 11, 1993
.Dt GETENV 3
@@ -130,12 +130,18 @@ The
function conforms to
.St -ansiC .
.Sh HISTORY
+The function
+.Fn getenv
+appeared in
+.At v7
+and
+.Bx 3 .
The functions
.Fn setenv
and
.Fn unsetenv
appeared in
-.At v7 .
+.Bx 4.3 Tahoe .
The
.Fn putenv
function appeared in