Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3lua Fix typo in the date.



details:   https://anonhg.NetBSD.org/src/rev/d0b73f570d84
branches:  trunk
changeset: 345860:d0b73f570d84
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sat Jun 11 15:17:34 2016 +0000

description:
Fix typo in the date.
While there, remove .Pp from inside of the list (mandoc -Tlint warns about it).

diffstat:

 share/man/man3lua/gpio.3lua |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 6c22628ff29d -r d0b73f570d84 share/man/man3lua/gpio.3lua
--- a/share/man/man3lua/gpio.3lua       Sat Jun 11 13:39:26 2016 +0000
+++ b/share/man/man3lua/gpio.3lua       Sat Jun 11 15:17:34 2016 +0000
@@ -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 <mbalmer%NetBSD.org@localhost>.
 .\" 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 @@
 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



Home | Main Index | Thread Index | Old Index