- mdoc: remove superfluous paragraph macros.
- fix typo in xref manual section number.
This commit is contained in:
parent
e7ce237f3c
commit
eeeb863ff0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253270
@ -76,7 +76,6 @@ other than virtual memory.
|
|||||||
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
.Fn vmem_create
|
.Fn vmem_create
|
||||||
creates a new vmem arena.
|
creates a new vmem arena.
|
||||||
.Pp
|
|
||||||
.Bl -tag -width qcache_max
|
.Bl -tag -width qcache_max
|
||||||
.It Fa name
|
.It Fa name
|
||||||
The string to describe the vmem.
|
The string to describe the vmem.
|
||||||
@ -129,7 +128,6 @@ wait flag.
|
|||||||
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
.Fn vmem_xalloc
|
.Fn vmem_xalloc
|
||||||
allocates a resource from the arena.
|
allocates a resource from the arena.
|
||||||
.Pp
|
|
||||||
.Bl -tag -width nocross
|
.Bl -tag -width nocross
|
||||||
.It Fa vm
|
.It Fa vm
|
||||||
The arena which we allocate from.
|
The arena which we allocate from.
|
||||||
@ -169,7 +167,7 @@ Specify the maximum address which can be allocated, or
|
|||||||
if the caller does not care.
|
if the caller does not care.
|
||||||
.It Fa flags
|
.It Fa flags
|
||||||
A bitwise OR of an allocation strategy and a
|
A bitwise OR of an allocation strategy and a
|
||||||
.Xr malloc 8
|
.Xr malloc 9
|
||||||
wait flag.
|
wait flag.
|
||||||
The allocation strategy is one of
|
The allocation strategy is one of
|
||||||
.Dv M_FIRSTFIT
|
.Dv M_FIRSTFIT
|
||||||
@ -189,7 +187,6 @@ overwrites it with the start address of the allocated span.
|
|||||||
frees resource allocated by
|
frees resource allocated by
|
||||||
.Fn vmem_xalloc
|
.Fn vmem_xalloc
|
||||||
to the arena.
|
to the arena.
|
||||||
.Pp
|
|
||||||
.Bl -tag -width addr
|
.Bl -tag -width addr
|
||||||
.It Fa vm
|
.It Fa vm
|
||||||
The arena which we free to.
|
The arena which we free to.
|
||||||
@ -211,7 +208,6 @@ argument used for
|
|||||||
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
.\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
.Fn vmem_alloc
|
.Fn vmem_alloc
|
||||||
allocates a resource from the arena.
|
allocates a resource from the arena.
|
||||||
.Pp
|
|
||||||
.Bl -tag -width flags
|
.Bl -tag -width flags
|
||||||
.It Fa vm
|
.It Fa vm
|
||||||
The arena which we allocate from.
|
The arena which we allocate from.
|
||||||
@ -237,7 +233,6 @@ overwrites it with the start address of the allocated span.
|
|||||||
frees resource allocated by
|
frees resource allocated by
|
||||||
.Fn vmem_alloc
|
.Fn vmem_alloc
|
||||||
to the arena.
|
to the arena.
|
||||||
.Pp
|
|
||||||
.Bl -tag -width addr
|
.Bl -tag -width addr
|
||||||
.It Fa vm
|
.It Fa vm
|
||||||
The arena which we free to.
|
The arena which we free to.
|
||||||
@ -259,7 +254,6 @@ argument used for
|
|||||||
.\" ------------------------------------------------------------
|
.\" ------------------------------------------------------------
|
||||||
.Fn vmem_destroy
|
.Fn vmem_destroy
|
||||||
destroys a vmem arena.
|
destroys a vmem arena.
|
||||||
.Pp
|
|
||||||
.Bl -tag -width vm
|
.Bl -tag -width vm
|
||||||
.It Fa vm
|
.It Fa vm
|
||||||
The vmem arena being destroyed.
|
The vmem arena being destroyed.
|
||||||
@ -315,7 +309,6 @@ The
|
|||||||
port was made by
|
port was made by
|
||||||
.An "Jeff Roberson" .
|
.An "Jeff Roberson" .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
.Pp
|
|
||||||
.Nm
|
.Nm
|
||||||
relies on
|
relies on
|
||||||
.Xr malloc 9 ,
|
.Xr malloc 9 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user