Module Name: src
Committed By: reed
Date: Wed Aug 25 15:24:29 UTC 2010
Modified Files:
src/share/mk: bsd.README
Log Message:
For MLINKS description, remove sentence saying they
are soft-linked (as it is not accurate).
To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/share/mk/bsd.README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.README
diff -u src/share/mk/bsd.README:1.275 src/share/mk/bsd.README:1.276
--- src/share/mk/bsd.README:1.275 Sun Aug 22 18:56:20 2010
+++ src/share/mk/bsd.README Wed Aug 25 15:24:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.275 2010/08/22 18:56:20 rmind Exp $
+# $NetBSD: bsd.README,v 1.276 2010/08/25 15:24:29 reed Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -1143,7 +1143,7 @@
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 include file <bsd.man.mk> includes a file named "../Makefile.inc" if
it exists.