Rename xc(9) to xcall(9). OK dyoung@.

This commit is contained in:
rmind 2010-01-23 00:03:38 +00:00
parent 6abb73d262
commit ea2aef81a8
3 changed files with 10 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1369 2010/01/22 23:14:28 dyoung Exp $
# $NetBSD: mi,v 1.1370 2010/01/23 00:03:38 rmind Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -9603,8 +9603,7 @@
./usr/share/man/cat9/wsmouse.0 comp-sys-catman .cat
./usr/share/man/cat9/wsmouse_input.0 comp-sys-catman .cat
./usr/share/man/cat9/wsmousedevprint.0 comp-sys-catman .cat
./usr/share/man/cat9/xc.0 comp-sys-catman .cat
./usr/share/man/cat9/xc_init_cpu.0 comp-sys-catman .cat
./usr/share/man/cat9/xcall.0 comp-sys-catman .cat
./usr/share/man/cat9/xc_broadcast.0 comp-sys-catman .cat
./usr/share/man/cat9/xc_unicast.0 comp-sys-catman .cat
./usr/share/man/cat9/xc_wait.0 comp-sys-catman .cat
@ -15088,8 +15087,7 @@
./usr/share/man/html9/wsmouse.html comp-sys-htmlman html
./usr/share/man/html9/wsmouse_input.html comp-sys-htmlman html
./usr/share/man/html9/wsmousedevprint.html comp-sys-htmlman html
./usr/share/man/html9/xc.html comp-sys-htmlman html
./usr/share/man/html9/xc_init_cpu.html comp-sys-htmlman html
./usr/share/man/html9/xcall.html comp-sys-htmlman html
./usr/share/man/html9/xc_broadcast.html comp-sys-htmlman html
./usr/share/man/html9/xc_unicast.html comp-sys-htmlman html
./usr/share/man/html9/xc_wait.html comp-sys-htmlman html
@ -20832,8 +20830,7 @@
./usr/share/man/man9/wsmouse.9 comp-sys-man .man
./usr/share/man/man9/wsmouse_input.9 comp-sys-man .man
./usr/share/man/man9/wsmousedevprint.9 comp-sys-man .man
./usr/share/man/man9/xc.9 comp-sys-man .man
./usr/share/man/man9/xc_init_cpu.9 comp-sys-man .man
./usr/share/man/man9/xcall.9 comp-sys-man .man
./usr/share/man/man9/xc_broadcast.9 comp-sys-man .man
./usr/share/man/man9/xc_unicast.9 comp-sys-man .man
./usr/share/man/man9/xc_wait.9 comp-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.307 2010/01/22 23:14:29 dyoung Exp $
# $NetBSD: Makefile,v 1.308 2010/01/23 00:03:38 rmind Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@ -56,7 +56,7 @@ MAN= accept_filter.9 accf_data.9 accf_http.9 \
ubc.9 usbdi.9 uvm.9 vmem.9 \
wdc.9 workqueue.9 \
wscons.9 wsdisplay.9 wsfont.9 wskbd.9 wsmouse.9 \
xc.9
xcall.9
MAN+= boothowto.9
MLINKS+=boothowto.9 BOOT_FLAG.9
@ -858,10 +858,9 @@ MLINKS+=wskbd.9 wskbd_input.9 \
wskbd.9 wskbddevprint.9
MLINKS+=wsmouse.9 wsmouse_input.9 \
wsmouse.9 wsmousedevprint.9
MLINKS+=xc.9 xc_init_cpu.9 \
xc.9 xc_broadcast.9 \
xc.9 xc_unicast.9 \
xc.9 xc_wait.9
MLINKS+=xcall.9 xc_broadcast.9 \
xcall.9 xc_unicast.9 \
xcall.9 xc_wait.9
SUBDIR= man9.i386 man9.sun3

View File

@ -1,4 +1,4 @@
.\" $NetBSD: xc.9,v 1.2 2010/01/22 23:27:01 dyoung Exp $
.\" $NetBSD: xcall.9,v 1.1 2010/01/23 00:03:38 rmind Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.