From 1b4b4e89aa0459eeef2b5a1caea7923c45a244bb Mon Sep 17 00:00:00 2001 From: mischief Date: Wed, 31 Dec 2014 23:45:05 -0800 Subject: bin(2): fix tab formatting --- sys/man/2/bin | 3 +-- 1 file changed, 1 insertion(+), 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 .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 -- cgit v1.2.3