Module Name:    src
Committed By:   wiz
Date:           Mon Apr 13 08:59:14 UTC 2020

Modified Files:
        src/share/man/man9: pool.9 pool_cache.9

Log Message:
Remove superfluous whitespace & macros.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/share/man/man9/pool.9
cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/pool_cache.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.48 src/share/man/man9/pool.9:1.49
--- src/share/man/man9/pool.9:1.48	Mon Apr 13 00:27:16 2020
+++ src/share/man/man9/pool.9	Mon Apr 13 08:59:14 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pool.9,v 1.48 2020/04/13 00:27:16 chs Exp $
+.\"	$NetBSD: pool.9,v 1.49 2020/04/13 08:59:14 wiz Exp $
 .\"
 .\" Copyright (c) 1997, 1998, 2007 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -193,7 +193,6 @@ The handle identifying the pool resource
 A pointer to a pool item previously obtained by
 .Fn pool_get .
 .El
-.Pp
 .Ss SETTING POOL RESOURCE WATERMARKS AND LIMITS
 A pool will attempt to increase its resource usage to keep up with the demand
 for its items.
@@ -218,7 +217,7 @@ and
 respectively.
 The defaults for these limits are
 .Dv 0
-and 
+and
 .Dv UINT_MAX ,
 respectively.
 Changing these limits will cause memory to be immediately allocated to the pool

Index: src/share/man/man9/pool_cache.9
diff -u src/share/man/man9/pool_cache.9:1.21 src/share/man/man9/pool_cache.9:1.22
--- src/share/man/man9/pool_cache.9:1.21	Mon Apr 13 00:27:16 2020
+++ src/share/man/man9/pool_cache.9	Mon Apr 13 08:59:14 2020
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pool_cache.9,v 1.21 2020/04/13 00:27:16 chs Exp $
+.\"	$NetBSD: pool_cache.9,v 1.22 2020/04/13 08:59:14 wiz Exp $
 .\"
 .\" Copyright (c)2003 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -152,7 +152,6 @@ cache locality in multiprocessor systems
 .Pp
 Allocate and initialize a pool cache.
 The arguments are:
-.Pp
 .Bl -tag -width four
 .It Fa size
 .Pp

Reply via email to