Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Make precedence between {cat, man}[39]{, lua} logical:
details: https://anonhg.NetBSD.org/src/rev/39162f44a85a
branches: trunk
changeset: 349833:39162f44a85a
user: kim <kim%NetBSD.org@localhost>
date: Sun Dec 25 12:10:52 2016 +0000
description:
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).
diffstat:
etc/man.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ae8b189c8655 -r 39162f44a85a etc/man.conf
--- a/etc/man.conf Sun Dec 25 11:10:53 2016 +0000
+++ b/etc/man.conf Sun Dec 25 12:10:52 2016 +0000
@@ -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 @@
_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.
Home |
Main Index |
Thread Index |
Old Index