cvs commit: src/share/man/man3 pthread_cond_timedwait.3 pthread_cond_wait.3

Warner Losh imp at FreeBSD.org
Fri Mar 30 04:10:05 UTC 2007


imp         2007-03-30 04:10:04 UTC

  FreeBSD src repository

  Modified files:
    share/man/man3       pthread_cond_timedwait.3 
                         pthread_cond_wait.3 
  Log:
  Document that EPERM is returned when the calling thread does not have
  the mutex locked.  Also tweak the wording to make it more consistant
  between pthread_cond_wait and pthread_cond_tiedwait.
  
  Confirmed with the opengroup's web site that this is a valid return
  value.  Wording used specifically not that of opengroup's online man
  pages.
  
  MFC After: 1 week
  
  Revision  Changes    Path
  1.20      +5 -1      src/share/man/man3/pthread_cond_timedwait.3
  1.21      +4 -0      src/share/man/man3/pthread_cond_wait.3


More information about the cvs-src mailing list