Module Name:    src
Committed By:   mbalmer
Date:           Fri Oct 25 08:19:46 UTC 2013

Modified Files:
        src/etc: man.conf

Log Message:
add 3l/3lua and 9l/9lua man page sections


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/etc/man.conf

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

Modified files:

Index: src/etc/man.conf
diff -u src/etc/man.conf:1.33 src/etc/man.conf:1.34
--- src/etc/man.conf:1.33	Fri Oct 25 07:59:55 2013
+++ src/etc/man.conf	Fri Oct 25 08:19:46 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: man.conf,v 1.33 2013/10/25 07:59:55 mbalmer Exp $
+#	$NetBSD: man.conf,v 1.34 2013/10/25 08:19:46 mbalmer Exp $
 
 # Sheer, raging paranoia...
 _version	BSD.2
@@ -7,7 +7,7 @@ _version	BSD.2
 _mandb /var/db/man.db
 
 # Subdirectories for paths ending in '/', IN SEARCH ORDER.
-_subdir		cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat4 man4 cat5 man5 cat7 man7 man3f cat9 man9 catn mann catl manl
+_subdir		cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 cat3lua man3 man3lua cat4 man4 cat5 man5 cat7 man7 man3f cat9 cat9lua man9 man9lua catn mann catl manl
 
 # Files typed by suffix and their commands.
 # Note the order, .Z must come after .[1-9].Z, or it will match first.
@@ -54,12 +54,16 @@ local		/usr/local/man/
 3		{cat,man}3
 3F		{cat,man}3f
 3f		{cat,man}3f
+3lua		{cat,man}3lua
+3l		{cat,man}3lua
 4		{cat,man}4
 5		{cat,man}5
 6		{cat,man}6
 7		{cat,man}7
 8		{cat,man}8
 9		{cat,man}9
+9lua		{cat,man}9lua
+9l		{cat,man}9lua
 l		{cat,man}l
 n		{cat,man}n
 

Reply via email to