add a missing .El
This commit is contained in:
parent
77ecd4421a
commit
82ae7f3c2b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue