mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ioctl macros and defines are now present in ioccom.h, not ioctl.h.
Update the manpage to reflect this. PR: docs/54235 Submitted by: Karen Thode <thode12@msn.com>
This commit is contained in:
parent
857961d925
commit
03606a211f
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ in bytes.
|
|||
Macros and defines used in specifying an ioctl
|
||||
.Fa request
|
||||
are located in the file
|
||||
.Ao Pa sys/ioctl.h Ac .
|
||||
.Ao Pa sys/ioccom.h Ac .
|
||||
.Sh RETURN VALUES
|
||||
If an error has occurred, a value of -1 is returned and
|
||||
.Va errno
|
||||
|
|
|
|||
Loading…
Reference in a new issue