diff options
author | joel <joel@FreeBSD.org> | 2012-11-16 11:56:53 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-11-16 11:56:53 +0000 |
commit | b4a387db94afc73c74f819d0de79bc7f6cc5b0a3 (patch) | |
tree | 51c9388837d39cf06e5a74ce148a351ee24cd85c | |
parent | 5c97761dcf450dbea3ccd3e3706c3f843d1ac27f (diff) | |
download | FreeBSD-src-b4a387db94afc73c74f819d0de79bc7f6cc5b0a3.zip FreeBSD-src-b4a387db94afc73c74f819d0de79bc7f6cc5b0a3.tar.gz |
Remove trailing whitespace.
-rw-r--r-- | share/man/man9/malloc.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 6d86053..9653b58 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. |