Module Name: src
Committed By: wiz
Date: Wed Nov 6 11:55:18 UTC 2019
Modified Files:
src/share/man/man9: vmem.9
Log Message:
Remove superfluous Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/vmem.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/vmem.9
diff -u src/share/man/man9/vmem.9:1.18 src/share/man/man9/vmem.9:1.19
--- src/share/man/man9/vmem.9:1.18 Tue Nov 5 22:19:43 2019
+++ src/share/man/man9/vmem.9 Wed Nov 6 11:55:18 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: vmem.9,v 1.18 2019/11/05 22:19:43 dyoung Exp $
+.\" $NetBSD: vmem.9,v 1.19 2019/11/06 11:55:18 wiz Exp $
.\"
.\" Copyright (c)2006 YAMAMOTO Takashi,
.\" All rights reserved.
@@ -82,7 +82,6 @@ other than virtual memory.
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.Fn vmem_create
creates a new vmem arena.
-.Pp
.Bl -tag -offset indent -width qcache_max
.It Fa name
The string to describe the vmem.
@@ -184,7 +183,6 @@ Interrupt level to be blocked for alloca
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.Fn vmem_xcreate
creates a new vmem arena.
-.Pp
.Bl -tag -offset indent -width qcache_max
.It Fa name
The string to describe the vmem.
@@ -317,7 +315,6 @@ if there are not enough resources availa
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.Fn vmem_xalloc
allocates a resource from the arena.
-.Pp
.Bl -tag -offset indent -width nocross
.It Fa vm
The arena which we allocate from.
@@ -391,7 +388,6 @@ overwrites it with the start address of
frees resource allocated by
.Fn vmem_xalloc
to the arena.
-.Pp
.Bl -tag -offset indent -width addr
.It Fa vm
The arena which we free to.
@@ -413,7 +409,6 @@ argument used for
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.Fn vmem_alloc
allocates a resource from the arena.
-.Pp
.Bl -tag -offset indent -width flags
.It Fa vm
The arena which we allocate from.
@@ -455,7 +450,6 @@ overwrites it with the start address of
frees resource allocated by
.Fn vmem_alloc
to the arena.
-.Pp
.Bl -tag -offset indent -width addr
.It Fa vm
The arena which we free to.
@@ -477,7 +471,6 @@ argument used for
.\" ------------------------------------------------------------
.Fn vmem_destroy
destroys a vmem arena.
-.Pp
.Bl -tag -offset indent -width vm
.It Fa vm
The vmem arena being destroyed.
@@ -524,7 +517,6 @@ This implementation of
was written by
.An YAMAMOTO Takashi .
.Sh BUGS
-.Pp
.Nm
relies on
.Xr malloc 9 ,