]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
man: Rename funopen.3 to funopen.3bsd to avoid clash with funtools
authorGuillem Jover <guillem@hadrons.org>
Mon, 30 Nov 2015 18:32:48 +0000 (19:32 +0100)
committerGuillem Jover <guillem@hadrons.org>
Mon, 30 Nov 2015 22:48:50 +0000 (23:48 +0100)
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.

man/Makefile.am
man/funopen.3bsd [moved from man/funopen.3 with 100% similarity]

index f3bcd50c34f51023d1773f5bb7121ac599cb3a4a..e4d6e4a42a04262ade4e76c12a504e3fa0ac4beb 100644 (file)
@@ -29,7 +29,7 @@ dist_man_MANS = \
        flopen.3 \
        fmtcheck.3 \
        fparseln.3 \
-       funopen.3 \
+       funopen.3bsd \
        getbsize.3 \
        getmode.3 \
        getpeereid.3 \
similarity index 100%
rename from man/funopen.3
rename to man/funopen.3bsd