diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-13 10:09:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-07-13 10:09:13 +0000 |
commit | b9b1de716fe1ab0d353d0dbc1c84eed6e6e56425 (patch) | |
tree | 9994b177587795e46658ac0c9a7fdb02eae94e76 /share/man | |
parent | 6ab273e8144a8ce639479d666370c30219d3b350 (diff) |
tweak previous;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/config_attach.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/config_attach.9 b/share/man/man9/config_attach.9 index abfa6b31f2b..a26e030cf8b 100644 --- a/share/man/man9/config_attach.9 +++ b/share/man/man9/config_attach.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: config_attach.9,v 1.1 2014/07/13 09:28:06 mpi Exp $ +.\" $OpenBSD: config_attach.9,v 1.2 2014/07/13 10:09:12 jmc Exp $ .\" $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -45,7 +45,6 @@ .Ft "int" .Fn config_detach_children "struct device *parent" "int flags" .Sh DESCRIPTION -.Pp The .Fn config_attach function attaches a found device. @@ -80,4 +79,4 @@ which have a device open). .Fn config_detach returns zero if successful and an error code otherwise. .Sh SEE ALSO -.Xr config_found 9 +.Xr config_found 9 |