Skip to content

Commit 5793008

Browse files
concussiousmhorne
authored andcommitted
vmem.9: align lists + tag spdx
Reviewed by: mhorne MFC after: 3 days Pull Request: freebsd/freebsd-src#1456
1 parent e3f0e0f commit 5793008

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

share/man/man9/vmem.9

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.\"-
2+
.\" SPDX-License-Identifier: BSD-2-Clause
3+
.\"
14
.\" $NetBSD: vmem.9,v 1.15 2013/01/29 22:02:17 wiz Exp $
25
.\"
36
.\" Copyright (c)2006 YAMAMOTO Takashi,
@@ -74,7 +77,7 @@ other than virtual memory.
7477
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
7578
.Fn vmem_create
7679
creates a new vmem arena.
77-
.Bl -tag -width qcache_max
80+
.Bl -tag -offset indent -width "qcache_max"
7881
.It Fa name
7982
The string to describe the vmem.
8083
.It Fa base
@@ -117,7 +120,7 @@ wait flag.
117120
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
118121
.Fn vmem_xalloc
119122
allocates a resource from the arena.
120-
.Bl -tag -width nocross
123+
.Bl -tag -offset indent -width "qcache_max"
121124
.It Fa vm
122125
The arena which we allocate from.
123126
.It Fa size
@@ -159,7 +162,7 @@ A bitwise OR of an allocation strategy and a
159162
.Xr malloc 9
160163
wait flag.
161164
The allocation strategy is one of:
162-
.Bl -tag -width indent
165+
.Bl -tag -width "M_FIRSTFIT"
163166
.It Dv M_FIRSTFIT
164167
Prefer allocation performance.
165168
.It Dv M_BESTFIT
@@ -182,7 +185,7 @@ overwrites it with the start address of the allocated span.
182185
frees resource allocated by
183186
.Fn vmem_xalloc
184187
to the arena.
185-
.Bl -tag -width addr
188+
.Bl -tag -offset indent -width "qcache_max"
186189
.It Fa vm
187190
The arena which we free to.
188191
.It Fa addr
@@ -203,7 +206,7 @@ argument used for
203206
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
204207
.Fn vmem_alloc
205208
allocates a resource from the arena.
206-
.Bl -tag -width flags
209+
.Bl -tag -offset indent -width "qcache_max"
207210
.It Fa vm
208211
The arena which we allocate from.
209212
.It Fa size
@@ -228,7 +231,7 @@ overwrites it with the start address of the allocated span.
228231
frees resource allocated by
229232
.Fn vmem_alloc
230233
to the arena.
231-
.Bl -tag -width addr
234+
.Bl -tag -offset indent -width "qcache_max"
232235
.It Fa vm
233236
The arena which we free to.
234237
.It Fa addr
@@ -249,7 +252,7 @@ argument used for
249252
.\" ------------------------------------------------------------
250253
.Fn vmem_destroy
251254
destroys a vmem arena.
252-
.Bl -tag -width vm
255+
.Bl -tag -offset indent -width "qcache_max"
253256
.It Fa vm
254257
The vmem arena being destroyed.
255258
The caller should ensure that no one will use it anymore.

0 commit comments

Comments
 (0)