]> pd.if.org Git - pdclib/blobdiff - man3/errno.h.3
dos2unix
[pdclib] / man3 / errno.h.3
index a754d804870ddd0119172a280487678b7aba2dde..b9bd12af917e3b087a89ddeee9503e7ffabb9a97 100644 (file)
-.\" This file is part of the Public Domain C Library (PDCLib).\r
-.\" Permission is granted to use, modify, and / or redistribute at will.\r
-.\"\r
-.Dd\r
-.Dt ERRNO.H 3\r
-.Os\r
-.\"\r
-.Sh NAME\r
-.Nm errno.h\r
-.Nd error results\r
-.\"\r
-.Sh SYNOPSIS\r
-.In errno.h\r
-.\"\r
-.Sh DESCRIPTION\r
-The header defines the value\r
-.Dv errno\r
-to be an lvalue of thread-local storage duration.\r
-.\"\r
-.Pp\r
-From the ISO C standard, the following error code constants are defined:\r
-.Bl -tag -compact\r
-.It ERANGE\r
-indicating a value is out of range\r
-.It EDOM\r
-indicating that a value is outside the domain of the current function\r
-.It EILSEQ\r
-indicating an invalid character sequence\r
-.El\r
-.\"\r
-.Pp\r
-From the ISO C++ 2011 standard, the following error code constants are defined:\r
-.Bl -tag -compact\r
-.It E2BIG\r
-.It ECONNRESET\r
-.It EISCONN\r
-.It ENOENT\r
-.It ENOTRECOVERABLE\r
-.It EROFS\r
-.It EACCES\r
-.It EDEADLK\r
-.It EISDIR\r
-.It ENOEXEC\r
-.It ENOTSOCK\r
-.It ESPIPE\r
-.It EADDRINUSE\r
-.It EDESTADDRREQ\r
-.It ELOOP\r
-.It ENOLCK\r
-.It ENOTSUP\r
-.It ESRCH\r
-.It EADDRNOTAVAIL\r
-.It EMFILE\r
-.It ENOLINK\r
-.It ENOTTY\r
-.It ETIME\r
-.It EAFNOSUPPORT\r
-.It EEXIST\r
-.It EMLINK\r
-.It ENOMEM\r
-.It ENXIO\r
-.It ETIMEDOUT\r
-.It EAGAIN\r
-.It EFAULT\r
-.It EMSGSIZE\r
-.It ENOMSG\r
-.It EOPNOTSUPP\r
-.It ETXTBSY\r
-.It EALREADY\r
-.It EFBIG\r
-.It ENAMETOOLONG\r
-.It ENOPROTOOPT\r
-.It EOVERFLOW\r
-.It EWOULDBLOCK\r
-(which may have the same value as \r
-.Ev EAGAIN )\r
-.It EBADF\r
-.It EHOSTUNREACH\r
-.It ENETDOWN\r
-.It ENOSPC\r
-.It EOWNERDEAD\r
-.It EXDEV\r
-.It EBADMSG\r
-.It EIDRM\r
-.It ENETRESET\r
-.It ENOSR\r
-.It EPERM\r
-.It EBUSY\r
-.It ENETUNREACH\r
-.It ENOSTR\r
-.It EPIPE\r
-.It ECANCELED\r
-.It EINPROGRESS\r
-.It ENFILE\r
-.It ENOSYS\r
-.It EPROTO\r
-.It ECHILD\r
-.It EINTR\r
-.It ENOBUFS\r
-.It ENOTCONN\r
-.It EPROTONOSUPPORT\r
-.It ECONNABORTED\r
-.It EINVAL\r
-.It ENODATA\r
-.It ENOTDIR\r
-.It EPROTOTYPE\r
-.El\r
-.Sh SEE ALSO\r
-.Xr errno 3\r
-.Sh STANDARDS\r
-Conforming to\r
-.St -isoC-90 ,\r
-.St -isoC-99 , \r
+.\" This file is part of the Public Domain C Library (PDCLib).
+.\" Permission is granted to use, modify, and / or redistribute at will.
+.\"
+.Dd
+.Dt ERRNO.H 3
+.Os
+.\"
+.Sh NAME
+.Nm errno.h
+.Nd error results
+.\"
+.Sh SYNOPSIS
+.In errno.h
+.\"
+.Sh DESCRIPTION
+The header defines the value
+.Dv errno
+to be an lvalue of thread-local storage duration.
+.\"
+.Pp
+From the ISO C standard, the following error code constants are defined:
+.Bl -tag -compact
+.It ERANGE
+indicating a value is out of range
+.It EDOM
+indicating that a value is outside the domain of the current function
+.It EILSEQ
+indicating an invalid character sequence
+.El
+.\"
+.Pp
+From the ISO C++ 2011 standard, the following error code constants are defined:
+.Bl -tag -compact
+.It E2BIG
+.It ECONNRESET
+.It EISCONN
+.It ENOENT
+.It ENOTRECOVERABLE
+.It EROFS
+.It EACCES
+.It EDEADLK
+.It EISDIR
+.It ENOEXEC
+.It ENOTSOCK
+.It ESPIPE
+.It EADDRINUSE
+.It EDESTADDRREQ
+.It ELOOP
+.It ENOLCK
+.It ENOTSUP
+.It ESRCH
+.It EADDRNOTAVAIL
+.It EMFILE
+.It ENOLINK
+.It ENOTTY
+.It ETIME
+.It EAFNOSUPPORT
+.It EEXIST
+.It EMLINK
+.It ENOMEM
+.It ENXIO
+.It ETIMEDOUT
+.It EAGAIN
+.It EFAULT
+.It EMSGSIZE
+.It ENOMSG
+.It EOPNOTSUPP
+.It ETXTBSY
+.It EALREADY
+.It EFBIG
+.It ENAMETOOLONG
+.It ENOPROTOOPT
+.It EOVERFLOW
+.It EWOULDBLOCK
+(which may have the same value as 
+.Ev EAGAIN )
+.It EBADF
+.It EHOSTUNREACH
+.It ENETDOWN
+.It ENOSPC
+.It EOWNERDEAD
+.It EXDEV
+.It EBADMSG
+.It EIDRM
+.It ENETRESET
+.It ENOSR
+.It EPERM
+.It EBUSY
+.It ENETUNREACH
+.It ENOSTR
+.It EPIPE
+.It ECANCELED
+.It EINPROGRESS
+.It ENFILE
+.It ENOSYS
+.It EPROTO
+.It ECHILD
+.It EINTR
+.It ENOBUFS
+.It ENOTCONN
+.It EPROTONOSUPPORT
+.It ECONNABORTED
+.It EINVAL
+.It ENODATA
+.It ENOTDIR
+.It EPROTOTYPE
+.El
+.Sh SEE ALSO
+.Xr errno 3
+.Sh STANDARDS
+Conforming to
+.St -isoC-90 ,
+.St -isoC-99 , 
 ISO/IEC 14882:2011 "ISO C++ 11"
\ No newline at end of file