mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.
PR: docs/9376
This commit is contained in:
parent
42b47d96f0
commit
6e062fe1b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue