diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-07-12 15:08:37 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-07-12 15:08:37 +0000 |
commit | de0b6f6b4c63f1aa9296e17bf5e33093a2dca481 (patch) | |
tree | 068a7a901bc8031fe0ef2df0eac2b529f224b8ed /share/man/man9 | |
parent | 1d903c60f9f9607d9bbd82f61ae69c0c83a6135e (diff) | |
download | FreeBSD-src-de0b6f6b4c63f1aa9296e17bf5e33093a2dca481.zip FreeBSD-src-de0b6f6b4c63f1aa9296e17bf5e33093a2dca481.tar.gz |
- mdoc: remove superfluous paragraph macros.
- fix typo in xref manual section number.
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/vmem.9 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/share/man/man9/vmem.9 b/share/man/man9/vmem.9 index baef72e..4433301 100644 --- a/share/man/man9/vmem.9 +++ b/share/man/man9/vmem.9 @@ -76,7 +76,6 @@ other than virtual memory. .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .Fn vmem_create creates a new vmem arena. -.Pp .Bl -tag -width qcache_max .It Fa name The string to describe the vmem. @@ -129,7 +128,6 @@ wait flag. .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .Fn vmem_xalloc allocates a resource from the arena. -.Pp .Bl -tag -width nocross .It Fa vm 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. .It Fa flags A bitwise OR of an allocation strategy and a -.Xr malloc 8 +.Xr malloc 9 wait flag. The allocation strategy is one of .Dv M_FIRSTFIT @@ -189,7 +187,6 @@ overwrites it with the start address of the allocated span. frees resource allocated by .Fn vmem_xalloc to the arena. -.Pp .Bl -tag -width addr .It Fa vm The arena which we free to. @@ -211,7 +208,6 @@ argument used for .\" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .Fn vmem_alloc allocates a resource from the arena. -.Pp .Bl -tag -width flags .It Fa vm The arena which we allocate from. @@ -237,7 +233,6 @@ overwrites it with the start address of the allocated span. frees resource allocated by .Fn vmem_alloc to the arena. -.Pp .Bl -tag -width addr .It Fa vm The arena which we free to. @@ -259,7 +254,6 @@ argument used for .\" ------------------------------------------------------------ .Fn vmem_destroy destroys a vmem arena. -.Pp .Bl -tag -width vm .It Fa vm The vmem arena being destroyed. @@ -315,7 +309,6 @@ The port was made by .An "Jeff Roberson" . .Sh BUGS -.Pp .Nm relies on .Xr malloc 9 , |