share/mk/bsd.README says MLINKS are soft-linked

View: New views
1 Messages — Rating Filter:   Alert me  

share/mk/bsd.README says MLINKS are soft-linked

by Jeremy C. Reed :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

(I bcc'd tech-userlevel as netbsd-docs is quiet.)

Before I commit following, is there some option or standard where
soft-linked is correct for MLINKS?

Index: share/mk/bsd.README
===================================================================
RCS file: /cvsroot/src/share/mk/bsd.README,v
retrieving revision 1.249
diff -u -r1.249 bsd.README
--- share/mk/bsd.README 10 Apr 2009 16:16:12 -0000 1.249
+++ share/mk/bsd.README 28 Apr 2009 03:16:59 -0000
@@ -1094,7 +1094,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 files are hard-linked.
 
 The include file <bsd.man.mk> includes a file named "../Makefile.inc" if
 it exists.


(Maybe I should remove the hyphen too ...)