Module Name: src
Committed By: abhinav
Date: Sat Jun 11 15:17:34 UTC 2016
Modified Files:
src/share/man/man3lua: gpio.3lua
Log Message:
Fix typo in the date.
While there, remove .Pp from inside of the list (mandoc -Tlint warns about it).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3lua/gpio.3lua
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/man3lua/gpio.3lua
diff -u src/share/man/man3lua/gpio.3lua:1.4 src/share/man/man3lua/gpio.3lua:1.5
--- src/share/man/man3lua/gpio.3lua:1.4 Tue Jan 7 21:54:17 2014
+++ src/share/man/man3lua/gpio.3lua Sat Jun 11 15:17:34 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpio.3lua,v 1.4 2014/01/07 21:54:17 mbalmer Exp $
+.\" $NetBSD: gpio.3lua,v 1.5 2016/06/11 15:17:34 abhinav Exp $
.\"
.\" Copyright (c) 2013, 2014 Marc Balmer <[email protected]>.
.\" All rights reserved.
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\"
-.Dd Januar 7, 2014
+.Dd January 7, 2014
.Dt GPIO 3lua
.Os
.Sh NAME
@@ -60,7 +60,6 @@ device using the
interface.
.Pp
.Bl -tag -width XXXX -compact
-.Pp
.It Dv gpiodev = gpio.open(path)
Open the gpio device and return an object to access its pins.
.Pp