diff options
| author | Guy Helmer <ghelmer@FreeBSD.org> | 1999-03-02 02:35:57 +0000 | 
|---|---|---|
| committer | Guy Helmer <ghelmer@FreeBSD.org> | 1999-03-02 02:35:57 +0000 | 
| commit | 6e062fe1b777fc16c0e0e2effd2669843a5a89f3 (patch) | |
| tree | f00bf0083ba8738355f9a637459715ddc49d4034 /lib/libc/stdlib | |
| parent | 42b47d96f0e090cab912ff40d00dba8326c7ca36 (diff) | |
Notes
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 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" | 
