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:
parent
42b47d96f0
commit
6e062fe1b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44388
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user