diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-23 06:22:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-23 06:22:29 +0000 |
commit | 5a230c5f9c0289f172f9d2e8b07021393aa9105d (patch) | |
tree | bd7166d76faa99bb781c7003082c5dd0b5e66d99 /share | |
parent | 3885ae4fe62667ea337c8acfd165c64156cc0524 (diff) |
tweak previous;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/malloc.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 8fec4b994a8..ca523108682 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.57 2014/07/23 02:30:12 dlg Exp $ +.\" $OpenBSD: malloc.9,v 1.58 2014/07/23 06:22:28 jmc Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -108,7 +108,7 @@ or detects an excessive allocation, return .Dv NULL instead of calling -.Xr panic 9 . +.Xr panic 9 . .It Dv M_ZERO Causes allocated memory to be zeroed. .El @@ -317,7 +317,7 @@ can be called during autoconf, from process context, or from interrupt context if .Dv M_NOWAIT is passed via -.Fa flags. +.Fa flags . They can't be called from interrupt context if .Dv M_WAITOK is passed via |