Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Spelling and punctuation fixes.
details: https://anonhg.NetBSD.org/src/rev/2eda48dd1438
branches: trunk
changeset: 514551:2eda48dd1438
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Wed Sep 05 05:37:41 2001 +0000
description:
Spelling and punctuation fixes.
diffstat:
share/man/man9/autoconf.9 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (60 lines):
diff -r c5b12780e562 -r 2eda48dd1438 share/man/man9/autoconf.9
--- a/share/man/man9/autoconf.9 Wed Sep 05 05:30:29 2001 +0000
+++ b/share/man/man9/autoconf.9 Wed Sep 05 05:37:41 2001 +0000
@@ -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 @@
.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 @@
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 @@
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 @@
.Sh SEE ALSO
.Xr config 8 ,
.Xr config 9 ,
-.Xr driver 9 .
+.Xr driver 9
.Sh HISTORY
Autoconfiguration first appeared in
.Bx 4.1 .
Home |
Main Index |
Thread Index |
Old Index