Module Name:    src
Committed By:   snj
Date:           Tue Oct 20 01:59:46 UTC 2009

Modified Files:
        src/lib/libc/stdlib [netbsd-5]: getsubopt.3

Log Message:
Pull up following revision(s) (requested by joerg in ticket #1106):
        lib/libc/stdlib/getsubopt.3: revision 1.12
Fix header to include. From Kristaps Dzonsons.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.11.38.1 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.11 src/lib/libc/stdlib/getsubopt.3:1.11.38.1
--- src/lib/libc/stdlib/getsubopt.3:1.11	Thu Aug  7 16:43:40 2003
+++ src/lib/libc/stdlib/getsubopt.3	Tue Oct 20 01:59:46 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: getsubopt.3,v 1.11 2003/08/07 16:43:40 agc Exp $
+.\"	$NetBSD: getsubopt.3,v 1.11.38.1 2009/10/20 01:59:46 snj 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 June 9, 1993
+.Dd October 19, 2009
 .Dt GETSUBOPT 3
 .Os
 .Sh NAME
@@ -38,7 +38,7 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In stdlib.h
+.In unistd.h
 .Vt extern char *suboptarg
 .Ft int
 .Fn getsubopt "char **optionp" "char * const *tokens" "char **valuep"

Reply via email to