diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 6d8605312f7c..9653b5827cdc 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.