Module Name:    src
Committed By:   kim
Date:           Sun Dec 25 12:10:52 UTC 2016

Modified Files:
        src/etc: man.conf

Log Message:
Make precedence between {cat,man}[39]{,lua} logical:
- Search man3 right after cat3, before cat3lua (and man3lua).
- Search man9 right after cat9, before cat9lua (and man9lua).


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 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.35 src/etc/man.conf:1.36
--- src/etc/man.conf:1.35	Sun Dec 22 01:18:28 2013
+++ src/etc/man.conf	Sun Dec 25 12:10:52 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: man.conf,v 1.35 2013/12/22 01:18:28 dholland Exp $
+#	$NetBSD: man.conf,v 1.36 2016/12/25 12:10:52 kim 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 cat3lua man3 man3lua cat4 man4 cat5 man5 cat7 man7 man3f cat9 cat9lua man9 man9lua catn mann catl manl
+_subdir		cat1 man1 cat8 man8 cat6 man6 cat2 man2 cat3 man3 cat3lua man3lua cat4 man4 cat5 man5 cat7 man7 man3f cat9 man9 cat9lua 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.

Reply via email to