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/16d6c429c5f5
branches:  netbsd-6
changeset: 776712:16d6c429c5f5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Sep 29 18:41:50 2014 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #1130):
        share/man/man9/iic.9: revision 1.10
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 3cb1d54cbe04 -r 16d6c429c5f5 share/man/man9/iic.9
--- a/share/man/man9/iic.9      Mon Sep 29 18:40:43 2014 +0000
+++ b/share/man/man9/iic.9      Mon Sep 29 18:41:50 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: iic.9,v 1.7 2011/10/15 16:35:45 jruoho Exp $
+.\"    $NetBSD: iic.9,v 1.7.4.1 2014/09/29 18:41:50 msaitoh 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