summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/bin3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/man/2/bin b/sys/man/2/bin
index f711b21da..30e801ae9 100644
--- a/sys/man/2/bin
+++ b/sys/man/2/bin
@@ -8,11 +8,10 @@ binalloc, bingrow, binfree \- grouped memory allocation
.br
.B #include <bin.h>
.PP
-.ta \w'\fLvoid* 'u
-.PP
.B
typedef struct Bin Bin;
.PP
+.ta \w'\fLvoid* 'u
.B
void *binalloc(Bin **bp, ulong size, int clr);
.PP