diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 10:18:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 10:18:09 +0000 |
| commit | 5515a74e34a43d6a8de39c6ffead707e31e44ac0 (patch) | |
| tree | a8d4cf1b29e70951b16660432ba697d160393e10 /share/man/man9/malloc.9 | |
| parent | 0cf9048716a7ff3cec52e4ab8e04c555825f9473 (diff) | |
Notes
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 15b1b56c32fb..d3b7da11c6df 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -169,7 +169,7 @@ MALLOC_DEFINE(M_FOOBUF, "foobuffers", "Buffers to foo data into the ether"); /* sys/something/foo_subr.c */ -... +\&... MALLOC(buf, struct foo_buf *, sizeof *buf, M_FOOBUF, M_NOWAIT); .Ed |
