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

Operating Systems / DragonFlyBSD - Imre Vadász [vdsz.com] - 18 June 2016 08:44 UTC

- 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).

11a137b sleep.9: Make tsleep_interlock(9) example a bit more correct.
share/man/man9/sleep.9 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Upstream: gitweb.dragonflybsd.org


  • Share