Module Name: src
Committed By: wiz
Date: Tue Nov 17 14:52:21 UTC 2009
Modified Files:
src/lib/libc/stdlib: getsubopt.3
Log Message:
Mention that getsubopt is an XSI extension for IEEE Std 1003.1, 2004 Edition.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/lib/libc/stdlib/getsubopt.3:1.13
--- src/lib/libc/stdlib/getsubopt.3:1.12 Mon Oct 19 22:38:56 2009
+++ src/lib/libc/stdlib/getsubopt.3 Tue Nov 17 14:52:21 2009
@@ -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 @@
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 .