From 6e50a95445041fdb8163a689854311b412e67ef4 Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 13 Apr 2002 13:53:24 +0000 Subject: [PATCH] update make clean, two man page corrections from rolphin@free.fr --- Makefile | 2 +- stralloc/stralloc_ready.3 | 2 +- stralloc/stralloc_readyplus.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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