diff options
author | 2012-06-02 00:14:16 +0000 | |
---|---|---|
committer | 2012-06-02 00:14:16 +0000 | |
commit | e17cce25c04f3087097908abd765af49a3cc54cb (patch) | |
tree | 7d3051d739ceb64ee1f6f0ead9daa5151c8078ca /lib/libc/stdlib/getenv.3 | |
parent | Delete diagnostic code that reports timeout adjustments on resume. (diff) | |
download | wireguard-openbsd-e17cce25c04f3087097908abd765af49a3cc54cb.tar.xz wireguard-openbsd-e17cce25c04f3087097908abd765af49a3cc54cb.zip |
Update STANDARDS section for a few <stdlib.h> functions
Update SYNOPSIS for setkey() to show it's in <stdlib.h>
ok jmc@, millert@
Diffstat (limited to 'lib/libc/stdlib/getenv.3')
-rw-r--r-- | lib/libc/stdlib/getenv.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getenv.3 b/lib/libc/stdlib/getenv.3 index 9da27ec11cf..8c2b633f257 100644 --- a/lib/libc/stdlib/getenv.3 +++ b/lib/libc/stdlib/getenv.3 @@ -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.16 2011/04/27 13:40:15 otto Exp $ +.\" $OpenBSD: getenv.3,v 1.17 2012/06/02 00:14:16 guenther Exp $ .\" -.Dd $Mdocdate: April 27 2011 $ +.Dd $Mdocdate: June 2 2012 $ .Dt GETENV 3 .Os .Sh NAME @@ -161,6 +161,13 @@ The .Fn getenv function conforms to .St -ansiC . +The +.Fn putenv , +.Fn setenv , +and +.Fn unsetenv +functions conform to +.St -p1003.1-2008 . .Sh HISTORY The function .Fn getenv |