]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/2/bin
getwd(2): add reference to chdir(2) in SEE ALSO section
[plan9front.git] / sys / man / 2 / bin
old mode 100755 (executable)
new mode 100644 (file)
index f711b21..30e801a
@@ -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