Sort sections. Fix typo.
This commit is contained in:
parent
5502bee520
commit
38143816eb
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: gpioiic.4,v 1.1 2009/08/09 08:20:53 mbalmer Exp $
|
||||
.\" $NetBSD: gpioiic.4,v 1.2 2009/08/09 08:44:30 wiz Exp $
|
||||
.\" $OpenBSD: gpioiic.4,v 1.6 2008/11/24 15:30:21 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org>
|
||||
|
@ -62,14 +62,6 @@ For example,
|
|||
and
|
||||
.Ar mask 0x5
|
||||
defines pin numbers 17 and 19.
|
||||
.Sh CAVEATS
|
||||
A
|
||||
.Nm
|
||||
device can not be detached from the
|
||||
.Xr gpio 4
|
||||
bus at runtime due to the fact that
|
||||
.Xr iic 4
|
||||
busses can not detach once attached.
|
||||
.Sh SEE ALSO
|
||||
.Xr gpio 4 ,
|
||||
.Xr iic 4 ,
|
||||
|
@ -87,7 +79,15 @@ The
|
|||
.Nm
|
||||
driver was written by
|
||||
.An Alexander Yurchenko Aq grange@openbsd.org
|
||||
and was pprted to
|
||||
and was ported to
|
||||
.Nx
|
||||
by
|
||||
.An Marc Balmer Aq marc@msys.ch .
|
||||
.Sh CAVEATS
|
||||
A
|
||||
.Nm
|
||||
device can not be detached from the
|
||||
.Xr gpio 4
|
||||
bus at runtime due to the fact that
|
||||
.Xr iic 4
|
||||
busses can not detach once attached.
|
||||
|
|
Loading…
Reference in New Issue