diff options
-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 cc67bc2..84e5a05 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -120,7 +120,7 @@ is specified. .It Dv M_USE_RESERVE Indicates that the system can dig into its reserve in order to obtain the requested memory. This option used to be called M_KERNEL but has been -renamed to something more obvious. This option has been depreciated and is +renamed to something more obvious. This option has been deprecated and is slowly being removed from the kernel, and so should not be used with any new programming. .El |