Browse Source

It's unsetenv() that doesn't like `=' in the argument, not putenv().

ok millert@
OPENBSD_4_7
kili 14 years ago
parent
commit
e5fe5595e0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/getenv.3

+ 3
- 3
src/lib/libc/stdlib/getenv.3 View File

@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $OpenBSD: getenv.3,v 1.13 2009/06/03 15:52:16 millert Exp $
.\" $OpenBSD: getenv.3,v 1.14 2010/03/10 20:46:16 kili Exp $
.\"
.Dd $Mdocdate: June 3 2009 $
.Dd $Mdocdate: March 10 2010 $
.Dt GETENV 3
.Os
.Sh NAME
@ -122,7 +122,7 @@ is successful, the string returned should be considered read-only.
The
.Fn setenv
or
.Fn putenv
.Fn unsetenv
function was passed a
.Ar name
containing an


Loading…
Cancel
Save