cperciva    2005-01-07 02:41:45 UTC
  FreeBSD src repository
  Modified files:
    share/man/man9       sleep.9 
  Log:
  Point out that tsleep(... , 0) is not permitted if the Giant lock is not
  held.  (It causes a "sleeping without a mutex" assertion failure in
  msleep.)
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.44      +5 -0      src/share/man/man9/sleep.9