Sort cross references.
This commit is contained in:
parent
9f05a03550
commit
2adeb3569f
@ -71,8 +71,8 @@ is the amount of time left on the timer from a previous call to
|
||||
.Fn alarm .
|
||||
If no alarm is currently set, the return value is 0.
|
||||
.Sh SEE ALSO
|
||||
.Xr sigaction 2 ,
|
||||
.Xr setitimer 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr sigpause 2 ,
|
||||
.Xr sigvec 2 ,
|
||||
.Xr signal 3 ,
|
||||
|
@ -164,10 +164,10 @@ while ((dp = readdir(dirp)) != NULL)
|
||||
return NOT_FOUND;
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr open 2 ,
|
||||
.Xr close 2 ,
|
||||
.Xr read 2 ,
|
||||
.Xr lseek 2 ,
|
||||
.Xr open 2 ,
|
||||
.Xr read 2 ,
|
||||
.Xr dir 5
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -76,8 +76,8 @@ If
|
||||
is zero, both parts of the result are zero.
|
||||
.Sh SEE ALSO
|
||||
.Xr ldexp 3 ,
|
||||
.Xr modf 3 ,
|
||||
.Xr math 3
|
||||
.Xr math 3 ,
|
||||
.Xr modf 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn frexp
|
||||
|
@ -84,8 +84,8 @@ The caller tried to set the hostname and was not the super-user.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gethostid 3 ,
|
||||
.Xr sysctl 3 ,
|
||||
.Xr gethostname 3
|
||||
.Xr gethostname 3 ,
|
||||
.Xr sysctl 3
|
||||
.Sh BUGS
|
||||
Domain names are limited to
|
||||
.Dv MAXHOSTNAMELEN
|
||||
|
@ -168,8 +168,8 @@ group database file
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Fn getpwent 3 ,
|
||||
.Fn group 5 ,
|
||||
.Fn yp 4
|
||||
.Fn yp 4 ,
|
||||
.Fn group 5
|
||||
.Sh HISTORY
|
||||
The functions
|
||||
.Fn endgrent ,
|
||||
|
@ -85,8 +85,8 @@ or
|
||||
.Xr malloc 3 .
|
||||
.Sh SEE ALSO
|
||||
.Xr getfsstat 2 ,
|
||||
.Xr statfs 2 ,
|
||||
.Xr mount 2 ,
|
||||
.Xr statfs 2 ,
|
||||
.Xr mount 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -51,8 +51,8 @@ The page size is a system
|
||||
page size and may not be the same as the underlying
|
||||
hardware page size.
|
||||
.Sh SEE ALSO
|
||||
.Xr sbrk 2 ,
|
||||
.Xr pagesize 1
|
||||
.Xr pagesize 1 ,
|
||||
.Xr sbrk 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getpagesze
|
||||
|
@ -209,8 +209,8 @@ and
|
||||
.Fn vfsload
|
||||
to search for loadable modules.
|
||||
.Sh SEE ALSO
|
||||
.Xr modload 8 ,
|
||||
.Xr mount 2 ,
|
||||
.Xr modload 8 ,
|
||||
.Xr mount 8
|
||||
.Sh BUGS
|
||||
The return value of the
|
||||
|
@ -68,8 +68,8 @@ and the value
|
||||
is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr frexp 3 ,
|
||||
.Xr modf 3 ,
|
||||
.Xr math 3
|
||||
.Xr math 3 ,
|
||||
.Xr modf 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn ldexp
|
||||
|
@ -194,8 +194,8 @@ is not a valid command.
|
||||
specifies an invalid address.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr msgsnd 3 ,
|
||||
.Xr msgget 3 ,
|
||||
.Xr msgrcv 3 ,
|
||||
.Xr msgget 3
|
||||
.Xr msgsnd 3
|
||||
.Sh HISTORY
|
||||
Message queues appeared in the first release of AT&T Unix System V.
|
||||
|
@ -169,9 +169,9 @@ There is no message of the requested type available on the message queue,
|
||||
and IPC_NOWAIT is set in
|
||||
.Fa msgflg .
|
||||
.Sh SEE ALSO
|
||||
.Xr msgsnd 3 ,
|
||||
.Xr msgctl 3 ,
|
||||
.Xr msgget 3
|
||||
.Xr msgget 3 ,
|
||||
.Xr msgsnd 3
|
||||
.Sh BUGS
|
||||
NetBSD and FreeBSD do not define the EIDRM error value, which should be used in
|
||||
the case of a removed message queue, nor the ENOMSG value, which
|
||||
|
@ -57,8 +57,8 @@ Children inherit the priority of their parent processes via
|
||||
.Xr fork 2 .
|
||||
.Sh SEE ALSO
|
||||
.Xr nice 1 ,
|
||||
.Xr setpriority 2 ,
|
||||
.Xr fork 2 ,
|
||||
.Xr setpriority 2 ,
|
||||
.Xr renice 8
|
||||
.Sh HISTORY
|
||||
A
|
||||
|
@ -139,12 +139,12 @@ The
|
||||
function does not reliably set
|
||||
.Va errno .
|
||||
.Sh SEE ALSO
|
||||
.Xr fork 2 ,
|
||||
.Xr sh 1 ,
|
||||
.Xr fork 2 ,
|
||||
.Xr pipe 2 ,
|
||||
.Xr wait4 2 ,
|
||||
.Xr fflush 3 ,
|
||||
.Xr fclose 3 ,
|
||||
.Xr fflush 3 ,
|
||||
.Xr fopen 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr system 3
|
||||
|
@ -210,8 +210,8 @@ or
|
||||
.Ev SIGSTOP .
|
||||
.Sh SEE ALSO
|
||||
.Xr kill 1 ,
|
||||
.Xr ptrace 2 ,
|
||||
.Xr kill 2 ,
|
||||
.Xr ptrace 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr sigaltstack 2 ,
|
||||
.Xr sigprocmask 2 ,
|
||||
|
@ -80,9 +80,9 @@ is 2147483647.
|
||||
.Xr setitimer 2 ,
|
||||
.Xr sigpause 2 ,
|
||||
.Xr sigvec 2 ,
|
||||
.Xr alarm 3 ,
|
||||
.Xr signal 3 ,
|
||||
.Xr sleep 3 ,
|
||||
.Xr alarm 3 ,
|
||||
.Xr usleep 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -72,12 +72,12 @@ such a function would not restart after signals, but would not interfere
|
||||
with other uses of
|
||||
.Xr setitimer .
|
||||
.Sh SEE ALSO
|
||||
.Xr setitimer 2 ,
|
||||
.Xr getitimer 2 ,
|
||||
.Xr setitimer 2 ,
|
||||
.Xr sigpause 2 ,
|
||||
.Xr ualarm 3 ,
|
||||
.Xr alarm 3 ,
|
||||
.Xr sleep 3 ,
|
||||
.Xr alarm 3
|
||||
.Xr ualarm 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn usleep
|
||||
|
@ -73,8 +73,8 @@ function may fail and set
|
||||
for any of the errors specified for the library function
|
||||
.Xr utimes 2 .
|
||||
.Sh SEE ALSO
|
||||
.Xr utimes 2 ,
|
||||
.Xr stat 2
|
||||
.Xr stat 2 ,
|
||||
.Xr utimes 2
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn utime
|
||||
|
@ -138,10 +138,10 @@ if the
|
||||
.Fa pattern
|
||||
does not appear in the string.
|
||||
.Sh "SEE ALSO
|
||||
.Xr euc 4 ,
|
||||
.Xr mbrune 3 ,
|
||||
.Xr rune 3 ,
|
||||
.Xr setlocale 3 ,
|
||||
.Xr euc 4 ,
|
||||
.Xr utf2 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -222,10 +222,10 @@ not counting any terminating null byte.
|
||||
If any invalid multibyte characters are encountered,
|
||||
both functions return \-1.
|
||||
.Sh "SEE ALSO
|
||||
.Xr euc 4 ,
|
||||
.Xr mbrune 3 ,
|
||||
.Xr rune 3 ,
|
||||
.Xr setlocale 3 ,
|
||||
.Xr euc 4 ,
|
||||
.Xr utf2 4
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -238,9 +238,9 @@ as a multibyte string.
|
||||
binary LC_CTYPE file for the locale \fIlocale\fP.
|
||||
.El
|
||||
.Sh "SEE ALSO
|
||||
.Xr euc 4 ,
|
||||
.Xr mbrune 3 ,
|
||||
.Xr setlocale 3 ,
|
||||
.Xr euc 4 ,
|
||||
.Xr utf2 4
|
||||
.Sh NOTE
|
||||
The ANSI C type
|
||||
|
@ -51,9 +51,9 @@ The
|
||||
.Fn toascii
|
||||
function always returns a valid ASCII character.
|
||||
.Sh SEE ALSO
|
||||
.Xr isascii 3 ,
|
||||
.Xr isalnum 3 ,
|
||||
.Xr isalpha 3 ,
|
||||
.Xr isascii 3 ,
|
||||
.Xr iscntrl 3 ,
|
||||
.Xr isdigit 3 ,
|
||||
.Xr isgraph 3 ,
|
||||
@ -63,7 +63,7 @@ function always returns a valid ASCII character.
|
||||
.Xr isspace 3 ,
|
||||
.Xr isupper 3 ,
|
||||
.Xr isxdigit 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr tolower 3 ,
|
||||
.Xr toupper 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr ascii 7
|
||||
|
@ -65,9 +65,9 @@ one; otherwise the argument is returned unchanged.
|
||||
.\" .Xr islower
|
||||
.\" is true.
|
||||
.Sh SEE ALSO
|
||||
.Xr isascii 3 ,
|
||||
.Xr isalnum 3 ,
|
||||
.Xr isalpha 3 ,
|
||||
.Xr isascii 3 ,
|
||||
.Xr iscntrl 3 ,
|
||||
.Xr isdigit 3 ,
|
||||
.Xr isgraph 3 ,
|
||||
@ -77,9 +77,9 @@ one; otherwise the argument is returned unchanged.
|
||||
.Xr isspace 3 ,
|
||||
.Xr isupper 3 ,
|
||||
.Xr isxdigit 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr toascii 3 ,
|
||||
.Xr toupper 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr ascii 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -65,9 +65,9 @@ one; otherwise the argument is returned unchanged.
|
||||
.\" .Xr isupper
|
||||
.\" is true.
|
||||
.Sh SEE ALSO
|
||||
.Xr isascii 3 ,
|
||||
.Xr isalnum 3 ,
|
||||
.Xr isalpha 3 ,
|
||||
.Xr isascii 3 ,
|
||||
.Xr iscntrl 3 ,
|
||||
.Xr isdigit 3 ,
|
||||
.Xr isgraph 3 ,
|
||||
@ -77,9 +77,9 @@ one; otherwise the argument is returned unchanged.
|
||||
.Xr isspace 3 ,
|
||||
.Xr isupper 3 ,
|
||||
.Xr isxdigit 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr toascii 3 ,
|
||||
.Xr tolower 3 ,
|
||||
.Xr stdio 3 ,
|
||||
.Xr ascii 7
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -132,7 +132,8 @@ Null pointer
|
||||
.Dv EOF
|
||||
or error.
|
||||
.Sh SEE ALSO
|
||||
.Xr networks 5 ,
|
||||
.Xr networks 5
|
||||
.Pp
|
||||
.%T RFC 1101
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -326,9 +326,9 @@ see
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gethostbyname 3 ,
|
||||
.Xr named 8 ,
|
||||
.Xr resolver 5 ,
|
||||
.Xr hostname 7 ,
|
||||
.Xr named 8
|
||||
.Pp
|
||||
.%T RFC1032 ,
|
||||
.%T RFC1033 ,
|
||||
|
@ -44,8 +44,8 @@ The
|
||||
function closes the message catalog specified by the argument
|
||||
.Fa catd .
|
||||
.Sh SEE ALSO
|
||||
.Xr catopen 3 ,
|
||||
.Xr catgets 3
|
||||
.Xr catgets 3 ,
|
||||
.Xr catopen 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn catclose
|
||||
|
@ -99,8 +99,8 @@ for any of the errors specified for the routine
|
||||
.Xr write 2 .
|
||||
.Sh SEE ALSO
|
||||
.Xr write 2 ,
|
||||
.Xr fopen 3 ,
|
||||
.Xr fclose 3 ,
|
||||
.Xr fopen 3 ,
|
||||
.Xr setbuf 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -95,8 +95,8 @@ may also fail and set
|
||||
for any of the errors specified for the routines
|
||||
.Xr write 2 .
|
||||
.Sh SEE ALSO
|
||||
.Xr putc 3 ,
|
||||
.Xr ferror 3 ,
|
||||
.Xr putc 3 ,
|
||||
.Xr stdio 3
|
||||
.Sh STANDARDS
|
||||
The functions
|
||||
|
@ -106,8 +106,8 @@ until the condition is cleared with
|
||||
.Xr clearerr 3 .
|
||||
.Sh SEE ALSO
|
||||
.Xr ferror 3 ,
|
||||
.Xr fread 3 ,
|
||||
.Xr fopen 3 ,
|
||||
.Xr fread 3 ,
|
||||
.Xr putc 3 ,
|
||||
.Xr ungetc 3
|
||||
.Sh STANDARDS
|
||||
|
@ -391,11 +391,11 @@ end-of-file occurs. If an error or end-of-file occurs after conversion
|
||||
has begun,
|
||||
the number of conversions which were successfully completed is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr strtol 3 ,
|
||||
.Xr strtoul 3 ,
|
||||
.Xr strtod 3 ,
|
||||
.Xr getc 3 ,
|
||||
.Xr printf 3
|
||||
.Xr printf 3 ,
|
||||
.Xr strtod 3 ,
|
||||
.Xr strtol 3 ,
|
||||
.Xr strtoul 3
|
||||
.Sh STANDARDS
|
||||
The functions
|
||||
.Fn fscanf ,
|
||||
|
@ -170,12 +170,12 @@ function returns what the equivalent
|
||||
.Fn setvbuf
|
||||
would have returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr fopen 3 ,
|
||||
.Xr fclose 3 ,
|
||||
.Xr fopen 3 ,
|
||||
.Xr fread 3 ,
|
||||
.Xr malloc 3 ,
|
||||
.Xr puts 3 ,
|
||||
.Xr printf 3
|
||||
.Xr printf 3 ,
|
||||
.Xr puts 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn setbuf
|
||||
|
@ -204,8 +204,8 @@ and
|
||||
exist and will be used if the macros
|
||||
definitions are explicitly removed.
|
||||
.Sh SEE ALSO
|
||||
.Xr open 2 ,
|
||||
.Xr close 2 ,
|
||||
.Xr open 2 ,
|
||||
.Xr read 2 ,
|
||||
.Xr write 2
|
||||
.Sh BUGS
|
||||
|
@ -85,8 +85,8 @@ character equals
|
||||
.Dv EOF ,
|
||||
the operation will fail and the stream will remain unchanged.
|
||||
.Sh SEE ALSO
|
||||
.Xr getc 3 ,
|
||||
.Xr fseek 3 ,
|
||||
.Xr getc 3 ,
|
||||
.Xr setvbuf 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -60,10 +60,10 @@ function
|
||||
returns
|
||||
the absolute value.
|
||||
.Sh SEE ALSO
|
||||
.Xr floor 3 ,
|
||||
.Xr labs 3 ,
|
||||
.Xr cabs 3 ,
|
||||
.Xr floor 3 ,
|
||||
.Xr hypot 3 ,
|
||||
.Xr labs 3 ,
|
||||
.Xr math 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -81,7 +81,7 @@ If two members compare as equal, which member is matched is unspecified.
|
||||
.Sh SEE ALSO
|
||||
.Xr db 3 ,
|
||||
.Xr lsearch 3 ,
|
||||
.Xr qsort 3 ,
|
||||
.Xr qsort 3
|
||||
.\" .Xr tsearch 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -79,8 +79,8 @@ never returns.
|
||||
.Xr _exit 2 ,
|
||||
.Xr atexit 3 ,
|
||||
.Xr intro 3 ,
|
||||
.Xr tmpfile 3 ,
|
||||
.Xr sysexits 3
|
||||
.Xr sysexits 3 ,
|
||||
.Xr tmpfile 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn exit
|
||||
|
@ -53,8 +53,8 @@ returns the absolute value of the long integer
|
||||
.Ar j .
|
||||
.Sh SEE ALSO
|
||||
.Xr abs 3 ,
|
||||
.Xr floor 3 ,
|
||||
.Xr cabs 3 ,
|
||||
.Xr floor 3 ,
|
||||
.Xr math 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -196,8 +196,8 @@ is replaced by
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr date 1 ,
|
||||
.Xr ctime 3 ,
|
||||
.Xr printf 1 ,
|
||||
.Xr ctime 3 ,
|
||||
.Xr printf 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -56,8 +56,8 @@ argument to the function
|
||||
.Pp
|
||||
If insufficient memory is available, NULL is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr malloc 3 ,
|
||||
.Xr free 3
|
||||
.Xr free 3 ,
|
||||
.Xr malloc 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn strdup
|
||||
|
@ -115,23 +115,23 @@ Except as noted in their specific manual pages,
|
||||
the string functions do not test the destination
|
||||
for size limitations.
|
||||
.Sh SEE ALSO
|
||||
.Xr bstring 3 ,
|
||||
.Xr index 3 ,
|
||||
.Xr rindex 3 ,
|
||||
.Xr strcasecmp 3 ,
|
||||
.Xr strcat 3 ,
|
||||
.Xr strchr 3 ,
|
||||
.Xr strrchr 3 ,
|
||||
.Xr strcmp 3 ,
|
||||
.Xr strcasecmp 3 ,
|
||||
.Xr strcpy 3 ,
|
||||
.Xr strcspn 3 ,
|
||||
.Xr strerror 3 ,
|
||||
.Xr strlen 3 ,
|
||||
.Xr strpbrk 3 ,
|
||||
.Xr strrchr 3 ,
|
||||
.Xr strsep 3 ,
|
||||
.Xr strspn 3 ,
|
||||
.Xr strcspn 3 ,
|
||||
.Xr strstr 3 ,
|
||||
.Xr strtok 3 ,
|
||||
.Xr rindex 3 ,
|
||||
.Xr bstring 3
|
||||
.Xr strtok 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn strcat ,
|
||||
|
@ -98,7 +98,7 @@ The process's effective user ID is not that of the super-user.
|
||||
.Xr date 1 ,
|
||||
.Xr gettimeofday 2 ,
|
||||
.Xr timed 8 ,
|
||||
.Xr timedc 8 ,
|
||||
.Xr timedc 8
|
||||
.Rs
|
||||
.%T "TSP: The Time Synchronization Protocol for UNIX 4.3BSD"
|
||||
.%A R. Gusella
|
||||
|
@ -136,9 +136,9 @@ An empty pathname was specified.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr connect 2 ,
|
||||
.Xr getsockname 2 ,
|
||||
.Xr listen 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr getsockname 2
|
||||
.Xr socket 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn bind
|
||||
|
@ -132,8 +132,8 @@ to support the expansion.
|
||||
.Sh SEE ALSO
|
||||
.Xr execve 2 ,
|
||||
.Xr getrlimit 2 ,
|
||||
.Xr malloc 3 ,
|
||||
.Xr end 3
|
||||
.Xr end 3 ,
|
||||
.Xr malloc 3
|
||||
.Sh BUGS
|
||||
Setting the break may fail due to a temporary lack of
|
||||
swap space. It is not possible to distinguish this
|
||||
|
@ -160,8 +160,8 @@ An I/O error occurred while reading from or writing to the file system.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr chmod 1 ,
|
||||
.Xr open 2 ,
|
||||
.Xr chown 2 ,
|
||||
.Xr open 2 ,
|
||||
.Xr stat 2 ,
|
||||
.Xr sticky 8
|
||||
.Sh STANDARDS
|
||||
|
@ -125,10 +125,10 @@ The named file resides on a read-only file system.
|
||||
An I/O error occurred while reading from or writing to the file system.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr chown 8 ,
|
||||
.Xr chgrp 1 ,
|
||||
.Xr chmod 2 ,
|
||||
.Xr flock 2
|
||||
.Xr flock 2 ,
|
||||
.Xr chown 8
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn chown
|
||||
|
@ -130,13 +130,13 @@ An interrupt was received.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr accept 2 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr fcntl 2 ,
|
||||
.Xr flock 2 ,
|
||||
.Xr open 2 ,
|
||||
.Xr pipe 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr socketpair 2 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr fcntl 2
|
||||
.Xr socketpair 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn close
|
||||
|
@ -159,9 +159,9 @@ Too many symbolic links were encountered in translating the pathname.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr accept 2 ,
|
||||
.Xr getsockname 2 ,
|
||||
.Xr select 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr getsockname 2
|
||||
.Xr socket 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn connect
|
||||
|
@ -164,13 +164,13 @@ Too many descriptors are active.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr accept 2 ,
|
||||
.Xr open 2 ,
|
||||
.Xr close 2 ,
|
||||
.Xr fcntl 2 ,
|
||||
.Xr getdtablesize 2 ,
|
||||
.Xr open 2 ,
|
||||
.Xr pipe 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr socketpair 2 ,
|
||||
.Xr getdtablesize 2
|
||||
.Xr socketpair 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn dup
|
||||
|
@ -159,11 +159,11 @@ The argument
|
||||
refers to an object that does not support file locking.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr open 2 ,
|
||||
.Xr close 2 ,
|
||||
.Xr dup 2 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr fork 2
|
||||
.Xr fork 2 ,
|
||||
.Xr open 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn flock
|
||||
|
@ -166,8 +166,8 @@ An
|
||||
error occurred while reading from or writing to the file system.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr open 2 ,
|
||||
.Xr lseek 2
|
||||
.Xr lseek 2 ,
|
||||
.Xr open 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getdirentries
|
||||
|
@ -69,8 +69,8 @@ functions are always successful, and no return value is reserved to
|
||||
indicate an error.
|
||||
.Sh SEE ALSO
|
||||
.Xr getuid 2 ,
|
||||
.Xr setregid 2 ,
|
||||
.Xr setgid 2
|
||||
.Xr setgid 2 ,
|
||||
.Xr setregid 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn getgid
|
||||
|
@ -156,9 +156,9 @@ parameter specified a time that was too large
|
||||
to be handled.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gettimeofday 2 ,
|
||||
.Xr select 2 ,
|
||||
.Xr sigvec 2 ,
|
||||
.Xr gettimeofday 2 ,
|
||||
.Xr clocks 7
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -104,8 +104,8 @@ process address space.
|
||||
.Sh SEE ALSO
|
||||
.Xr accept 2 ,
|
||||
.Xr bind 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr getsockname 2
|
||||
.Xr getsockname 2 ,
|
||||
.Xr socket 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn getpeername
|
||||
|
@ -120,8 +120,8 @@ is not valid.
|
||||
.Xr mt 1 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr fcntl 2 ,
|
||||
.Xr tty 4 ,
|
||||
.Xr intro 4
|
||||
.Xr intro 4 ,
|
||||
.Xr tty 4
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn ioctl
|
||||
|
@ -120,8 +120,8 @@ When signaling a process group, this error is returned if any members
|
||||
of the group could not be signaled.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr getpid 2 ,
|
||||
.Xr getpgrp 2 ,
|
||||
.Xr getpid 2 ,
|
||||
.Xr killpg 2 ,
|
||||
.Xr sigaction 2
|
||||
.Sh STANDARDS
|
||||
|
@ -154,8 +154,8 @@ Too many symbolic links were encountered in translating the pathname.
|
||||
An I/O error occurred while reading from or writing to the file system.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ktrace 1 ,
|
||||
.Xr kdump 1
|
||||
.Xr kdump 1 ,
|
||||
.Xr ktrace 1
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Nm ktrace
|
||||
|
@ -210,13 +210,13 @@ parameter wasn't available.
|
||||
.Dv MAP_ANON
|
||||
was specified and insufficient memory was available.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr msync 2 ,
|
||||
.Xr munmap 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr madvise 2 ,
|
||||
.Xr mincore 2 ,
|
||||
.Xr mlock 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr msync 2 ,
|
||||
.Xr munlock 2 ,
|
||||
.Xr munmap 2 ,
|
||||
.Xr getpagesize 3
|
||||
|
||||
.Sh BUGS
|
||||
|
@ -327,9 +327,9 @@ or
|
||||
mount can also fail if the maximum number of filesystems are currently
|
||||
mounted.
|
||||
.Sh SEE ALSO
|
||||
.Xr mfs 8 ,
|
||||
.Xr mount 8 ,
|
||||
.Xr umount 8 ,
|
||||
.Xr mfs 8
|
||||
.Xr umount 8
|
||||
.Sh BUGS
|
||||
Some of the error codes need translation to more obvious messages.
|
||||
.Sh HISTORY
|
||||
|
@ -87,7 +87,7 @@ was both MS_ASYNC and MS_INVALIDATE. Only one of these flags is allowed.
|
||||
.Xr madvise 2 ,
|
||||
.Xr mincore 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr munmap 2 ,
|
||||
.Xr munmap 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn msync
|
||||
|
@ -71,8 +71,8 @@ valid address space.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr madvise 2 ,
|
||||
.Xr mincore 2 ,
|
||||
.Xr msync 2 ,
|
||||
.Xr mprotect 2 ,
|
||||
.Xr msync 2 ,
|
||||
.Xr munmap 2 ,
|
||||
.Xr getpagesize 3
|
||||
.Sh HISTORY
|
||||
|
@ -215,8 +215,8 @@ as explained above.
|
||||
The caller is not the super-user.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr nfsd 8 ,
|
||||
.Xr mount_nfs 8 ,
|
||||
.Xr nfsd 8 ,
|
||||
.Xr nfsiod 8
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -276,8 +276,8 @@ An attempt was made to open a socket (not currently implemented).
|
||||
.Xr getdtablesize 2 ,
|
||||
.Xr lseek 2 ,
|
||||
.Xr read 2 ,
|
||||
.Xr write 2 ,
|
||||
.Xr umask 2
|
||||
.Xr umask 2 ,
|
||||
.Xr write 2
|
||||
.Sh HISTORY
|
||||
An
|
||||
.Fn open
|
||||
|
@ -107,10 +107,10 @@ space.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr sh 1 ,
|
||||
.Xr read 2 ,
|
||||
.Xr write 2 ,
|
||||
.Xr fork 2 ,
|
||||
.Xr socketpair 2
|
||||
.Xr read 2 ,
|
||||
.Xr socketpair 2 ,
|
||||
.Xr write 2
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn pipe
|
||||
|
@ -280,9 +280,9 @@ on a process in violation of the requirements listed under
|
||||
above.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr execve 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr wait 2 ,
|
||||
.Xr execve 2 ,
|
||||
.Xr execv 3
|
||||
.Sh HISTORY
|
||||
A
|
||||
|
@ -252,9 +252,9 @@ address space.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr fcntl 2 ,
|
||||
.Xr getsockopt 2 ,
|
||||
.Xr read 2 ,
|
||||
.Xr select 2 ,
|
||||
.Xr getsockopt 2 ,
|
||||
.Xr socket 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -127,10 +127,10 @@ Both the RFFDG and the RFCFDG flags were specified.
|
||||
There is insufficient swap space for the new process.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr intro 2 ,
|
||||
.Xr fork 2 ,
|
||||
.Xr vfork 2 ,
|
||||
.Xr minherit 2
|
||||
.Xr intro 2 ,
|
||||
.Xr minherit 2 ,
|
||||
.Xr vfork 2
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn rfork
|
||||
|
@ -98,9 +98,9 @@ The specified process was not found.
|
||||
The original author was Henrik Vestergaard Draboel - hvd@terry.ping.dk. This
|
||||
implementation in FreeBSD was substantially rewritten by David Greenman.
|
||||
.Sh SEE ALSO
|
||||
.Xr rtprio 1 ,
|
||||
.Xr nice 1 ,
|
||||
.Xr ps 1 ,
|
||||
.Xr rtprio 1 ,
|
||||
.Xr setpriority 2 ,
|
||||
.Xr nice 3 ,
|
||||
.Xr renice 8
|
||||
|
@ -188,5 +188,5 @@ Too many operations were specified.
|
||||
.Fa sem_num
|
||||
was not in the range of valid semaphores for the set.
|
||||
.Sh SEE ALSO
|
||||
.Xr semget 2 ,
|
||||
.Xr semctl 2
|
||||
.Xr semctl 2 ,
|
||||
.Xr semget 2
|
||||
|
@ -167,9 +167,9 @@ but may be caused by transient congestion.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr fcntl 2 ,
|
||||
.Xr getsockopt 2 ,
|
||||
.Xr recv 2 ,
|
||||
.Xr select 2 ,
|
||||
.Xr getsockopt 2 ,
|
||||
.Xr socket 2 ,
|
||||
.Xr write 2
|
||||
.Sh HISTORY
|
||||
|
@ -122,8 +122,8 @@ If the user is not the super user, or the uid
|
||||
specified is not the real, effective ID, or saved ID,
|
||||
these functions return \-1.
|
||||
.Sh SEE ALSO
|
||||
.Xr getuid 2 ,
|
||||
.Xr getgid 2
|
||||
.Xr getgid 2 ,
|
||||
.Xr getuid 2
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn setuid
|
||||
|
@ -106,5 +106,5 @@ will fail if:
|
||||
.Fa addr
|
||||
does not point to a shared memory segment.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr shmget 2 ,
|
||||
.Xr shmctl 2
|
||||
.Xr shmctl 2 ,
|
||||
.Xr shmget 2
|
||||
|
@ -130,7 +130,7 @@ the shared memory segment's owner or creator.
|
||||
Permission denied due to mismatch between operation and mode of
|
||||
shared memory segment.
|
||||
.Sh "SEE ALSO"
|
||||
.Xr shmget 2 ,
|
||||
.Xr shmat 2 ,
|
||||
.Xr shmdt 2 ,
|
||||
.Xr shmget 2 ,
|
||||
.Xr ftok 3
|
||||
|
@ -132,7 +132,7 @@ corresponding to
|
||||
already exists.
|
||||
.Pp
|
||||
.Sh "SEE ALSO"
|
||||
.Xr shmctl 2 ,
|
||||
.Xr shmat 2 ,
|
||||
.Xr shmctl 2 ,
|
||||
.Xr shmdt 2 ,
|
||||
.Xr ftok 3
|
||||
|
@ -369,15 +369,15 @@ and
|
||||
are intended for backwards compatability with other operating systems.
|
||||
.Sh SEE ALSO
|
||||
.Xr kill 1 ,
|
||||
.Xr ptrace 2 ,
|
||||
.Xr kill 2 ,
|
||||
.Xr ptrace 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr sigprocmask 2 ,
|
||||
.Xr sigsuspend 2 ,
|
||||
.Xr sigblock 2 ,
|
||||
.Xr sigsetmask 2 ,
|
||||
.Xr sigpause 2 ,
|
||||
.Xr sigaltstack 2 ,
|
||||
.Xr sigblock 2 ,
|
||||
.Xr sigpause 2 ,
|
||||
.Xr sigprocmask 2 ,
|
||||
.Xr sigsetmask 2 ,
|
||||
.Xr sigsuspend 2 ,
|
||||
.Xr sigvec 2 ,
|
||||
.Xr setjmp 3 ,
|
||||
.Xr siginterrupt 3 ,
|
||||
|
@ -110,8 +110,8 @@ has a value other than those listed here.
|
||||
.Sh SEE ALSO
|
||||
.Xr kill 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr sigsetops 3 ,
|
||||
.Xr sigsuspend 2
|
||||
.Xr sigsuspend 2 ,
|
||||
.Xr sigsetops 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn sigprocmask
|
||||
|
@ -69,8 +69,8 @@ always terminates by being interrupted, returning -1 with
|
||||
set to
|
||||
.Dv EINTR .
|
||||
.Sh SEE ALSO
|
||||
.Xr sigprocmask 2 ,
|
||||
.Xr sigaction 2 ,
|
||||
.Xr sigprocmask 2 ,
|
||||
.Xr sigsetops 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
|
@ -241,7 +241,6 @@ The socket cannot be created until sufficient resources are freed.
|
||||
.Xr accept 2 ,
|
||||
.Xr bind 2 ,
|
||||
.Xr connect 2 ,
|
||||
.Xr getprotoent 3 ,
|
||||
.Xr getsockname 2 ,
|
||||
.Xr getsockopt 2 ,
|
||||
.Xr ioctl 2 ,
|
||||
@ -252,7 +251,8 @@ The socket cannot be created until sufficient resources are freed.
|
||||
.Xr send 2 ,
|
||||
.Xr shutdown 2 ,
|
||||
.Xr socketpair 2 ,
|
||||
.Xr write 2
|
||||
.Xr write 2 ,
|
||||
.Xr getprotoent 3
|
||||
.Rs
|
||||
.%T "An Introductory 4.3 BSD Interprocess Communication Tutorial"
|
||||
.%B PS1
|
||||
|
@ -77,9 +77,9 @@ The address
|
||||
does not specify a valid part of the
|
||||
process address space.
|
||||
.Sh SEE ALSO
|
||||
.Xr pipe 2 ,
|
||||
.Xr read 2 ,
|
||||
.Xr write 2 ,
|
||||
.Xr pipe 2
|
||||
.Xr write 2
|
||||
.Sh BUGS
|
||||
This call is currently implemented only for the
|
||||
.Tn UNIX
|
||||
|
@ -97,8 +97,8 @@ An I/O error occurred while opening the swap device.
|
||||
.Fa Special
|
||||
points outside the process's allocated address space.
|
||||
.Sh SEE ALSO
|
||||
.Xr swapon 8 ,
|
||||
.Xr config 8
|
||||
.Xr config 8 ,
|
||||
.Xr swapon 8
|
||||
.Sh BUGS
|
||||
There is no way to stop swapping on a disk so that the pack may be
|
||||
dismounted.
|
||||
|
@ -127,8 +127,8 @@ points outside the process's allocated address space.
|
||||
.Xr link 2 ,
|
||||
.Xr lstat 2 ,
|
||||
.Xr readlink 2 ,
|
||||
.Xr symlink 7 ,
|
||||
.Xr unlink 2
|
||||
.Xr unlink 2 ,
|
||||
.Xr symlink 7
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn symlink
|
||||
|
@ -99,9 +99,9 @@ is invalid.
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr fork 2 ,
|
||||
.Xr pthread_exit 3 ,
|
||||
.Xr pthread_join 3 ,
|
||||
.Xr fork 2
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_create
|
||||
is expected to conform to IEEE
|
||||
|
@ -88,10 +88,10 @@ function cannot return to its caller.
|
||||
None.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_create 3 ,
|
||||
.Xr pthread_join 3 ,
|
||||
.Xr _exit 2 ,
|
||||
.Xr exit 2 ,
|
||||
.Xr _exit 2
|
||||
.Xr pthread_create 3 ,
|
||||
.Xr pthread_join 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_exit
|
||||
is expected to conform to IEEE
|
||||
|
@ -91,8 +91,8 @@ specifies the calling thread.
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_create 3 ,
|
||||
.Xr wait 2
|
||||
.Xr wait 2 ,
|
||||
.Xr pthread_create 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_join
|
||||
is expected to conform to IEEE
|
||||
|
@ -89,8 +89,8 @@ Insufficient memory exists to create the key.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_getspecific 3 ,
|
||||
.Xr pthread_setspecific 3 ,
|
||||
.Xr pthread_key_delete 3
|
||||
.Xr pthread_key_delete 3 ,
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_create
|
||||
is expected to conform to IEEE
|
||||
|
@ -82,8 +82,8 @@ value is invalid.
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_key_create 3 ,
|
||||
.Xr pthread_getspecific 3 ,
|
||||
.Xr pthread_key_create 3 ,
|
||||
.Xr pthread_setspecific 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_key_delete
|
||||
|
@ -81,9 +81,9 @@ value is invalid.
|
||||
.El
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Xr pthread_getspecific 3 ,
|
||||
.Xr pthread_key_create 3 ,
|
||||
.Xr pthread_key_delete 3 ,
|
||||
.Xr pthread_getspecific 3
|
||||
.Xr pthread_key_delete 3
|
||||
.Sh STANDARDS
|
||||
.Fn pthread_setspecific
|
||||
is expected to conform to IEEE
|
||||
|
@ -75,8 +75,8 @@ Daylight Saving time applies locally during the appropriate part of the year.
|
||||
.Sh SEE ALSO
|
||||
.Xr gettimeofday 2 ,
|
||||
.Xr settimeofday 2 ,
|
||||
.Xr time 3 ,
|
||||
.Xr ctime 3
|
||||
.Xr ctime 3 ,
|
||||
.Xr time 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -131,8 +131,8 @@ These numbers account only for real
|
||||
data supplied by the caching mechanism is charged only
|
||||
to the first process to read or write the data.
|
||||
.Sh SEE ALSO
|
||||
.Xr wait3 2 ,
|
||||
.Xr getrusage 2 ,
|
||||
.Xr wait3 2 ,
|
||||
.Xr time 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -110,8 +110,8 @@ unmatched \e).
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr ed 1 ,
|
||||
.Xr ex 1 ,
|
||||
.Xr egrep 1 ,
|
||||
.Xr ex 1 ,
|
||||
.Xr fgrep 1 ,
|
||||
.Xr grep 1 ,
|
||||
.Xr regex 3
|
||||
|
@ -78,5 +78,5 @@ the buffer
|
||||
.Fa s
|
||||
will be filled with a null string.
|
||||
.Sh SEE ALSO
|
||||
.Xr getpwuid 3 ,
|
||||
.Xr geteuid 2 .
|
||||
.Xr geteuid 2 ,
|
||||
.Xr getpwuid 3
|
||||
|
@ -281,9 +281,9 @@ where failures are syntax errors, exceeding implementation limits,
|
||||
or applying `+' or `*' to a possibly-null operand.
|
||||
.Sh SEE ALSO
|
||||
.Xr ed 1 ,
|
||||
.Xr egrep 1 ,
|
||||
.Xr ex 1 ,
|
||||
.Xr expr 1 ,
|
||||
.Xr egrep 1 ,
|
||||
.Xr fgrep 1 ,
|
||||
.Xr grep 1 ,
|
||||
.Xr regex 3
|
||||
|
@ -76,10 +76,10 @@ will return NULL on failure.
|
||||
This routine does not belong in the kvm interface.
|
||||
.Sh SEE ALSO
|
||||
.Xr kvm 3 ,
|
||||
.Xr kvm_close 3 ,
|
||||
.Xr kvm_geterr 3 ,
|
||||
.Xr kvm_nlist 3 ,
|
||||
.Xr kvm_open 3 ,
|
||||
.Xr kvm_openfiles 3 ,
|
||||
.Xr kvm_close 3 ,
|
||||
.Xr kvm_read 3 ,
|
||||
.Xr kvm_write 3 ,
|
||||
.Xr kvm_nlist 3 ,
|
||||
.Xr kvm_geterr 3
|
||||
.Xr kvm_write 3
|
||||
|
@ -60,5 +60,5 @@ If the load average was unobtainable, \-1 is returned; otherwise,
|
||||
the number of samples actually retrieved is returned.
|
||||
.Sh SEE ALSO
|
||||
.Xr uptime 1 ,
|
||||
.Xr kvm 3 ,
|
||||
.Xr getloadavg 3
|
||||
.Xr getloadavg 3 ,
|
||||
.Xr kvm 3
|
||||
|
@ -71,16 +71,16 @@ to
|
||||
.Dv EDOM
|
||||
and a reserved operand fault is generated.
|
||||
.Sh SEE ALSO
|
||||
.Xr sin 3 ,
|
||||
.Xr cos 3 ,
|
||||
.Xr tan 3 ,
|
||||
.Xr asin 3 ,
|
||||
.Xr atan 3 ,
|
||||
.Xr atan2 3 ,
|
||||
.Xr sinh 3 ,
|
||||
.Xr cos 3 ,
|
||||
.Xr cosh 3 ,
|
||||
.Xr tanh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr sin 3 ,
|
||||
.Xr sinh 3 ,
|
||||
.Xr tan 3 ,
|
||||
.Xr tanh 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn acos
|
||||
|
@ -72,8 +72,8 @@ causes a reserved operand fault.
|
||||
.Xr asinh 3 ,
|
||||
.Xr atanh 3 ,
|
||||
.Xr exp 3 ,
|
||||
.Xr infnan 3
|
||||
.Xr math 3 ,
|
||||
.Xr infnan 3 ,
|
||||
.Xr math 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn acosh
|
||||
|
@ -78,11 +78,11 @@ a reserved operand fault generated.
|
||||
.Xr atan2 3 ,
|
||||
.Xr cos 3 ,
|
||||
.Xr cosh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr sin 3 ,
|
||||
.Xr sinh 3 ,
|
||||
.Xr tan 3 ,
|
||||
.Xr tanh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr tanh 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn asin
|
||||
|
@ -60,8 +60,8 @@ returns the inverse hyperbolic sine of
|
||||
.Xr acosh 3 ,
|
||||
.Xr atanh 3 ,
|
||||
.Xr exp 3 ,
|
||||
.Xr infnan 3
|
||||
.Xr math 3 ,
|
||||
.Xr infnan 3 ,
|
||||
.Xr math 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn asinh
|
||||
|
@ -62,11 +62,11 @@ radians.
|
||||
.Xr atan2 3 ,
|
||||
.Xr cos 3 ,
|
||||
.Xr cosh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr sin 3 ,
|
||||
.Xr sinh 3 ,
|
||||
.Xr tan 3 ,
|
||||
.Xr tanh 3 ,
|
||||
.Xr math 3 ,
|
||||
.Xr tanh 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn atan
|
||||
|
@ -74,8 +74,8 @@ a reserved operand fault is generated.
|
||||
.Xr acosh 3 ,
|
||||
.Xr asinh 3 ,
|
||||
.Xr exp 3 ,
|
||||
.Xr infnan 3
|
||||
.Xr math 3 ,
|
||||
.Xr infnan 3 ,
|
||||
.Xr math 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn atanh
|
||||
|
@ -55,9 +55,9 @@ expressed as a double.
|
||||
.Xr abs 3 ,
|
||||
.Xr fabs 3 ,
|
||||
.Xr floor 3 ,
|
||||
.Xr rint 3 ,
|
||||
.Xr ieee 3 ,
|
||||
.Xr math 3 .
|
||||
.Xr math 3 ,
|
||||
.Xr rint 3
|
||||
.Sh STANDARDS
|
||||
The
|
||||
.Fn ceil
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user