diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1999-06-27 02:38:46 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-06-27 02:38:46 +0000 |
commit | 5d70612b3f814f934494f69876a4b34e13c436f9 (patch) | |
tree | 71471aab6d7cd1d2fb1288480b76c9e47b2d65fe /share/man/man9/malloc.9 | |
parent | f858a016d89b7366891ede5f685fd71f6157d67a (diff) | |
download | src-5d70612b3f814f934494f69876a4b34e13c436f9.tar.gz src-5d70612b3f814f934494f69876a4b34e13c436f9.zip |
Fix some typos and do some minor mdoc cleanup.
Notes
Notes:
svn path=/head/; revision=48264
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 a5c45663972f..e7d1b54022ea 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -116,7 +116,7 @@ and return immediately. It is expected that the caller will at some point call .Fn await and then retry the allocation. Depending on the routine in question, the -caller may decide to propogate the temporary failure up the call chain +caller may decide to propagate the temporary failure up the call chain and actually have some other higher level routine block on the async wait that .Fn malloc |