svn commit: r306773 - head/share/man/man9

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 6 18:05:26 UTC 2016


Author: bdrewery
Date: Thu Oct  6 18:05:25 2016
New Revision: 306773
URL: https://svnweb.freebsd.org/changeset/base/306773

Log:
  Add link for vrefl(9).
  
  Sponsored by:	Dell EMC Isilon
  MFC after:	1 week

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Thu Oct  6 17:54:34 2016	(r306772)
+++ head/share/man/man9/Makefile	Thu Oct  6 18:05:25 2016	(r306773)
@@ -1974,7 +1974,8 @@ MLINKS+=VOP_RDWR.9 VOP_READ.9 \
 	VOP_RDWR.9 VOP_WRITE.9
 MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
 MLINKS+=vnet.9 vimage.9
-MLINKS+=vref.9 VREF.9
+MLINKS+=vref.9 VREF.9 \
+	vref.9 vrefl.9
 MLINKS+=vrele.9 vput.9 \
 	vrele.9 vunref.9
 MLINKS+=vslock.9 vsunlock.9


More information about the svn-src-all mailing list