diff options
author | ghelmer <ghelmer@FreeBSD.org> | 1999-03-02 02:35:57 +0000 |
---|---|---|
committer | ghelmer <ghelmer@FreeBSD.org> | 1999-03-02 02:35:57 +0000 |
commit | 7a5b08f8064ffddcdf6e64a27cd8899b200fd529 (patch) | |
tree | ac54016edce37bcf0e56d114f2facb5a526e9bb1 /lib/libc/stdlib | |
parent | 95c4306434ef7b5bf3420250e5957362cd559e6d (diff) | |
download | FreeBSD-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/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/getsubopt.3 | 2 |
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" |