From 4f3bee3f5b3e546a3b62d86fa3f69dae55b7296a Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 12 Oct 2012 21:38:50 +0200 Subject: [PATCH] sleep.9: Really write PINTERLOCKED in the example. Reported-by: vsrinivas --- share/man/man9/sleep.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.41.0