Module Name: src
Committed By: joerg
Date: Mon Oct 19 22:38:56 UTC 2009
Modified Files:
src/lib/libc/stdlib: getsubopt.3
Log Message:
Fix header to include. From Kristaps Dzonsons.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.12
--- src/lib/libc/stdlib/getsubopt.3:1.11 Thu Aug 7 16:43:40 2003
+++ src/lib/libc/stdlib/getsubopt.3 Mon Oct 19 22:38:56 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: getsubopt.3,v 1.11 2003/08/07 16:43:40 agc Exp $
+.\" $NetBSD: getsubopt.3,v 1.12 2009/10/19 22:38:56 joerg 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"