Module Name:    src
Committed By:   mbalmer
Date:           Thu Oct 24 21:55:00 UTC 2013

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile

Log Message:
link the lua(4) man page


To generate a diff of this commit:
cvs rdiff -u -r1.1439 -r1.1440 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.604 -r1.605 src/share/man/man4/Makefile

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

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1439 src/distrib/sets/lists/man/mi:1.1440
--- src/distrib/sets/lists/man/mi:1.1439	Fri Oct 18 10:49:19 2013
+++ src/distrib/sets/lists/man/mi	Thu Oct 24 21:55:00 2013
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1439 2013/10/18 10:49:19 kefren Exp $
+# $NetBSD: mi,v 1.1440 2013/10/24 21:55:00 mbalmer Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1301,6 +1301,7 @@
 ./usr/share/man/cat4/lmtemp.0			man-sys-catman		.cat
 ./usr/share/man/cat4/lo.0			man-sys-catman		.cat
 ./usr/share/man/cat4/lsu.0			man-obsolete		obsolete
+./usr/share/man/cat4/lua.0			man-sys-catman		.cat
 ./usr/share/man/cat4/lxtphy.0			man-sys-catman		.cat
 ./usr/share/man/cat4/m25p.0			man-sys-catman		.cat
 ./usr/share/man/cat4/mac68k/adb.0		man-obsolete		obsolete
@@ -4247,6 +4248,7 @@
 ./usr/share/man/html4/lmenv.html		man-sys-htmlman		html
 ./usr/share/man/html4/lmtemp.html		man-sys-htmlman		html
 ./usr/share/man/html4/lo.html			man-sys-htmlman		html
+./usr/share/man/html4/lua.html			man-sys-htmlman		html
 ./usr/share/man/html4/lxtphy.html		man-sys-htmlman		html
 ./usr/share/man/html4/m25p.html			man-sys-htmlman		html
 ./usr/share/man/html4/mac68k/ae.html		man-sys-htmlman		html
@@ -7033,6 +7035,7 @@
 ./usr/share/man/man4/lmtemp.4			man-sys-man		.man
 ./usr/share/man/man4/lo.4			man-sys-man		.man
 ./usr/share/man/man4/lsu.4			man-obsolete		obsolete
+./usr/share/man/man4/lua.4			man-sys-man		.man
 ./usr/share/man/man4/lxtphy.4			man-sys-man		.man
 ./usr/share/man/man4/m25p.4			man-sys-man		.man
 ./usr/share/man/man4/mac68k/adb.4		man-obsolete		obsolete

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.604 src/share/man/man4/Makefile:1.605
--- src/share/man/man4/Makefile:1.604	Tue Oct 15 19:20:18 2013
+++ src/share/man/man4/Makefile	Thu Oct 24 21:55:00 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.604 2013/10/15 19:20:18 jdc Exp $
+#	$NetBSD: Makefile,v 1.605 2013/10/24 21:55:00 mbalmer Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -36,7 +36,7 @@ MAN=	aac.4 ac97.4 acardide.4 aceride.4 a
 	irmce.4 isp.4 isv.4 itesio.4 iteide.4 iwi.4 iwn.4 ixg.4 ixpide.4 \
 	jme.4 jmide.4 joy.4 \
 	kloader.4 kse.4 ksyms.4 kttcp.4 \
-	lc.4 ld.4 lii.4 lo.4 lxtphy.4 \
+	lc.4 ld.4 lii.4 lo.4 lua.4 lxtphy.4 \
 	mainbus.4 makphy.4 malo.4 mbe.4 mca.4 mcclock.4 md.4 mfb.4 mfi.4 mhzc.4 \
 	midi.4 mii.4 mk48txx.4 mlx.4 mly.4 mpls.4 mpii.4 mpt.4 mpu.4 mtd.4 \
 	mtio.4 msm6242b.4 multicast.4 mvsata.4 \

Reply via email to