man-pages: rename some glibc specific manpages.

This commit is contained in:
Juan RP 2014-12-29 13:03:15 +01:00
parent 1a806621f3
commit c489324b90

View file

@ -1,7 +1,7 @@
# Template file for 'man-pages'
pkgname=man-pages
version=3.75
revision=1
revision=2
noarch=yes
short_desc="Linux Documentation Project (LDP) manual pages"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -40,6 +40,10 @@ do_install() {
# openssl-devel
mv man3/rand.3 man3/glibc-rand.3
mv man3/err.3 man3/glibc-err.3
# Rename some glibc specific manpages
mv man1/{iconv.1,glibc-iconv.1}
mv man1/{ldd.1,glibc-ldd.1}
mv man1/{getent.1,glibc-getent.1}
}
man-pages-devel_package() {