diff options
author | David Krause <david@cvs.openbsd.org> | 2004-08-24 05:48:23 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2004-08-24 05:48:23 +0000 |
commit | aceaac64e40c56b9f872b85aeb20121124662df8 (patch) | |
tree | 7c95b4daea59202d85eb3eb040874b24b97c0e91 | |
parent | 6c8ccc0dd0f5e501b452af5bb3024fd2891fe5cd (diff) |
double word (a a)
-rw-r--r-- | share/man/man9/iic.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/iic.9 b/share/man/man9/iic.9 index 697f22765e0..59f91ff1448 100644 --- a/share/man/man9/iic.9 +++ b/share/man/man9/iic.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.9,v 1.2 2004/05/23 22:10:53 jmc Exp $ +.\" $OpenBSD: iic.9,v 1.3 2004/08/24 05:48:22 david Exp $ .\" .\" Copyright (c) 2003 Wasabi Systems, Inc. .\" All rights reserved. @@ -165,7 +165,7 @@ it must also be passed to .\" XXXJRT Someone help me with the mark-up here! .\" .It Fn iic_exec "ic" "op" "addr" "cmdbuf" "cmdlen" "buf" "len" "flags" .It Fn iic_exec "ic" "op" "addr" "cmdbuf" "cmdlen" "buf" "len" -Perform a a series of I2C transactions on the bus. +Perform a series of I2C transactions on the bus. .Fn iic_exec initiates the operation by sending a START condition on the I2C bus and then transmitting the address of the target device along |