summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-23 03:32:10 +0000
committerache <ache@FreeBSD.org>2004-02-23 03:32:10 +0000
commit3f44d96bce32063c8a64b2a04261e62a337820ed (patch)
tree9f538ed2884088297b42be6ce61c4534e8e1ae4e /lib
parent6d8625c7404a8dec7669543e89afbde428380d6a (diff)
downloadFreeBSD-src-3f44d96bce32063c8a64b2a04261e62a337820ed.zip
FreeBSD-src-3f44d96bce32063c8a64b2a04261e62a337820ed.tar.gz
POSIX clearly states that getsubopt() should be declared in <stdlib.h>
not in <unistd.h>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/getsubopt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index 801c27e..1688426 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -41,7 +41,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"
OpenPOWER on IntegriCloud