<sys/errno.h> -> <errno.h>

This commit is contained in:
eivind 1998-03-16 18:00:18 +00:00
parent 85e61b777e
commit a9dd033b7e

View File

@ -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.