diff options
Diffstat (limited to 'share/man/man9/malloc.9')
-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 605c91a..a78563e 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -101,7 +101,7 @@ will never return .Dv NULL . Note that .Dv M_WAITOK -is conveniently defined to be 0, and hence maybe or'ed into the +is conveniently defined to be 0, and hence may be or'ed into the .Fa flags argument to indicate that it's Ok to wait for resources. .El |