Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Fix header to include. From Kristaps Dzonsons.



details:   https://anonhg.NetBSD.org/src/rev/284918556108
branches:  trunk
changeset: 748300:284918556108
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 19 22:38:56 2009 +0000

description:
Fix header to include. From Kristaps Dzonsons.

diffstat:

 lib/libc/stdlib/getsubopt.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 399d0d117e39 -r 284918556108 lib/libc/stdlib/getsubopt.3
--- a/lib/libc/stdlib/getsubopt.3       Mon Oct 19 22:35:11 2009 +0000
+++ b/lib/libc/stdlib/getsubopt.3       Mon Oct 19 22:38:56 2009 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index