Module Name: src
Committed By: abhinav
Date: Sat Dec 24 14:04:10 UTC 2016
Modified Files:
src/share/man/man9: pool.9
Log Message:
Add a missing .El, which is causing the rest of the text being
rendered indented. Patch provided by fox on IRC.
While there, remove a .Pp before .Bl.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/share/man/man9/pool.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/pool.9
diff -u src/share/man/man9/pool.9:1.45 src/share/man/man9/pool.9:1.46
--- src/share/man/man9/pool.9:1.45 Sat Aug 15 10:18:07 2015
+++ src/share/man/man9/pool.9 Sat Dec 24 14:04:10 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: pool.9,v 1.45 2015/08/15 10:18:07 maxv Exp $
+.\" $NetBSD: pool.9,v 1.46 2016/12/24 14:04:10 abhinav Exp $
.\"
.\" Copyright (c) 1997, 1998, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -82,7 +82,6 @@ The function
.Fn pool_init
initializes a resource pool.
The arguments are:
-.Pp
.Bl -tag -offset indent -width "align_offset"
.It Fa pp
The handle identifying the pool resource instance.
@@ -125,6 +124,7 @@ when the pool will never be accessed fro
.It Fa ipl
Specifies an interrupt priority level that will block all interrupt
handlers that could potentially access the pool.
+.El
.Ss DESTROYING A POOL
The function
.Fn pool_destroy