diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-13 09:37:23 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2014-07-13 09:37:23 +0000 |
commit | d3fcd9fc5a6a9a16cf6519d877146cce34183d7f (patch) | |
tree | 3029b6d993f6f4898a6548fcb6b8b84d3ece35ef | |
parent | fc91567e5964f96e28a56f90d0fbd7faeaeaeb0c (diff) |
What would you use config_init() for?
-rw-r--r-- | share/man/man9/Makefile | 4 | ||||
-rw-r--r-- | share/man/man9/autoconf.9 | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 2673b85f119..95453c67680 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.215 2014/07/13 09:28:06 mpi Exp $ +# $OpenBSD: Makefile,v 1.216 2014/07/13 09:37:22 mpi Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. @@ -56,7 +56,7 @@ MLINKS+=atomic_sub_int.9 atomic_sub_long.9 \ atomic_sub_int.9 atomic_sub_long_nv.9 MLINKS+=atomic_swap_uint.9 atomic_swap_ulong.9 \ atomic_swap_uint.9 atomic_swap_ptr.9 -MLINKS+=autoconf.9 config_init.9 autoconf.9 config_search.9 \ +MLINKS+=autoconf.9 config_search.9 \ autoconf.9 config_rootsearch.9 autoconf.9 config_found_sm.9 \ autoconf.9 config_found.9 autoconf.9 config_rootfound.9 \ autoconf.9 config_defer.9 diff --git a/share/man/man9/autoconf.9 b/share/man/man9/autoconf.9 index 836e827c6b6..ff876c6353a 100644 --- a/share/man/man9/autoconf.9 +++ b/share/man/man9/autoconf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoconf.9,v 1.13 2014/07/13 09:28:06 mpi Exp $ +.\" $OpenBSD: autoconf.9,v 1.14 2014/07/13 09:37:22 mpi Exp $ .\" $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -73,15 +73,6 @@ ends with a unit number. The unit number identifies an instance of the driver. Device data structures are allocated dynamically during autoconfiguration, giving a unique address for each instance. -.Sh INITIALIZATION -.nr nS 1 -.Ft "void" -.Fn config_init "void" -.nr nS 0 -.Pp -The -.Fn config_init -function initializes the autoconfiguration data structures. .Sh INDIRECT CONFIGURATION .nr nS 1 .Ft "void *" |