Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix the broken spinlockmgr.9 link to lock.9



details:   https://anonhg.NetBSD.org/src/rev/35a5130dc8b0
branches:  trunk
changeset: 493867:35a5130dc8b0
user:      veego <veego%NetBSD.org@localhost>
date:      Mon Jun 26 13:22:43 2000 +0000

description:
Fix the broken spinlockmgr.9 link to lock.9

diffstat:

 share/man/man9/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r be62c0d97388 -r 35a5130dc8b0 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Mon Jun 26 12:34:05 2000 +0000
+++ b/share/man/man9/Makefile   Mon Jun 26 13:22:43 2000 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.63 2000/06/25 23:45:22 gmcgarry Exp $
+#       $NetBSD: Makefile,v 1.64 2000/06/26 13:22:43 veego Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -84,7 +84,7 @@
        lock.9 simple_lock_freecheck.9 lock.9 simple_lock_dump.9  \
        lock.9 lockinit.9 lock.9 lockmgr.9 \
        lock.9 lockstatus.9 lock.9 lockmgr_printinfo.9 \
-       lock.9 spinlockinit.9 spinlockmgr.9 
+       lock.9 spinlockinit.9 lock.9 spinlockmgr.9 
 MLINKS+=malloc.9 free.9
 MLINKS+=mbuf.9 m_get.9 mbuf.9 m_getclr.9 mbuf.9 m_gethdr.9 mbuf.9 m_devget.9 \
        mbuf.9 m_copym.9 mbuf.9 m_copypacket.9 mbuf.9 m_copydata.9 \



Home | Main Index | Thread Index | Old Index