Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Correct return type of iic_release_bus.



details:   https://anonhg.NetBSD.org/src/rev/225dc7429559
branches:  trunk
changeset: 328439:225dc7429559
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Apr 03 15:39:10 2014 +0000

description:
Correct return type of iic_release_bus.

diffstat:

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

diffs (18 lines):

diff -r baf65a68500f -r 225dc7429559 share/man/man9/iic.9
--- a/share/man/man9/iic.9      Thu Apr 03 15:35:55 2014 +0000
+++ b/share/man/man9/iic.9      Thu Apr 03 15:39:10 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: iic.9,v 1.9 2014/03/18 18:20:40 riastradh Exp $
+.\"    $NetBSD: iic.9,v 1.10 2014/04/03 15:39:10 riastradh Exp $
 .\"    $OpenBSD: iic.9,v 1.3 2004/08/24 05:48:22 david Exp $
 .\"
 .\" Copyright (c) 2003 Wasabi Systems, Inc.
@@ -52,7 +52,7 @@
 .Fa "i2c_tag_t ic"
 .Fa "int flags"
 .Fc
-.Ft int
+.Ft void
 .Fo iic_release_bus
 .Fa "i2c_tag_t ic"
 .Fa "int flags"



Home | Main Index | Thread Index | Old Index