Module Name: src
Committed By: wiz
Date: Mon Aug 3 22:16:01 UTC 2009
Modified Files:
src/share/man/man9: Makefile
Log Message:
I guess ubc(9) should be used for all ubc_*(9) man pages, not only for
some. Make it so.
To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 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.285 src/share/man/man9/Makefile:1.286
--- src/share/man/man9/Makefile:1.285 Mon Aug 3 19:43:58 2009
+++ src/share/man/man9/Makefile Mon Aug 3 22:16:01 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.285 2009/08/03 19:43:58 rmind Exp $
+# $NetBSD: Makefile,v 1.286 2009/08/03 22:16:01 wiz Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -648,7 +648,7 @@
tc.9 TC_PHYS_TO_UNCACHED.9
MLINKS+=todr.9 todr_gettime.9 todr.9 todr_settime.9 \
todr.9 clock_ymdhms_to_secs.9 todr.9 clock_secs_to_ymdhms.9
-MLINKS+=ubc.9 ubc_alloc.9 uvm.9 ubc_release.9 uvm.9 ubc_uiomove.9
+MLINKS+=ubc.9 ubc_alloc.9 ubc.9 ubc_release.9 ubc.9 ubc_uiomove.9
MLINKS+=uvm.9 uvm_init.9 uvm.9 uvm_init_limits.9 uvm.9 uvm_setpagesize.9 \
uvm.9 uvm_swap_init.9 uvm.9 uvm_map.9 uvm.9 uvm_unmap.9 \
uvm.9 uvm_map_pageable.9 \