diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-08-04 12:00:29 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2016-08-04 12:00:29 +0000 |
commit | 171573f2b91f8c975e78e2658c05730e9427467e (patch) | |
tree | b7ee67d2f9f0f8c0b64d366fd193b34c76e15704 /usr/src/man/man3c | |
parent | 6fa006e8e0f6560b5ad4df46db0b9cac31cb5e16 (diff) | |
parent | 60b81b86c4b2eb3a0481176c344f4b6e7a6276fa (diff) | |
download | illumos-joyent-release-20160804.tar.gz |
[illumos-gate merge]release-20160804
commit 60b81b86c4b2eb3a0481176c344f4b6e7a6276fa
7076 segfault in putenv + getenv
commit 6bd8a07093bddc0edfc07bfda4ca600e31c02c03
7218 pvscsi`pvscsi_bus_config uses wrong base while configuring targets
7219 pvscsi panics while simultaneously deleting large number of disks
Conflicts:
usr/src/test/libc-tests/runfiles/default.run
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/putenv.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/putenv.3c b/usr/src/man/man3c/putenv.3c index d5b59a42fe..572ded7a6e 100644 --- a/usr/src/man/man3c/putenv.3c +++ b/usr/src/man/man3c/putenv.3c @@ -8,7 +8,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH PUTENV 3C "Aug 7, 2004" +.TH PUTENV 3C "Jun 22, 2016" .SH NAME putenv \- change or add value to environment .SH SYNOPSIS |