From 788c8ebcb50e4809e933166fea89709502fe184f Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Fri, 16 Nov 2012 11:56:53 +0000 Subject: [PATCH] Remove trailing whitespace. --- share/man/man9/malloc.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 6d8605312f7..9653b5827cd 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -155,7 +155,7 @@ is specified. .It Dv M_USE_RESERVE Indicates that the system can use its reserve of memory to satisfy the request. -This option should only be used in combination with +This option should only be used in combination with .Dv M_NOWAIT when an allocation failure cannot be tolerated by the caller without catastrophic effects on the system.