From dbf2834a28a29db14c0cf9db92f459cbcc90b6be Mon Sep 17 00:00:00 2001 From: mpi Date: Sun, 13 Jul 2014 09:37:22 +0000 Subject: [PATCH] What would you use config_init() for? --- share/man/man9/Makefile | 4 ++-- 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 *" -- 2.20.1