diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-12 11:34:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-12 11:34:30 +0000 |
commit | 63d2289194cf175fd9b06bdefc47e1318f0cba70 (patch) | |
tree | a086eb5139dbef4984b5ed85f93ae127542ab8c0 | |
parent | 89e67c198fc88b7295d777adb4882ad1eb9f62b3 (diff) |
tweak; ok mpi
-rw-r--r-- | share/man/man9/config_defer.9 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man9/config_defer.9 b/share/man/man9/config_defer.9 index d5682294aee..ef45867188b 100644 --- a/share/man/man9/config_defer.9 +++ b/share/man/man9/config_defer.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config_defer.9,v 1.1 2015/12/11 16:07:02 mpi Exp $ +.\" $OpenBSD: config_defer.9,v 1.2 2015/12/12 11:34:29 jmc Exp $ .\" $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 11 2015 $ +.Dd $Mdocdate: December 12 2015 $ .Dt CONFIG_DEFER 9 .Os .Sh NAME @@ -46,10 +46,11 @@ The .Fn config_defer function is called by the child to defer the remainder of its configuration -until all its parent's devices have been attached. +until all its parent devices have been attached. At this point, the function .Fa func is called with the argument +.Fa dev . .Pp The .Fn config_mountroot |