From: Guillem Jover Date: Mon, 30 Nov 2015 18:32:48 +0000 (+0100) Subject: man: Rename funopen.3 to funopen.3bsd to avoid clash with funtools X-Git-Tag: 0.8.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b115540c7490c494a82e0b9c09a1dfa1c0f9b5;p=thirdparty%2Flibbsd.git man: Rename funopen.3 to funopen.3bsd to avoid clash with funtools The funtools project ships a man page with the same, name. And although it mith probably make more sense to rename the man page there, as BSD systems will certainly not do so, this is the easiest and fastest way to avoid a file conflict. --- diff --git a/man/Makefile.am b/man/Makefile.am index f3bcd50..e4d6e4a 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -29,7 +29,7 @@ dist_man_MANS = \ flopen.3 \ fmtcheck.3 \ fparseln.3 \ - funopen.3 \ + funopen.3bsd \ getbsize.3 \ getmode.3 \ getpeereid.3 \ diff --git a/man/funopen.3 b/man/funopen.3bsd similarity index 100% rename from man/funopen.3 rename to man/funopen.3bsd