Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Remove superfluous whitespace & macros.



details:   https://anonhg.NetBSD.org/src/rev/6fa3fd2e7be9
branches:  trunk
changeset: 930739:6fa3fd2e7be9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 13 08:59:14 2020 +0000

description:
Remove superfluous whitespace & macros.

diffstat:

 share/man/man9/pool.9       |  5 ++---
 share/man/man9/pool_cache.9 |  3 +--
 2 files changed, 3 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r d56e4c43c4cf -r 6fa3fd2e7be9 share/man/man9/pool.9
--- a/share/man/man9/pool.9     Mon Apr 13 08:46:39 2020 +0000
+++ b/share/man/man9/pool.9     Mon Apr 13 08:59:14 2020 +0000
@@ -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 @@
 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 @@
 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
diff -r d56e4c43c4cf -r 6fa3fd2e7be9 share/man/man9/pool_cache.9
--- a/share/man/man9/pool_cache.9       Mon Apr 13 08:46:39 2020 +0000
+++ b/share/man/man9/pool_cache.9       Mon Apr 13 08:59:14 2020 +0000
@@ -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 @@
 .Pp
 Allocate and initialize a pool cache.
 The arguments are:
-.Pp
 .Bl -tag -width four
 .It Fa size
 .Pp



Home | Main Index | Thread Index | Old Index