diff options
author | 2004-08-24 05:48:22 +0000 | |
---|---|---|
committer | 2004-08-24 05:48:22 +0000 | |
commit | 937e1738e90995d3ada138df636eadeb0d537bee (patch) | |
tree | 5275dc18e3d413c94c2e6b250676333f072761fa | |
parent | spelling corrections; ok jmc@ (diff) | |
download | wireguard-openbsd-937e1738e90995d3ada138df636eadeb0d537bee.tar.xz wireguard-openbsd-937e1738e90995d3ada138df636eadeb0d537bee.zip |
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 |