From: Sascha Wildner Date: Fri, 12 Oct 2012 19:38:50 +0000 (+0200) Subject: sleep.9: Really write PINTERLOCKED in the example. X-Git-Tag: v3.4.0rc~994^2 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/4f3bee3f5b3e546a3b62d86fa3f69dae55b7296a sleep.9: Really write PINTERLOCKED in the example. Reported-by: vsrinivas --- diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 4a7ea2e558..d81eefd8cc 100644 --- a/share/man/man9/sleep.9 +++ b/share/man/man9/sleep.9 @@ -166,7 +166,7 @@ spin_lock(&important_lock); if (important_condition == 0) { tsleep_interlock(ident, flags); spin_unlock(&important_lock); - tsleep(..., PINTERLOCK, ...); + tsleep(..., PINTERLOCKED, ...); } .Ed .Pp