Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc actually make use of new features introduced in man.c (r...
details: https://anonhg.NetBSD.org/src/rev/d146fc119942
branches: trunk
changeset: 495538:d146fc119942
user: chuck <chuck%NetBSD.org@localhost>
date: Mon Jul 31 00:26:48 2000 +0000
description:
actually make use of new features introduced in man.c (rev 1.23):
allow to specify relative paths for sections in man.conf - they are used
similarily to _subdir, but only when appropriate
diffstat:
etc/man.conf | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diffs (39 lines):
diff -r b73f34e1454e -r d146fc119942 etc/man.conf
--- a/etc/man.conf Mon Jul 31 00:17:05 2000 +0000
+++ b/etc/man.conf Mon Jul 31 00:26:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: man.conf,v 1.18 2000/05/13 00:57:17 wiz Exp $
+# $NetBSD: man.conf,v 1.19 2000/07/31 00:26:48 chuck Exp $
# Sheer, raging paranoia...
_version BSD.2
@@ -43,16 +43,16 @@
doc /usr/{pkg,share}/doc/{sendmail/op,sendmail/intro}
# Specific section/directory combinations.
-1 /usr/{share,X11R6,pkg,local}/man/{cat,man}1
-2 /usr/{share,X11R6,pkg,local}/man/{cat,man}2
-3 /usr/{share,X11R6,pkg,local}/man/{cat,man}3
-3F /usr/{share,pkg}/man/{cat,man}3f
-3f /usr/{share,pkg}/man/{cat,man}3f
-4 /usr/{share,X11R6,pkg,local}/man/{cat,man}4
-5 /usr/{share,X11R6,pkg,local}/man/{cat,man}5
-6 /usr/{share,X11R6,pkg,local}/man/{cat,man}6
-7 /usr/{share,X11R6,pkg,local}/man/{cat,man}7
-8 /usr/{share,X11R6,pkg,local}/man/{cat,man}8
-9 /usr/{share,pkg}/man/{cat,man}9
-l /usr/{X11R6,pkg,local}/man/{cat,man}l
-n /usr/{X11R6,pkg,local}/man/{cat,man}n
+1 {cat,man}1
+2 {cat,man}2
+3 {cat,man}3
+3F {cat,man}3f
+3f {cat,man}3f
+4 {cat,man}4
+5 {cat,man}5
+6 {cat,man}6
+7 {cat,man}7
+8 {cat,man}8
+9 {cat,man}9
+l {cat,man}l
+n {cat,man}n
Home |
Main Index |
Thread Index |
Old Index