summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-28 19:26:53 +0000
committerru <ru@FreeBSD.org>2000-11-28 19:26:53 +0000
commit624f14b69f2be9d6b481e50d892117f799deb54e (patch)
treec078f90dbf28df82097f7f1640823df5d3dfc1b1 /share/doc
parent898277572366f55779174b22e97d3b1799088fb1 (diff)
downloadFreeBSD-src-624f14b69f2be9d6b481e50d892117f799deb54e.zip
FreeBSD-src-624f14b69f2be9d6b481e50d892117f799deb54e.tar.gz
Eliminate groff(1) warnings.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/papers/kernmalloc/kernmalloc.t19
1 files changed, 11 insertions, 8 deletions
diff --git a/share/doc/papers/kernmalloc/kernmalloc.t b/share/doc/papers/kernmalloc/kernmalloc.t
index 3b768ca..d074c9e 100644
--- a/share/doc/papers/kernmalloc/kernmalloc.t
+++ b/share/doc/papers/kernmalloc/kernmalloc.t
@@ -54,16 +54,11 @@
.\"
.\" end figure
.de Fe
-.sp .5
-.\" cheat: original indent is stored in \n(OI by .DS B; restore it
-.\" then center legend after .DE rereads and centers the block.
-\\\\.in \\n(OI
-\\\\.ce
-\\\\*(Lb. \\\\*(Lt
-.sp .5
.DE
+.ce
+\\*(Lb. \\*(Lt
+.sp
.KE
-.if \nd 'ls 2
..
.EQ
delim $$
@@ -201,9 +196,17 @@ of the physical memory.
Good use of memory is measured by the amount of memory needed to hold
a set of allocations at any point in time.
Percentage utilization is expressed as:
+.ie t \{\
.EQ
utilization~=~requested over required
.EN
+.\}
+.el \{\
+.sp
+.ce
+\fIutilization\fP=\fIrequested\fP/\fIrequired\fP
+.sp
+.\}
Here, ``requested'' is the sum of the memory that has been requested
and not yet freed.
``Required'' is the amount of memory that has been
OpenPOWER on IntegriCloud