summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorghelmer <ghelmer@FreeBSD.org>1999-03-02 02:35:57 +0000
committerghelmer <ghelmer@FreeBSD.org>1999-03-02 02:35:57 +0000
commit7a5b08f8064ffddcdf6e64a27cd8899b200fd529 (patch)
treeac54016edce37bcf0e56d114f2facb5a526e9bb1 /lib
parent95c4306434ef7b5bf3420250e5957362cd559e6d (diff)
downloadFreeBSD-src-7a5b08f8064ffddcdf6e64a27cd8899b200fd529.zip
FreeBSD-src-7a5b08f8064ffddcdf6e64a27cd8899b200fd529.tar.gz
Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.
PR: docs/9376
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 3f6f547..8a0c3e0 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -38,7 +38,7 @@
.Nm getsubopt
.Nd get sub options from an argument
.Sh SYNOPSIS
-.Fd #include <stdlib.h>
+.Fd #include <unistd.h>
.Vt extern char *suboptarg
.Ft int
.Fn getsubopt "char **optionp" "char * const *tokens" "char **valuep"
OpenPOWER on IntegriCloud