Deleted Added
full compact
gpioctl.8 (222290) gpioctl.8 (233648)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: head/usr.sbin/gpioctl/gpioctl.8 222290 2011-05-25 21:04:11Z bcr $
28.\" $FreeBSD: head/usr.sbin/gpioctl/gpioctl.8 233648 2012-03-29 05:02:12Z eadler $
29.\"
30.Dd May 25, 2011
31.Dt GPIOCTL 1
32.Os
33.Sh NAME
34.Nm gpioctl
35.Nd GPIO control utility
36.Sh SYNOPSIS
37.Nm
29.\"
30.Dd May 25, 2011
31.Dt GPIOCTL 1
32.Os
33.Sh NAME
34.Nm gpioctl
35.Nd GPIO control utility
36.Sh SYNOPSIS
37.Nm
38.Cm -l
38.Cm -l
39.Fl f Ar ctldev
40.Op Fl v
41.Nm
39.Fl f Ar ctldev
40.Op Fl v
41.Nm
42.Cm -t
42.Cm -t
43.Fl f Ar ctldev
44.Ar pin
45.Nm
43.Fl f Ar ctldev
44.Ar pin
45.Nm
46.Cm -c
46.Cm -c
47.Fl f Ar ctldev
48.Ar pin
47.Fl f Ar ctldev
48.Ar pin
49.Ar flag
49.Ar flag
50.Op flag ...
51.Nm
50.Op flag ...
51.Nm
52.Cm -f Ar ctldev
52.Cm -f Ar ctldev
53.Ar pin
54.Ar [0|1]
55.Sh DESCRIPTION
56The
57.Nm
58utility could be used to manage GPIO pins from userland and list available pins.
59.Pp
60The options are as follows:

--- 59 unchanged lines hidden ---
53.Ar pin
54.Ar [0|1]
55.Sh DESCRIPTION
56The
57.Nm
58utility could be used to manage GPIO pins from userland and list available pins.
59.Pp
60The options are as follows:

--- 59 unchanged lines hidden ---