Module Name: src
Committed By: mrg
Date: Sun Feb 23 08:57:44 UTC 2020
Modified Files:
src/share/man/man9: Makefile
Log Message:
install rw_lock_op link too.
To generate a diff of this commit:
cvs rdiff -u -r1.447 -r1.448 src/share/man/man9/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/Makefile
diff -u src/share/man/man9/Makefile:1.447 src/share/man/man9/Makefile:1.448
--- src/share/man/man9/Makefile:1.447 Fri Feb 7 13:02:35 2020
+++ src/share/man/man9/Makefile Sun Feb 23 08:57:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.447 2020/02/07 13:02:35 thorpej Exp $
+# $NetBSD: Makefile,v 1.448 2020/02/23 08:57:44 mrg Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -808,7 +808,8 @@ MLINKS+=rwlock.9 rw.9 rwlock.9 rw_init.9
rwlock.9 rw_enter.9 rwlock.9 rw_exit.9 \
rwlock.9 rw_tryenter.9 rwlock.9 rw_tryupgrade.9 \
rwlock.9 rw_downgrade.9 rwlock.9 rw_read_held.9 \
- rwlock.9 rw_write_held.9 rwlock.9 rw_lock_held.9
+ rwlock.9 rw_write_held.9 rwlock.9 rw_lock_held.9 \
+ rwlock.9 rw_lock_op.9
MLINKS+=STACK.9 STACK_ALLOC.9 \
STACK.9 STACK_MAX.9 \
STACK.9 STACK_ALIGN.9 \