Module Name: src
Committed By: martin
Date: Wed Aug 15 10:49:47 UTC 2018
Modified Files:
src/lib/libc/stdlib: getsubopt.3
Log Message:
PR standards/53525: move getsubopt to stdlib.h
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/lib/libc/stdlib/getsubopt.3:1.16
--- src/lib/libc/stdlib/getsubopt.3:1.15 Mon Jul 3 21:32:50 2017
+++ src/lib/libc/stdlib/getsubopt.3 Wed Aug 15 10:49:47 2018
@@ -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"