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 Pp.
details: https://anonhg.NetBSD.org/src/rev/0d4c11e2228e
branches: trunk
changeset: 460861:0d4c11e2228e
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Nov 06 11:55:18 2019 +0000
description:
Remove superfluous Pp.
diffstat:
share/man/man9/vmem.9 | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (73 lines):
diff -r 4081ac07c583 -r 0d4c11e2228e share/man/man9/vmem.9
--- a/share/man/man9/vmem.9 Wed Nov 06 10:42:00 2019 +0000
+++ b/share/man/man9/vmem.9 Wed Nov 06 11:55:18 2019 +0000
@@ -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 @@
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.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 @@
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.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 @@
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.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 @@
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 @@
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.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 @@
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 @@
.\" ------------------------------------------------------------
.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 @@
was written by
.An YAMAMOTO Takashi .
.Sh BUGS
-.Pp
.Nm
relies on
.Xr malloc 9 ,
Home |
Main Index |
Thread Index |
Old Index