errno(3) -> errno(2)

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2016-02-29 17:34:54 +00:00
parent 8f6e650985
commit be9430ef05
2 changed files with 5 additions and 6 deletions

View File

@ -43,7 +43,7 @@
The The
.Fn sysdecode_abi_to_freebsd_errno .Fn sysdecode_abi_to_freebsd_errno
function returns the native function returns the native
.Xr errno 3 .Xr errno 2
value that corresponds to the error indicated by value that corresponds to the error indicated by
.Fa error .Fa error
for the process ABI for the process ABI
@ -60,19 +60,19 @@ The
function the error value for the process ABI function the error value for the process ABI
.Fa abi .Fa abi
that corresponds to the native that corresponds to the native
.Xr errno 3 .Xr errno 2
value value
.Fa error . .Fa error .
If If
.Fa error .Fa error
does not identify a valid does not identify a valid
.Xr errno 3 .Xr errno 2
error, error,
.Dv INT_MAX .Dv INT_MAX
is returned. is returned.
.Pp .Pp
Note that the mappings between native Note that the mappings between native
.Xr errno 3 .Xr errno 2
values and errors for other ABIs are not exhaustive. values and errors for other ABIs are not exhaustive.
If a mapping does not exist, If a mapping does not exist,
these functions return these functions return

View File

@ -235,12 +235,11 @@ logs.
.Xr ktrace 1 , .Xr ktrace 1 ,
.Xr ld-elf.so.1 1 , .Xr ld-elf.so.1 1 ,
.Xr getrlimit 2 , .Xr getrlimit 2 ,
.Xr errno 2 ,
.Xr umtx 2 , .Xr umtx 2 ,
.Xr dlclose 3 , .Xr dlclose 3 ,
.Xr dlopen 3 , .Xr dlopen 3 ,
.Xr errno 3 ,
.Xr getenv 3 , .Xr getenv 3 ,
.Xr libc 3 ,
.Xr pthread_attr 3 , .Xr pthread_attr 3 ,
.Xr pthread_attr_setstacksize 3 , .Xr pthread_attr_setstacksize 3 ,
.Xr pthread_create 3 , .Xr pthread_create 3 ,