Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix argument order for config_attach_loc in a...
details: https://anonhg.NetBSD.org/src/rev/b7a035b0e531
branches: trunk
changeset: 785419:b7a035b0e531
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Mar 13 00:09:21 2013 +0000
description:
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 48ad3c83e241 -r b7a035b0e531 share/man/man9/autoconf.9
--- a/share/man/man9/autoconf.9 Tue Mar 12 23:16:31 2013 +0000
+++ b/share/man/man9/autoconf.9 Wed Mar 13 00:09:21 2013 +0000
@@ -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 @@
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