Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Add a missing .El, which is causing the rest ...
details: https://anonhg.NetBSD.org/src/rev/db12068fa26b
branches: trunk
changeset: 349805:db12068fa26b
user: abhinav <abhinav%NetBSD.org@localhost>
date: Sat Dec 24 14:04:10 2016 +0000
description:
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.
diffstat:
share/man/man9/pool.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r efdb4b17d182 -r db12068fa26b share/man/man9/pool.9
--- a/share/man/man9/pool.9 Sat Dec 24 11:51:33 2016 +0000
+++ b/share/man/man9/pool.9 Sat Dec 24 14:04:10 2016 +0000
@@ -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 @@
.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 @@
.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
Home |
Main Index |
Thread Index |
Old Index