Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/share/man/man9 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/31cf0129cdef
branches:  netbsd-6
changeset: 776727:31cf0129cdef
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Oct 27 05:54:09 2014 +0000

description:
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).

diffstat:

 share/man/man9/autoconf.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6705f7d13eaf -r 31cf0129cdef share/man/man9/autoconf.9
--- a/share/man/man9/autoconf.9 Mon Oct 27 05:53:04 2014 +0000
+++ b/share/man/man9/autoconf.9 Mon Oct 27 05:54:09 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index