diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-04-15 13:30:52 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2005-04-15 13:30:52 +0000 |
commit | 9a3f3fab5f7b65416388362bea9f5c68ddbe2a6d (patch) | |
tree | a6525a56e446c3645117a63ed667ea5401479439 /share/man | |
parent | a7cb19af522dc5ae7eacfba44e3801cc76674d81 (diff) |
Missing space
ok jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/malloc.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 5da03a0d278..6b830dba27e 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malloc.9,v 1.31 2005/03/30 23:25:59 pedro Exp $ +.\" $OpenBSD: malloc.9,v 1.32 2005/04/15 13:30:51 tom Exp $ .\" $NetBSD: malloc.9,v 1.2 1996/10/30 05:29:54 lukem Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -104,7 +104,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 |