Module Name: src
Committed By: riastradh
Date: Mon Mar 23 13:40:34 UTC 2015
Modified Files:
src/share/man/man9: cpu_configure.9 intro.9
Log Message:
Update some xrefs to point to softint(9), not the old/alt spelling.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/cpu_configure.9
cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/intro.9
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/cpu_configure.9
diff -u src/share/man/man9/cpu_configure.9:1.6 src/share/man/man9/cpu_configure.9:1.7
--- src/share/man/man9/cpu_configure.9:1.6 Tue Apr 13 12:04:25 2010
+++ src/share/man/man9/cpu_configure.9 Mon Mar 23 13:40:34 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpu_configure.9,v 1.6 2010/04/13 12:04:25 jruoho Exp $
+.\" $NetBSD: cpu_configure.9,v 1.7 2015/03/23 13:40:34 riastradh Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -51,7 +51,7 @@ The following tasks are performed by
.Bl -bullet -offset indent
.It
initialize soft interrupts (see
-.Xr softintr 9 ) ;
+.Xr softint 9 ) ;
.It
initialize
.Tn CPU
Index: src/share/man/man9/intro.9
diff -u src/share/man/man9/intro.9:1.15 src/share/man/man9/intro.9:1.16
--- src/share/man/man9/intro.9:1.15 Sat Jan 19 00:14:11 2013
+++ src/share/man/man9/intro.9 Mon Mar 23 13:40:34 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: intro.9,v 1.15 2013/01/19 00:14:11 riastradh Exp $
+.\" $NetBSD: intro.9,v 1.16 2015/03/23 13:40:34 riastradh Exp $
.\"
.\" Copyright (c) 1997, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -242,7 +242,7 @@ See
.Pp
Machine-independent software interrupt framework.
See
-.Xr softintr 9 .
+.Xr softint 9 .
.Pp
Functions to modify system interrupt priority level.
See