git: sleep.9: Make tsleep_interlock(9) example a bit more correct.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sat Jun 18 06:45:33 PDT 2016


commit 11a137b0005d1b2ed33e996cd0fed2cba61fe804
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Jun 18 15:38:19 2016 +0200

    sleep.9: Make tsleep_interlock(9) example a bit more correct.
    
    * After having called tsleep_interlock, we should still pass the flags
      into the tsleep call as well (i.e. using "flags | PINTERLOCKED" for the
      flags parameter, instead of just PINTERLOCKED).

Summary of changes:
 share/man/man9/sleep.9 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/11a137b0005d1b2ed33e996cd0fed2cba61fe804


-- 
DragonFly BSD source repository



More information about the Commits mailing list