From ff2657ee99ead599707f7d94344b670351e565cc Mon Sep 17 00:00:00 2001 From: riastradh Date: Wed, 13 Mar 2013 00:09:21 +0000 Subject: [PATCH] Fix argument order for config_attach_loc in autoconf(9). --- share/man/man9/autoconf.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/autoconf.9 b/share/man/man9/autoconf.9 index 79d1f40218ab..4ef817b73fa6 100644 --- a/share/man/man9/autoconf.9 +++ b/share/man/man9/autoconf.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: autoconf.9,v 1.29 2012/02/17 09:44:14 plunky Exp $ +.\" $NetBSD: autoconf.9,v 1.30 2013/03/13 00:09:21 riastradh Exp $ .\" .\" Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -304,7 +304,7 @@ The function returns a nonzero integer indicating the confidence of supporting this device and a value of 0 if the driver doesn't support the device. -.It Fn config_attach_loc "parent" "locs" "cf" "aux" "print" +.It Fn config_attach_loc "parent" "cf" "locs" "aux" "print" Attach a found device. Allocates the memory for the .Em softc