Module Name: src
Committed By: wiz
Date: Tue Nov 17 15:02:08 UTC 2009
Modified Files:
src/lib/libc/stdlib: getsubopt.3
Log Message:
Mention that it is included in IEEE Std 1003.1-2008.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdlib/getsubopt.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/getsubopt.3
diff -u src/lib/libc/stdlib/getsubopt.3:1.13 src/lib/libc/stdlib/getsubopt.3:1.14
--- src/lib/libc/stdlib/getsubopt.3:1.13 Tue Nov 17 14:52:21 2009
+++ src/lib/libc/stdlib/getsubopt.3 Tue Nov 17 15:02:08 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: getsubopt.3,v 1.13 2009/11/17 14:52:21 wiz Exp $
+.\" $NetBSD: getsubopt.3,v 1.14 2009/11/17 15:02:08 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -144,5 +144,5 @@
.Fn getsubopt
function first appeared in
.Bx 4.4 ,
-and is included as an XSI extension in
-.St -p1003.1-2004 .
+and is included in
+.St -p1003.1-2008 .