diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-03-14 02:18:21 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-03-14 02:18:21 +0000 |
commit | 3afc7cbbcdf715af04ac437660d16d34f0324dd9 (patch) | |
tree | a0fa11483fe4fe5d91d3f848df9a498618f7e48a /share/man/man9 | |
parent | 3b27c0e367bfc7f90808491babf39a068e66537d (diff) |
Use .Xo/.Xc and .Fo/.Fc to put all arguments of iic_exec() in man
page, breaking nine argument limit.
ok grange, otto
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/iic.9 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/share/man/man9/iic.9 b/share/man/man9/iic.9 index 2e6d3ecfa97..568672c93b7 100644 --- a/share/man/man9/iic.9 +++ b/share/man/man9/iic.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.9,v 1.4 2006/03/12 06:29:49 dlg Exp $ +.\" $OpenBSD: iic.9,v 1.5 2006/03/14 02:18:20 ray Exp $ .\" .\" Copyright (c) 2003 Wasabi Systems, Inc. .\" All rights reserved. @@ -165,9 +165,18 @@ flag was passed to .Fn iic_acquire_bus , it must also be passed to .Fn iic_release_bus . -.\" 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" +.It Xo +.Fo iic_exec +.Fa "ic" +.Fa "op" +.Fa "addr" +.Fa "cmdbuf" +.Fa "cmdlen" +.Fa "buf" +.Fa "len" +.Fa "flags" +.Fc +.Xc Perform a series of I2C transactions on the bus. .Fn iic_exec initiates the operation by sending a START condition on the I2C |