svn commit: r287215 - stable/10/share/man/man9

Bryan Drewery bdrewery at FreeBSD.org
Thu Aug 27 16:36:40 UTC 2015


Author: bdrewery
Date: Thu Aug 27 16:36:39 2015
New Revision: 287215
URL: https://svnweb.freebsd.org/changeset/base/287215

Log:
  MFC r286966:
  
    Add link for rw_unlock(9) to rwlock(9).

Modified:
  stable/10/share/man/man9/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man9/Makefile
==============================================================================
--- stable/10/share/man/man9/Makefile	Thu Aug 27 16:27:51 2015	(r287214)
+++ stable/10/share/man/man9/Makefile	Thu Aug 27 16:36:39 2015	(r287215)
@@ -1127,6 +1127,7 @@ MLINKS+=rwlock.9 rw_assert.9 \
 	rwlock.9 rw_initialized.9 \
 	rwlock.9 rw_rlock.9 \
 	rwlock.9 rw_runlock.9 \
+	rwlock.9 rw_unlock.9 \
 	rwlock.9 rw_sleep.9 \
 	rwlock.9 RW_SYSINIT.9 \
 	rwlock.9 rw_try_rlock.9 \


More information about the svn-src-all mailing list