Spelling and punctuation fixes.
This commit is contained in:
parent
7f677635d3
commit
8f0d50ef8b
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: autoconf.9,v 1.3 2001/09/04 02:51:15 wiz Exp $
|
||||
.\" $NetBSD: autoconf.9,v 1.4 2001/09/05 05:37:41 gmcgarry Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -64,7 +64,7 @@
|
||||
.Fn config_found "struct device *parent" "void *aux" "cfprint_t print"
|
||||
.Ft struct device *
|
||||
.Fn config_attach "struct device *parent" "struct cfdata *cf" "void *aux" \
|
||||
"cprint_t print"
|
||||
"cfprint_t print"
|
||||
.Ft int
|
||||
.Fn config_detach "struct device *dev" "int flags"
|
||||
.Ft int
|
||||
@ -141,7 +141,7 @@ The role of
|
||||
.Fa func
|
||||
is to call
|
||||
the match function for each device and call
|
||||
.Fa config_attach
|
||||
.Fn config_attach
|
||||
for any positive matches. If
|
||||
.Fa func
|
||||
is NULL, then the parent should record the return value from
|
||||
@ -191,7 +191,7 @@ and
|
||||
unsupported
|
||||
.Dc
|
||||
will be appended automatically to non-driver reports if the return
|
||||
value is UNCONF or UNSUPP respectively; otherwise the function shouuld
|
||||
value is UNCONF or UNSUPP respectively; otherwise the function should
|
||||
return the value QUIET.
|
||||
.Pp
|
||||
.Fn config_found_sm
|
||||
@ -240,12 +240,12 @@ is called with the argument
|
||||
Increment the
|
||||
.Va config_pending
|
||||
semaphore. It is used to account for deferred configurations before
|
||||
mounting the root filesystem.
|
||||
mounting the root file system.
|
||||
.It Fn config_pending_decr
|
||||
Decrement the
|
||||
.Va config_pending
|
||||
semaphore. It is used to account for deferred configurations before
|
||||
mounting the root filesystem.
|
||||
mounting the root file system.
|
||||
.El
|
||||
.Sh CODE REFERENCES
|
||||
This section describes places within the
|
||||
@ -262,7 +262,7 @@ Data structures and function prototypes for the framework are located in
|
||||
.Sh SEE ALSO
|
||||
.Xr config 8 ,
|
||||
.Xr config 9 ,
|
||||
.Xr driver 9 .
|
||||
.Xr driver 9
|
||||
.Sh HISTORY
|
||||
Autoconfiguration first appeared in
|
||||
.Bx 4.1 .
|
||||
|
Loading…
Reference in New Issue
Block a user