Standardize spelling.
This commit is contained in:
parent
1d4b57bbcf
commit
f53504b9e9
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cpu_configure.9,v 1.1 2002/05/25 02:16:36 gmcgarry Exp $
|
||||
.\" $NetBSD: cpu_configure.9,v 1.2 2002/05/25 11:08:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -55,16 +55,16 @@ function returns, interrupts must be enabled.
|
||||
performs the following tasks:
|
||||
.Bl -bullet
|
||||
.It
|
||||
initialise soft interrupts (see
|
||||
initialize soft interrupts (see
|
||||
.Xr softintr 9 )
|
||||
.It
|
||||
initialise CPU interrupts and SPLs
|
||||
initialize CPU interrupts and SPLs
|
||||
.It
|
||||
call
|
||||
.Fn config_rootfound
|
||||
for "mainbus"
|
||||
.It
|
||||
complete any initialisation deferred from
|
||||
complete any initialization deferred from
|
||||
.Fn cpu_startup .
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cpu_coredump.9,v 1.2 2002/05/25 10:44:38 wiz Exp $
|
||||
.\" $NetBSD: cpu_coredump.9,v 1.3 2002/05/25 11:08:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -65,7 +65,7 @@ returns 0 on success and an appropriate error code on failure.
|
||||
.Sh CODE REFERENCES
|
||||
This section describes places within the
|
||||
.Nx
|
||||
source tree where actual code implementing or utilising the
|
||||
source tree where actual code implementing or utilizing the
|
||||
machine-dependent coredump interface can be found. All pathnames are
|
||||
relative to
|
||||
.Pa /usr/src .
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cpu_dumpconf.9,v 1.1 2002/05/25 02:16:36 gmcgarry Exp $
|
||||
.\" $NetBSD: cpu_dumpconf.9,v 1.2 2002/05/25 11:08:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -57,7 +57,7 @@
|
||||
.Sh DESCRIPTION
|
||||
.Fn cpu_dumpconf
|
||||
is the machine-dependent interface invoked during system bootstrap to
|
||||
determine the dump device and initialise machine-dependent kernel core
|
||||
determine the dump device and initialize machine-dependent kernel core
|
||||
dump state. Internally,
|
||||
.Fn cpu_dumpconf
|
||||
will invoke
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cpu_exit.9,v 1.2 2002/05/25 10:44:39 wiz Exp $
|
||||
.\" $NetBSD: cpu_exit.9,v 1.3 2002/05/25 11:08:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -67,7 +67,7 @@ should be called at
|
||||
.Sh CODE REFERENCES
|
||||
This section describes places within the
|
||||
.Nx
|
||||
source tree where actual code utilising
|
||||
source tree where actual code utilizing
|
||||
.Fn cpu_exit
|
||||
be found. All pathnames are
|
||||
relative to
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cpu_initclocks.9,v 1.2 2002/05/25 10:44:39 wiz Exp $
|
||||
.\" $NetBSD: cpu_initclocks.9,v 1.3 2002/05/25 11:08:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -49,13 +49,13 @@
|
||||
is invoked by
|
||||
.Fn initclocks
|
||||
during system bootstrap, immediately after autoconfiguration, to
|
||||
perform the machine-dependent initialisation of clock frequencies and
|
||||
perform the machine-dependent initialization of clock frequencies and
|
||||
start the real-time and statistic clocks running.
|
||||
.Sh CODE REFERENCES
|
||||
This section describes places within the
|
||||
.Nx
|
||||
source tree where actual code implementing or utilising the
|
||||
machine-dependent clocks initialisation interface can be found. All
|
||||
source tree where actual code implementing or utilizing the
|
||||
machine-dependent clocks initialization interface can be found. All
|
||||
pathnames are relative to
|
||||
.Pa /usr/src .
|
||||
.Pp
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cpu_rootconf.9,v 1.1 2002/05/25 02:16:36 gmcgarry Exp $
|
||||
.\" $NetBSD: cpu_rootconf.9,v 1.2 2002/05/25 11:08:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -48,7 +48,7 @@
|
||||
.Sh DESCRIPTION
|
||||
.Fn cpu_rootconf
|
||||
is the machine-dependent interface invoked during system bootstrap to
|
||||
determine the root file system device and initialise machine-dependent
|
||||
determine the root file system device and initialize machine-dependent
|
||||
file system state.
|
||||
.Fn cpu_rootconf
|
||||
invokes the machine-independent function
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: cpu_startup.9,v 1.1 2002/05/25 02:16:37 gmcgarry Exp $
|
||||
.\" $NetBSD: cpu_startup.9,v 1.2 2002/05/25 11:08:21 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -49,14 +49,14 @@
|
||||
is invoked early during system bootstrap, after the copyright banner
|
||||
has been displayed on the console and immediately after
|
||||
.Xr uvm 9
|
||||
has been initialised.
|
||||
has been initialized.
|
||||
.Fn cpu_startup
|
||||
performs the following tasks:
|
||||
.Bl -bullet
|
||||
.It
|
||||
allocate memory and buffers for kernel tables
|
||||
.It
|
||||
initialise the CPU
|
||||
initialize the CPU
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr autoconf 9 ,
|
||||
|
Loading…
Reference in New Issue
Block a user