summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2009-11-17 14:52:21 +0000
committerwiz <wiz@NetBSD.org>2009-11-17 14:52:21 +0000
commit2e7202c574c075a0c64c53c6c35296df0a06eb8a (patch)
treed78b229ef816aac678c71c806b4dc5738a5e3236 /lib/libc/stdlib
parent1d8a950195ea8815ac7bd88579c89a5d3c1cd90e (diff)
Mention that getsubopt is an XSI extension for IEEE Std 1003.1, 2004 Edition. Bump date.
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getsubopt.38
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index 6e77dc54018..2ad301f6bc3 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: getsubopt.3,v 1.12 2009/10/19 22:38:56 joerg Exp $
+.\" $NetBSD: getsubopt.3,v 1.13 2009/11/17 14:52:21 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd October 19, 2009
+.Dd November 17, 2009
.Dt GETSUBOPT 3
.Os
.Sh NAME
@@ -143,4 +143,6 @@ while ((ch = getopt(argc, argv, "ab:")) != \-1) {
The
.Fn getsubopt
function first appeared in
-.Bx 4.4 .
+.Bx 4.4 ,
+and is included as an XSI extension in
+.St -p1003.1-2004 .