1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.

PR:		docs/9376
This commit is contained in:
Guy Helmer 1999-03-02 02:35:57 +00:00
parent 42b47d96f0
commit 6e062fe1b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44388

View File

@ -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"