Module Name:    src
Committed By:   htodd
Date:           Mon Apr 30 05:23:08 UTC 2018

Modified Files:
        src/share/man/man3lua: Makefile

Log Message:
Fix typo in Makefile to fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man3lua/Makefile

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/Makefile
diff -u src/share/man/man3lua/Makefile:1.5 src/share/man/man3lua/Makefile:1.6
--- src/share/man/man3lua/Makefile:1.5	Mon Apr 30 01:10:13 2018
+++ src/share/man/man3lua/Makefile	Mon Apr 30 05:23:08 2018
@@ -1,6 +1,6 @@
-#	$NetBSD: Makefile,v 1.5 2018/04/30 01:10:13 sevan Exp $
+#	$NetBSD: Makefile,v 1.6 2018/04/30 05:23:08 htodd Exp $
 
-MAN=	gpio.3lua intro.3lua netpgp3.lua sqlite.3lua syslog.3lua
+MAN=	gpio.3lua intro.3lua netpgp.3lua sqlite.3lua syslog.3lua
 
 MLINKS+=gpio.3lua gpio.open.3lua \
 	gpio.3lua gpio.info.3lua \

Reply via email to