diff options
author | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-14 11:20:58 +0000 |
commit | 7d99729431353c50207fda8b9ab30e1c354c6061 (patch) | |
tree | 8d8c39d3231f9a7b91446e46dfc9b54f9eb84725 /share/man/man3 | |
parent | 56cb617a9d071d8ad21ab908ea9224e718dae618 (diff) | |
download | FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.zip FreeBSD-src-7d99729431353c50207fda8b9ab30e1c354c6061.tar.gz |
Use Fx macro wherever possible.
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/pthread.3 | 10 | ||||
-rw-r--r-- | share/man/man3/pthread_condattr.3 | 3 |
2 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index d9152d9..5287da2 100644 --- a/share/man/man3/pthread.3 +++ b/share/man/man3/pthread.3 @@ -204,7 +204,9 @@ Push the specified cancellation cleanup handler onto the calling thread's cancellation stack. .El .Sh INSTALLATION -The current FreeBSD POSIX thread implementation is built in the library +The current +.Fx +POSIX thread implementation is built in the library .Fa libc_r which contains both thread-safe libc functions and the thread functions. This library replaces @@ -218,13 +220,15 @@ is built as part of a 'make world'. To disable the build of you must supply the '-DNOLIBC_R' option to .Xr make 1 . .Pp -A FreeBSD specific option has been added to gcc to make linking +A +.Fx +specific option has been added to gcc to make linking threaded processes simple. .Fa gcc -pthread links a threaded process against .Fa libc_r instead of -.Fa libc. +.Fa libc . .Sh SEE ALSO .Xr pthread_create 3 , .Xr pthread_detach 3 , diff --git a/share/man/man3/pthread_condattr.3 b/share/man/man3/pthread_condattr.3 index 9aa9a52..6b8a983 100644 --- a/share/man/man3/pthread_condattr.3 +++ b/share/man/man3/pthread_condattr.3 @@ -44,7 +44,8 @@ .Sh DESCRIPTION Condition attribute objects are used to specify parameters to .Fn pthread_cond_init . -FreeBSD's implementation of conditions does not support any non-default +.Fx Ns 's +implementation of conditions does not support any non-default attributes, so these functions are not very useful, though they are required to to be present by .Tn POSIX . |