Module Name:    src
Committed By:   pgoyette
Date:           Tue Feb 20 09:07:18 UTC 2018

Modified Files:
        src/share/man/man4: gpio.4

Log Message:
Update to include wbsio as a possible parent for a gpio device.

XXX Should we really list all the possible parents?  Or should we replace
XXX this entire list with a single entry for "gpio* at gpiobus?"


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man4/gpio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/gpio.4
diff -u src/share/man/man4/gpio.4:1.30 src/share/man/man4/gpio.4:1.31
--- src/share/man/man4/gpio.4:1.30	Sun Dec  6 09:38:21 2015
+++ src/share/man/man4/gpio.4	Tue Feb 20 09:07:18 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.4,v 1.30 2015/12/06 09:38:21 wiz Exp $
+.\" $NetBSD: gpio.4,v 1.31 2018/02/20 09:07:18 pgoyette Exp $
 .\"	$OpenBSD: gpio.4,v 1.5 2004/11/23 09:39:29 reyk Exp $
 .\"
 .\" Copyright (c) 2004 Alexander Yurchenko <gra...@openbsd.org>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd December 6, 2015
+.Dd February 20, 2018
 .Dt GPIO 4
 .Os
 .Sh NAME
@@ -32,6 +32,7 @@
 .Cd "gpio* at soekrisgpio?"
 .Cd "gpio* at ppbus?"
 .Cd "gpio* at ptcd?"
+.Cd "gpio* at wbsio?"
 .Pp
 .In sys/types.h
 .In sys/gpio.h

Reply via email to