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/1c54a61a32ed
branches: trunk
changeset: 1009114:1c54a61a32ed
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 5a748af48436 -r 1c54a61a32ed 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 5a748af48436 -r 1c54a61a32ed 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