What would you use config_init() for?
authormpi <mpi@openbsd.org>
Sun, 13 Jul 2014 09:37:22 +0000 (09:37 +0000)
committermpi <mpi@openbsd.org>
Sun, 13 Jul 2014 09:37:22 +0000 (09:37 +0000)
share/man/man9/Makefile
share/man/man9/autoconf.9

index 2673b85..95453c6 100644 (file)
@@ -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
index 836e827..ff876c6 100644 (file)
@@ -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 *"