From 5addfd60d6c939bd1a9b1cbf3a5b0f614fce79da Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 7 Feb 2001 13:45:30 +0000 Subject: mdoc(7) police: Change -filled displays (which just happen to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins. --- lib/libc/stdlib/malloc.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdlib/malloc.3') diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index bc1a272..477ba16 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -297,7 +297,7 @@ function returns no value. The major difference between this implementation and other allocation implementations is that the free pages are not accessed unless allocated, and are aggressively returned to the kernel for reuse. -.Bd -filled -offset indent +.Bd -ragged -offset indent Most allocation implementations will store a data structure containing a linked list in the free chunks of memory, used to tie all the free memory together. -- cgit v1.1