Module Name:    src
Committed By:   msaitoh
Date:           Mon Oct 27 05:54:09 UTC 2014

Modified Files:
        src/share/man/man9 [netbsd-6]: autoconf.9

Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1137):
        share/man/man9/autoconf.9: revision 1.30
Fix argument order for config_attach_loc in autoconf(9).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.28.8.1 src/share/man/man9/autoconf.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/autoconf.9
diff -u src/share/man/man9/autoconf.9:1.28 src/share/man/man9/autoconf.9:1.28.8.1
--- src/share/man/man9/autoconf.9:1.28	Thu Dec  2 12:54:13 2010
+++ src/share/man/man9/autoconf.9	Mon Oct 27 05:54:09 2014
@@ -1,4 +1,4 @@
-.\"     $NetBSD: autoconf.9,v 1.28 2010/12/02 12:54:13 wiz Exp $
+.\"     $NetBSD: autoconf.9,v 1.28.8.1 2014/10/27 05:54:09 msaitoh Exp $
 .\"
 .\" Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -301,7 +301,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

Reply via email to