Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/pthread_rwlock_rdlock.3c.man.txt
          +++ new/usr/src/man/man3c/pthread_rwlock_rdlock.3c.man.txt
↓ open down ↓ 38 lines elided ↑ open up ↑
  39   39         one read-write lock is currently set at 100,000, though this number
  40   40         could change in a future release. There is no imposed limit on the
  41   41         number of different threads that can apply a read lock to one read-
  42   42         write lock.
  43   43  
  44   44  
  45   45         The pthread_rwlock_tryrdlock() function applies a read lock like the
  46   46         pthread_rwlock_rdlock() function, with the exception that the function
  47   47         fails if the equivalent pthread_rwlock_rdlock() call would have blocked
  48   48         the calling thread.  In no case will the pthread_rwlock_tryrdlock()
  49      -       function ever bloc. It always either acquires the lock or fails and
       49 +       function ever block. It always either acquires the lock or fails and
  50   50         returns immediately.
  51   51  
  52   52  
  53   53         Results are undefined if any of these functions are called with an
  54   54         uninitialized read-write lock.
  55   55  
  56   56  
  57   57         If a signal is delivered to a thread waiting for a read-write lock for
  58   58         reading, upon return from the signal handler the thread resumes waiting
  59   59         for the read-write lock for reading as if it was not interrupted.
↓ open down ↓ 59 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX