Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib PR standards/53525: move getsubopt to stdlib.h



details:   https://anonhg.NetBSD.org/src/rev/fe92909c6e1f
branches:  trunk
changeset: 834522:fe92909c6e1f
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Aug 15 10:49:47 2018 +0000

description:
PR standards/53525: move getsubopt to stdlib.h

diffstat:

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

diffs (27 lines):

diff -r 1ccf1c3a9daa -r fe92909c6e1f lib/libc/stdlib/getsubopt.3
--- a/lib/libc/stdlib/getsubopt.3       Wed Aug 15 10:21:42 2018 +0000
+++ b/lib/libc/stdlib/getsubopt.3       Wed Aug 15 10:49:47 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getsubopt.3,v 1.15 2017/07/03 21:32:50 wiz Exp $
+.\"    $NetBSD: getsubopt.3,v 1.16 2018/08/15 10:49:47 martin 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 November 17, 2009
+.Dd August 15, 2018
 .Dt GETSUBOPT 3
 .Os
 .Sh NAME
@@ -38,7 +38,7 @@
 .Sh LIBRARY
 .Lb libc
 .Sh SYNOPSIS
-.In unistd.h
+.In stdlib.h
 .Vt extern char *suboptarg
 .Ft int
 .Fn getsubopt "char **optionp" "char * const *tokens" "char **valuep"



Home | Main Index | Thread Index | Old Index