Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Small changes to wording and markup.



details:   https://anonhg.NetBSD.org/src/rev/9c9d3b400b5a
branches:  trunk
changeset: 753902:9c9d3b400b5a
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Apr 13 12:04:25 2010 +0000

description:
Small changes to wording and markup.

diffstat:

 share/man/man9/cpu_configure.9 |  30 +++++++++++++++++++-----------
 share/man/man9/cpu_startup.9   |  23 ++++++++++++++---------
 2 files changed, 33 insertions(+), 20 deletions(-)

diffs (118 lines):

diff -r 9f4e9c75828d -r 9c9d3b400b5a share/man/man9/cpu_configure.9
--- a/share/man/man9/cpu_configure.9    Tue Apr 13 11:54:43 2010 +0000
+++ b/share/man/man9/cpu_configure.9    Tue Apr 13 12:04:25 2010 +0000
@@ -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 ,
diff -r 9f4e9c75828d -r 9c9d3b400b5a share/man/man9/cpu_startup.9
--- a/share/man/man9/cpu_startup.9      Tue Apr 13 11:54:43 2010 +0000
+++ b/share/man/man9/cpu_startup.9      Tue Apr 13 12:04:25 2010 +0000
@@ -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 ,



Home | Main Index | Thread Index | Old Index