summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormischief <mischief@offblast.org>2014-12-31 23:45:05 -0800
committermischief <mischief@offblast.org>2014-12-31 23:45:05 -0800
commit1b4b4e89aa0459eeef2b5a1caea7923c45a244bb (patch)
treef8592fb3e707ded50ea23259531499baaee75870
parenta053d902dbe9e8396aa705aeec522659d2b09d62 (diff)
downloadplan9front-1b4b4e89aa0459eeef2b5a1caea7923c45a244bb.tar.xz
bin(2): fix tab formatting
-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