From 82ae7f3c2bc12ff335b82b0d0b738397ec7c53e2 Mon Sep 17 00:00:00 2001 From: yamt Date: Tue, 6 May 2008 08:32:27 +0000 Subject: [PATCH] add a missing .El --- share/man/man9/workqueue_create.9 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/man/man9/workqueue_create.9 b/share/man/man9/workqueue_create.9 index 19e67073ebdd..75813ae59b1c 100644 --- a/share/man/man9/workqueue_create.9 +++ b/share/man/man9/workqueue_create.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: workqueue_create.9,v 1.10 2007/08/07 20:50:39 wiz Exp $ +.\" $NetBSD: workqueue_create.9,v 1.11 2008/05/06 08:32:27 yamt Exp $ .\" .\" Copyright (c)2005 YAMAMOTO Takashi, .\" All rights reserved. @@ -72,6 +72,7 @@ otherwise the kernel lock will be held while work will be processed. Specifies that the workqueue should have a separate queue for each CPU, thus the work could be enqueued on concrete CPUs. .El +.El .\" ------------------------------------------------------------ .Sh RETURN VALUES .Fn workqueue_create