aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGuy Helmer <ghelmer@FreeBSD.org>1999-03-02 02:35:57 +0000
committerGuy Helmer <ghelmer@FreeBSD.org>1999-03-02 02:35:57 +0000
commit6e062fe1b777fc16c0e0e2effd2669843a5a89f3 (patch)
treef00bf0083ba8738355f9a637459715ddc49d4034 /lib
parent42b47d96f0e090cab912ff40d00dba8326c7ca36 (diff)
downloadsrc-6e062fe1b777fc16c0e0e2effd2669843a5a89f3.tar.gz
src-6e062fe1b777fc16c0e0e2effd2669843a5a89f3.zip
Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.
PR: docs/9376
Notes
Notes: svn path=/head/; revision=44388
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 3f6f547ce195..8a0c3e09698d 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"