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

This commit is contained in:
Eivind Eklund 1998-03-16 18:00:18 +00:00
parent de4372cc90
commit 38b22f2b1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34629

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.