mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
<sys/errno.h> -> <errno.h>
This commit is contained in:
parent
de4372cc90
commit
38b22f2b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
.Nm intro
|
||||
.Nd introduction to system calls and error numbers
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/errno.h>
|
||||
.Fd #include <errno.h>
|
||||
.Sh DESCRIPTION
|
||||
This section provides an overview of the system calls,
|
||||
their error returns, and other common definitions and concepts.
|
||||
|
|
|
|||
Loading…
Reference in a new issue