add a missing .El

This commit is contained in:
yamt 2008-05-06 08:32:27 +00:00
parent 77ecd4421a
commit 82ae7f3c2b
1 changed files with 2 additions and 1 deletions

View File

@ -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, .\" Copyright (c)2005 YAMAMOTO Takashi,
.\" All rights reserved. .\" 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, Specifies that the workqueue should have a separate queue for each CPU,
thus the work could be enqueued on concrete CPUs. thus the work could be enqueued on concrete CPUs.
.El .El
.El
.\" ------------------------------------------------------------ .\" ------------------------------------------------------------
.Sh RETURN VALUES .Sh RETURN VALUES
.Fn workqueue_create .Fn workqueue_create