diff --git a/Makefile b/Makefile index 6ee4feb..63b291d 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ str.a byte.a .PHONY: clean tar install rename clean: - rm -f *.o *.a core t haveip6.h haven2i.h havesl.h haveinline.h + rm -f *.o *.a *.da *.bbg *.bb core t haveip6.h haven2i.h havesl.h haveinline.h install: libowfat.a install -d $(INCLUDEDIR) $(MAN3DIR) $(LIBDIR) diff --git a/stralloc/stralloc_ready.3 b/stralloc/stralloc_ready.3 index 1dcabba..e6c68ae 100644 --- a/stralloc/stralloc_ready.3 +++ b/stralloc/stralloc_ready.3 @@ -2,7 +2,7 @@ .SH NAME stralloc_ready \- provide space in a stralloc .SH SYNTAX -.B #include +.B #include extern int \fBstralloc_ready\fP(stralloc* \fIsa\fR,unsigned int \fIlen\fR); .SH DESCRIPTION diff --git a/stralloc/stralloc_readyplus.3 b/stralloc/stralloc_readyplus.3 index dfba9a0..5c6ba0a 100644 --- a/stralloc/stralloc_readyplus.3 +++ b/stralloc/stralloc_readyplus.3 @@ -2,7 +2,7 @@ .SH NAME stralloc_readyplus \- provide space in a stralloc .SH SYNTAX -.B #include +.B #include extern int \fBstralloc_readyplus\fP(stralloc* \fIsa\fR,unsigned int \fIlen\fR); .SH DESCRIPTION