diff options
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/clearenv.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/eventfd.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/getentropy.3c | 2 | ||||
-rw-r--r-- | usr/src/man/man3c/pthread_mutex_consistent.3c | 4 | ||||
-rw-r--r-- | usr/src/man/man3c/timerfd_create.3c | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/usr/src/man/man3c/clearenv.3c b/usr/src/man/man3c/clearenv.3c index 1bf5cbde17..aa32c3f7a9 100644 --- a/usr/src/man/man3c/clearenv.3c +++ b/usr/src/man/man3c/clearenv.3c @@ -57,8 +57,8 @@ No errors are defined. .Sy Mt-Safe . .Sh SEE ALSO .Xr getenv 3C , -.Xr unsetenv 3C , .Xr setenv 3C , +.Xr unsetenv 3C , .Xr attributes 5 , .Xr environ 5 , .Xr standards 5 diff --git a/usr/src/man/man3c/eventfd.3c b/usr/src/man/man3c/eventfd.3c index 3a9f8be284..74e164404e 100644 --- a/usr/src/man/man3c/eventfd.3c +++ b/usr/src/man/man3c/eventfd.3c @@ -179,6 +179,6 @@ file descriptors open in the calling process. .El .Sh SEE ALSO .Xr poll 2 , -.Xr port_get 3C , .Xr epoll_wait 3C , +.Xr port_get 3C , .Xr eventfd 5 diff --git a/usr/src/man/man3c/getentropy.3c b/usr/src/man/man3c/getentropy.3c index c149521c73..c15f6b5fff 100644 --- a/usr/src/man/man3c/getentropy.3c +++ b/usr/src/man/man3c/getentropy.3c @@ -61,5 +61,5 @@ Too many bytes requested, or some other fatal error occurred. .Sh MT-LEVEL .Sy Async-Signal-Safe .Sh SEE ALSO -.Xr arc4random 3C +.Xr arc4random 3C , .Xr attributes 5 diff --git a/usr/src/man/man3c/pthread_mutex_consistent.3c b/usr/src/man/man3c/pthread_mutex_consistent.3c index 2b6fd0206d..7adfec6527 100644 --- a/usr/src/man/man3c/pthread_mutex_consistent.3c +++ b/usr/src/man/man3c/pthread_mutex_consistent.3c @@ -77,10 +77,10 @@ state. .Sh MT-LEVEL .Sy MT-Safe .Sh SEE ALSO -.Xr pthread_mutexattr_getrobust 3C , .Xr pthread_mutex_destroy 3C , -.Xr pthread_mutex_lock 3C , .Xr pthread_mutex_init 3C , +.Xr pthread_mutex_lock 3C , +.Xr pthread_mutexattr_getrobust 3C , .Xr pthread 3HEAD , .Xr libpthread 3LIB , .Xr attributes 5 , diff --git a/usr/src/man/man3c/timerfd_create.3c b/usr/src/man/man3c/timerfd_create.3c index 84df47e245..f597bfbdc3 100644 --- a/usr/src/man/man3c/timerfd_create.3c +++ b/usr/src/man/man3c/timerfd_create.3c @@ -170,7 +170,7 @@ is returned. Otherwise, is returned and errno is set to indicate the error. .Sh ERRORS The -.Fn timerfd_create() +.Fn timerfd_create function will fail if: .Bl -tag -width Er .It Er EINAL @@ -192,8 +192,8 @@ is not asserted in the effective set of the calling process. .El .Sh SEE ALSO .Xr poll 2 , -.Xr port_get 3C , .Xr epoll_wait 3C , +.Xr port_get 3C , .Xr timer_create 3C , .Xr timer_gettime 3C , .Xr timer_settime 3C , |