Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 17:10:11 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283956 - head/share/man/man8
Message-ID:  <201506031710.t53HABcH061858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031710.t53HABcH061858>