svn commit: r283956 - head/share/man/man8
John-Mark Gurney
jmg at FreeBSD.org
Wed Jun 3 17:10:12 UTC 2015
Author: jmg
Date: Wed Jun 3 17:10:11 2015
New Revision: 283956
URL: https://svnweb.freebsd.org/changeset/base/283956
Log:
install nanobsd.sh as a MLINK as that is the .Nm of the man page..
really the man page should be renamed as nanobsd.sh is not installed
as nanobsd..
Modified:
head/share/man/man8/Makefile
Modified: head/share/man/man8/Makefile
==============================================================================
--- head/share/man/man8/Makefile Wed Jun 3 16:47:14 2015 (r283955)
+++ head/share/man/man8/Makefile Wed Jun 3 17:10:11 2015 (r283956)
@@ -13,7 +13,9 @@ MAN= crash.8 \
${_uefi.8} \
yp.8
-MLINKS= rc.8 rc.atm.8 \
+MLINKS=
+ nanobsd.8 nanobsd.sh.8 \
+ rc.8 rc.atm.8 \
rc.8 rc.d.8 \
rc.8 rc.firewall.8 \
rc.8 rc.local.8 \
More information about the svn-src-all
mailing list