Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/intro.2
| Show All 29 Lines | |||||
| .\" | .\" | ||||
| .Dd April 19, 2024 | .Dd April 19, 2024 | ||||
| .Dt INTRO 2 | .Dt INTRO 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm intro , | .Nm intro , | ||||
| .Nm errno | .Nm errno | ||||
| .Nd introduction to system calls and their error numbers | .Nd introduction to system calls and their error numbers | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/syscall.h | .In sys/syscall.h | ||||
| .In errno.h | .In errno.h | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| This section contains the system calls which comprise the | This section contains the system calls which comprise the | ||||
| .Fx | .Fx | ||||
| programming environment. | programming environment. | ||||
| This page also provides an overview of common definitions and concepts | This page also provides an overview of common definitions and concepts | ||||
| relevant to system calls, where to find a table of the system calls | relevant to system calls, where to find a table of the system calls | ||||
| ▲ Show 20 Lines • Show All 716 Lines • Show Last 20 Lines | |||||