diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-25 11:47:18 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-25 11:47:18 +0000 |
commit | 7ea43bde3158af4cd2e4bf46023f931bf0f29b4d (patch) | |
tree | 7a66e47a5e0b1cb7521344945666b1eda68f0f7b /usr/src/man/man3c | |
parent | 959bbe4636373bd4e9a18ac470476803cc2087d0 (diff) | |
parent | b31ca922c7346747131aed07c0c171ec2f573aac (diff) | |
download | illumos-joyent-7ea43bde3158af4cd2e4bf46023f931bf0f29b4d.tar.gz |
[illumos-gate merge]
commit b31ca922c7346747131aed07c0c171ec2f573aac
8566 Man pages contain cross-reference errata
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/aligned_alloc.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/arc4random.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/cnd.3c | 4 | ||||
-rw-r--r-- | usr/src/man/man3c/door_bind.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/door_getparam.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/door_return.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/econvert.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/endian.3c | 4 | ||||
-rw-r--r-- | usr/src/man/man3c/fcloseall.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/pthread_atfork.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/quick_exit.3c | 8 | ||||
-rw-r--r-- | usr/src/man/man3c/thr_suspend.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/thrd_create.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/thrd_join.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/timerfd_create.3c | 2 |
15 files changed, 20 insertions, 20 deletions
diff --git a/usr/src/man/man3c/aligned_alloc.3c b/usr/src/man/man3c/aligned_alloc.3c index ccfc200bcf..9e9a857b19 100644 --- a/usr/src/man/man3c/aligned_alloc.3c +++ b/usr/src/man/man3c/aligned_alloc.3c @@ -71,6 +71,6 @@ It is not a power of two multiple of the word size. .Sy MT-Safe .Sh SEE ALSO .Xr malloc 3C , -.Xr memalgin 3C , +.Xr memalign 3C , .Xr posix_memalign 3C , .Xr attributes 5 diff --git a/usr/src/man/man3c/arc4random.3c b/usr/src/man/man3c/arc4random.3c index 317fd31769..0945f82ed9 100644 --- a/usr/src/man/man3c/arc4random.3c +++ b/usr/src/man/man3c/arc4random.3c @@ -69,7 +69,7 @@ to generate a new result. One data pool is used for all consumers in a process, so that consumption under program flow can act as additional stirring. The subsystem is re-seeded from the kernel random number subsystem using -.Xr getentropy 2 +.Xr getentropy 3C on a regular basis, and also upon .Xr fork 2 . .Pp diff --git a/usr/src/man/man3c/cnd.3c b/usr/src/man/man3c/cnd.3c index e2bd8041cc..6748e08b0d 100644 --- a/usr/src/man/man3c/cnd.3c +++ b/usr/src/man/man3c/cnd.3c @@ -176,12 +176,12 @@ is returned to indicate an error. .Sh MT-LEVEL .Sy MT-Safe .Sh SEE ALSO -.Xr cond_braodcast 3C , +.Xr cond_broadcast 3C , .Xr cond_destroy 3C , .Xr cond_init 3C , .Xr cond_signal 3C , .Xr cond_timedwait 3C , .Xr cond_wait 3C , -.Xr threads 3HEAD , +.Xr threads.h 3HEAD , .Xr attributes 5 , .Xr threads 5 diff --git a/usr/src/man/man3c/door_bind.3c b/usr/src/man/man3c/door_bind.3c index 59f879d020..5283481ca8 100644 --- a/usr/src/man/man3c/door_bind.3c +++ b/usr/src/man/man3c/door_bind.3c @@ -191,5 +191,5 @@ MT-Level Safe .SH SEE ALSO .LP -\fBfork\fR(2),\fBdoor_create\fR(3C), \fBdoor_return\fR(3C), +\fBfork\fR(2), \fBdoor_create\fR(3C), \fBdoor_return\fR(3C), \fBdoor_server_create\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3c/door_getparam.3c b/usr/src/man/man3c/door_getparam.3c index a6109b6d59..7922d2badb 100644 --- a/usr/src/man/man3c/door_getparam.3c +++ b/usr/src/man/man3c/door_getparam.3c @@ -193,7 +193,7 @@ if (door_setparam(fd, DOOR_PARAM_DATA_MIN, /* handle error */ /* - * the door will only accept door_call(3DOOR)s with a + * the door will only accept door_call(3C)s with a * data_size which is exactly sizeof (my_request_t). */ .fi diff --git a/usr/src/man/man3c/door_return.3c b/usr/src/man/man3c/door_return.3c index 1386cb51f4..25a2f46d8d 100644 --- a/usr/src/man/man3c/door_return.3c +++ b/usr/src/man/man3c/door_return.3c @@ -92,4 +92,4 @@ MT-Level Safe .SH SEE ALSO .LP -\fBdoor_call\fR(3C),\fBattributes\fR(5) +\fBdoor_call\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3c/econvert.3c b/usr/src/man/man3c/econvert.3c index d2af5c2ef2..9c726c166d 100644 --- a/usr/src/man/man3c/econvert.3c +++ b/usr/src/man/man3c/econvert.3c @@ -143,4 +143,4 @@ MT-Level MT-Safe .SH SEE ALSO .LP -\fBecvt\fR(3C),\fBsprintf\fR(3C), \fBattributes\fR(5) +\fBecvt\fR(3C), \fBsprintf\fR(3C), \fBattributes\fR(5) diff --git a/usr/src/man/man3c/endian.3c b/usr/src/man/man3c/endian.3c index 719dae8e28..658d47ba58 100644 --- a/usr/src/man/man3c/endian.3c +++ b/usr/src/man/man3c/endian.3c @@ -177,7 +177,7 @@ To better support extant software, both are provided. While these functions are common across multiple platforms, they have not been standardized. Portable applications should instead use the functions defined in -.Xr byteorder 3C . +.Xr byteorder 3SOCKET . .Sh RETURN VALUES The functions always succeed and return a value that has been properly converted. @@ -186,7 +186,7 @@ converted. .Sh MT-LEVEL .Sy MT-Safe .Sh SEE ALSO -.Xr byteorder 3C , .Xr endian.h 3HEAD , +.Xr byteorder 3SOCKET , .Xr attributes 5 , .Xr byteorder 5 diff --git a/usr/src/man/man3c/fcloseall.3c b/usr/src/man/man3c/fcloseall.3c index 4b47ca92e8..bd13dc76a6 100644 --- a/usr/src/man/man3c/fcloseall.3c +++ b/usr/src/man/man3c/fcloseall.3c @@ -48,7 +48,7 @@ Note, portable applications should always check the return value. .Sh MT-LEVEL .Sy Mt-Safe . .Sh SEE ALSO -.Xr close 3C , +.Xr close 2 , .Xr fflush 3C , .Xr attributes 5 , .Xr environ 5 , diff --git a/usr/src/man/man3c/pthread_atfork.3c b/usr/src/man/man3c/pthread_atfork.3c index 5268247209..3280ec5a8f 100644 --- a/usr/src/man/man3c/pthread_atfork.3c +++ b/usr/src/man/man3c/pthread_atfork.3c @@ -69,7 +69,7 @@ Insufficient table space exists to record the fork handler addresses. Solaris threads do not offer \fBpthread_atfork()\fR functionality (there is no \fBthr_atfork()\fR interface). However, a Solaris threads application can call \fBpthread_atfork()\fR to ensure \fBfork()\fR-safety, since the two thread APIs -are interoperable. See\fBfork\fR(2) for information relating to \fBfork()\fR in +are interoperable. See \fBfork\fR(2) for information relating to \fBfork()\fR in a Solaris threads environment in Solaris 10 relative to previous releases. .SH EXAMPLES .LP diff --git a/usr/src/man/man3c/quick_exit.3c b/usr/src/man/man3c/quick_exit.3c index bcdb855854..6d39cc66f6 100644 --- a/usr/src/man/man3c/quick_exit.3c +++ b/usr/src/man/man3c/quick_exit.3c @@ -34,10 +34,10 @@ The and .Fn at_quick_exit functions provide a veneer around -.Xr _Exit 3C +.Xr _Exit 2 that allows for registered functions to be called before terminating. Like -.Xr _Exit 3C , +.Xr _Exit 2 , standard library termination is not done. .Xr atexit 3C functions are not called and various standard termination that occurs @@ -55,7 +55,7 @@ will not be called at any other time. Functions that are registered with .Fn at_quick_exit should not make use of -.Xr longjump 3C +.Xr longjmp 3C and related functions. .Pp After calling all registered functions, the @@ -86,7 +86,7 @@ Insufficient storage space is available. .Sh MT-LEVEL .Sy Safe .Sh SEE ALSO -.Xr _Exit 3C , +.Xr _Exit 2 , .Xr atexit 3C , .Xr exit 3C , .Xr attributes 5 , diff --git a/usr/src/man/man3c/thr_suspend.3c b/usr/src/man/man3c/thr_suspend.3c index ef75841ee6..59dedbd146 100644 --- a/usr/src/man/man3c/thr_suspend.3c +++ b/usr/src/man/man3c/thr_suspend.3c @@ -36,7 +36,7 @@ have no effect. .LP A suspended thread will not be awakened by any mechanism other than a call to \fBthr_continue()\fR. Signals and the effect of calls -to\fBmutex_unlock\fR(3C), \fBrw_unlock\fR(3C), \fBsema_post\fR(3C), +to \fBmutex_unlock\fR(3C), \fBrw_unlock\fR(3C), \fBsema_post\fR(3C), \fBcond_signal\fR(3C), and \fBcond_broadcast\fR(3C) remain pending until the execution of the thread is resumed by \fBthr_continue()\fR. .SH RETURN VALUES diff --git a/usr/src/man/man3c/thrd_create.3c b/usr/src/man/man3c/thrd_create.3c index fd31e740b7..8bf799cb3e 100644 --- a/usr/src/man/man3c/thrd_create.3c +++ b/usr/src/man/man3c/thrd_create.3c @@ -58,7 +58,7 @@ the exit status remains available and the corresponding thread ID will not be reused until a process calls .Xr thrd_join 3C . This is similar to how a parent must call -.Xr wait 2 , +.Xr wait 3C , to clean up a child process that has terminated. .Pp For a richer interface interface with more control over aspects of the diff --git a/usr/src/man/man3c/thrd_join.3c b/usr/src/man/man3c/thrd_join.3c index 52a7d8bd33..120e156582 100644 --- a/usr/src/man/man3c/thrd_join.3c +++ b/usr/src/man/man3c/thrd_join.3c @@ -67,7 +67,7 @@ function returns and if .Fa res is a non-null pointer, it will be filled in with the exit status of -.Xr thrd 3C . +.Fa thrd . If an error occurs, .Sy thrd_error will be returned. diff --git a/usr/src/man/man3c/timerfd_create.3c b/usr/src/man/man3c/timerfd_create.3c index 5f2bdcd2c2..16bd2cefcd 100644 --- a/usr/src/man/man3c/timerfd_create.3c +++ b/usr/src/man/man3c/timerfd_create.3c @@ -199,5 +199,5 @@ is not asserted in the effective set of the calling process. .Xr timer_create 3C , .Xr timer_gettime 3C , .Xr timer_settime 3C , -.Xr privileages 5 , +.Xr privileges 5 , .Xr timerfd 5 |