From 624f14b69f2be9d6b481e50d892117f799deb54e Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 28 Nov 2000 19:26:53 +0000 Subject: Eliminate groff(1) warnings. --- share/doc/papers/kernmalloc/kernmalloc.t | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'share/doc') 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 -- cgit v1.1