Module Name:    src
Committed By:   jruoho
Date:           Tue Apr 13 12:04:25 UTC 2010

Modified Files:
        src/share/man/man9: cpu_configure.9 cpu_startup.9

Log Message:
Small changes to wording and markup.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/cpu_configure.9
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/cpu_startup.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.5 src/share/man/man9/cpu_configure.9:1.6
--- src/share/man/man9/cpu_configure.9:1.5	Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/cpu_configure.9	Tue Apr 13 12:04:25 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: cpu_configure.9,v 1.5 2008/04/30 13:10:58 martin Exp $
+.\"     $NetBSD: cpu_configure.9,v 1.6 2010/04/13 12:04:25 jruoho Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 23, 2002
+.Dd April 13, 2010
 .Dt CPU_CONFIGURE 9
 .Os
 .Sh NAME
@@ -38,28 +38,36 @@
 .Ft void
 .Fn cpu_configure "void"
 .Sh DESCRIPTION
+The machine-dependent
 .Fn cpu_configure
 is called during system bootstrap to perform the machine-dependent
 portion of device autoconfiguration.
-It sets the configuration machinery in motion by finding the root
-bus ("mainbus").
+It sets the configuration machinery in motion by finding the root bus
+.Pq Dq mainbus .
 When this function returns, interrupts must be enabled.
 .Pp
-.Fn cpu_configure
-performs the following tasks:
-.Bl -bullet
+The following tasks are performed by
+.Fn cpu_configure :
+.Bl -bullet -offset indent
 .It
 initialize soft interrupts (see
-.Xr softintr 9 )
+.Xr softintr 9 ) ;
 .It
-initialize CPU interrupts and SPLs
+initialize
+.Tn CPU
+interrupts and
+.Tn SPLs
+(see
+.Xr spl 9 ) ;
 .It
 call
 .Fn config_rootfound
-for "mainbus"
+for
+.Dq mainbus ;
+and
 .It
 complete any initialization deferred from
-.Fn cpu_startup .
+.Xr cpu_startup 9 .
 .El
 .Sh SEE ALSO
 .Xr autoconf 9 ,

Index: src/share/man/man9/cpu_startup.9
diff -u src/share/man/man9/cpu_startup.9:1.6 src/share/man/man9/cpu_startup.9:1.7
--- src/share/man/man9/cpu_startup.9:1.6	Wed Apr 30 13:10:58 2008
+++ src/share/man/man9/cpu_startup.9	Tue Apr 13 12:04:25 2010
@@ -1,4 +1,4 @@
-.\"     $NetBSD: cpu_startup.9,v 1.6 2008/04/30 13:10:58 martin Exp $
+.\"     $NetBSD: cpu_startup.9,v 1.7 2010/04/13 12:04:25 jruoho Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,31 +27,36 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd February 27, 2006
+.Dd April 13, 2010
 .Dt CPU_STARTUP 9
 .Os
 .Sh NAME
 .Nm cpu_startup
-.Nd machine-dependent CPU startup
+.Nd machine-dependent
+.Tn CPU
+startup
 .Sh SYNOPSIS
 .In sys/systm.h
 .Ft void
 .Fn cpu_startup "void"
 .Sh DESCRIPTION
+The machine-dependent
 .Fn cpu_startup
 is invoked early during system bootstrap, after the console
 has been set up and immediately after
 .Xr uvm 9
 has been initialized.
-.Fn cpu_startup
-performs the following tasks:
-.Bl -bullet
+.Pp
+The following tasks are performed by
+.Fn cpu_startup :
+.Bl -bullet -offset indent
 .It
-prints the initial copyright message
+print the initial copyright message;
 .It
-allocate memory and buffers for kernel tables
+allocate memory and buffers for kernel tables; and
 .It
-initialize the CPU
+initialize the
+.Tn CPU .
 .El
 .Sh SEE ALSO
 .Xr autoconf 9 ,

Reply via email to