git: 9front

Download patch

ref: e60719f7599cbd8fe42b2e7feee55b14bfa377bb
parent: e6238ed6f6e740a9c6dabd428b4c381d828f1df1
author: mischief <mischief@offblast.org>
date: Wed Dec 31 18:45:05 EST 2014

bin(2): fix tab formatting

--- a/sys/man/2/bin
+++ b/sys/man/2/bin
@@ -8,11 +8,10 @@
 .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
--