diff options
Diffstat (limited to 'lib/krb5/krb5_is_thread_safe.cat3')
| -rw-r--r-- | lib/krb5/krb5_is_thread_safe.cat3 | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/lib/krb5/krb5_is_thread_safe.cat3 b/lib/krb5/krb5_is_thread_safe.cat3 index 37383c8d35bf..bd9b37940c9f 100644 --- a/lib/krb5/krb5_is_thread_safe.cat3 +++ b/lib/krb5/krb5_is_thread_safe.cat3 @@ -1,26 +1,25 @@ - KRB5_IS_THREAD_SAFE(3) BSD Library Functions Manual KRB5_IS_THREAD_SAFE(3) -NNAAMMEE - kkrrbb55__iiss__tthhrreeaadd__ssaaffee -- is the Kerberos library compiled with multithread +[1mNAME[0m + [1mkrb5_is_thread_safe [22m-- is the Kerberos library compiled with multithread support -LLIIBBRRAARRYY +[1mLIBRARY[0m Kerberos 5 Library (libkrb5, -lkrb5) -SSYYNNOOPPSSIISS - ##iinncclluuddee <<kkrrbb55..hh>> +[1mSYNOPSIS[0m + [1m#include <krb5.h>[0m - _k_r_b_5___b_o_o_l_e_a_n - kkrrbb55__iiss__tthhrreeaadd__ssaaffee(_v_o_i_d); + [4mkrb5_boolean[0m + [1mkrb5_is_thread_safe[22m([4mvoid[24m); -DDEESSCCRRIIPPTTIIOONN - kkrrbb55__iiss__tthhrreeaadd__ssaaffee returns TRUE if the library was compiled with with +[1mDESCRIPTION[0m + [1mkrb5_is_thread_safe [22mreturns TRUE if the library was compiled with with multithread support. If the library isn't compiled, the consumer have to use a global lock to make sure Kerboros functions are not called at the same time by different threads. -SSEEEE AALLSSOO +[1mSEE ALSO[0m krb5_create_checksum(3), krb5_encrypt(3) HEIMDAL May 5, 2006 HEIMDAL |
