Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2014 17:55:39 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274802 - head/share/mk
Message-ID:  <201411211755.sALHtdkb077488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Fri Nov 21 17:55:38 2014
New Revision: 274802
URL: https://svnweb.freebsd.org/changeset/base/274802

Log:
  Make MLINKS text match text in bsd.man.mk added by wosch@ in 1996.

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Fri Nov 21 17:23:15 2014	(r274801)
+++ head/share/mk/bsd.README	Fri Nov 21 17:55:38 2014	(r274802)
@@ -146,7 +146,7 @@ MAN		The manual pages to be installed (u
 
 MLINKS		List of manual page links (using a .1 - .9 suffix).  The
 		linked-to file must come first, the linked file second,
-		and there may be multiple pairs.  The files are soft-linked.
+		and there may be multiple pairs.  The files are hard-linked.
 
 The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
 it exists.



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