Module Name: src
Committed By: riastradh
Date: Thu Apr 3 15:39:10 UTC 2014
Modified Files:
src/share/man/man9: iic.9
Log Message:
Correct return type of iic_release_bus.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/iic.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/iic.9
diff -u src/share/man/man9/iic.9:1.9 src/share/man/man9/iic.9:1.10
--- src/share/man/man9/iic.9:1.9 Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/iic.9 Thu Apr 3 15:39:10 2014
@@ -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"