Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Update some xrefs to point to softint(9), not...



details:   https://anonhg.NetBSD.org/src/rev/7d541edd4e40
branches:  trunk
changeset: 336855:7d541edd4e40
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Mar 23 13:40:34 2015 +0000

description:
Update some xrefs to point to softint(9), not the old/alt spelling.

diffstat:

 share/man/man9/cpu_configure.9 |  4 ++--
 share/man/man9/intro.9         |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 5e37b02c7933 -r 7d541edd4e40 share/man/man9/cpu_configure.9
--- a/share/man/man9/cpu_configure.9    Mon Mar 23 10:22:45 2015 +0000
+++ b/share/man/man9/cpu_configure.9    Mon Mar 23 13:40:34 2015 +0000
@@ -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 @@
 .Bl -bullet -offset indent
 .It
 initialize soft interrupts (see
-.Xr softintr 9 ) ;
+.Xr softint 9 ) ;
 .It
 initialize
 .Tn CPU
diff -r 5e37b02c7933 -r 7d541edd4e40 share/man/man9/intro.9
--- a/share/man/man9/intro.9    Mon Mar 23 10:22:45 2015 +0000
+++ b/share/man/man9/intro.9    Mon Mar 23 13:40:34 2015 +0000
@@ -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 @@
 .Pp
 Machine-independent software interrupt framework.
 See
-.Xr softintr 9 .
+.Xr softint 9 .
 .Pp
 Functions to modify system interrupt priority level.
 See



Home | Main Index | Thread Index | Old Index