aa0216d
diff -up xterm-273/minstall.in.man-page_paths xterm-273/minstall.in
aa0216d
--- xterm-273/minstall.in.man-page_paths	2011-08-16 11:50:03.000000000 +0200
aa0216d
+++ xterm-273/minstall.in	2011-08-30 15:33:25.176170037 +0200
aa0216d
@@ -114,6 +114,10 @@ WTMP_PATH=$WTMP_PATH/$WTMP_NAME
b10971c
 X_MANSECT=`man X 2>&1 | tr '\012' '\020' | sed -e 's/^[^0123456789]*\([^) ][^) ]*\).*/\1/'`
b10971c
 test -z "$X_MANSECT" && X_MANSECT=$suffix
b10971c
 
b10971c
+fontpath=/usr/share/X11/fonts
b10971c
+xorgcfgdir=/etc/X11
b10971c
+xorgcfgfil=xorg.conf
b10971c
+X_MANSECT=7
b10971c
 sed	-e 's%__vendorversion__%"X Window System"%' \
aa0216d
 	-e s%__default_termname__%@default_TERM@% \
aa0216d
 	-e s%__default_termid__%@default_termid@% \
aa0216d
@@ -125,6 +129,9 @@ sed	-e 's%__vendorversion__%"X Window Sy
b10971c
 	-e s%/etc/utmp%$UTMP_PATH%g \
b10971c
 	-e s%fIwtmp'\\%fI'$WTMP_NAME'\\%g' \
b10971c
 	-e s%/etc/wtmp%$WTMP_PATH%g \
b10971c
+ 	-e s%__fontpath__%$fontpath%g \
b10971c
+ 	-e s%__xorgcfgdir__%$xorgcfgdir%g \
b10971c
+ 	-e s%__xorgcfgfil__%$xorgcfgfil%g \
b10971c
 	$OLD_FILE >$NEW_FILE
b10971c
 
b10971c
 echo "$MINSTALL $OLD_FILE $END_FILE"
aa0216d
diff -up xterm-273/xterm.man.man-page_paths xterm-273/xterm.man
aa0216d
--- xterm-273/xterm.man.man-page_paths	2011-08-23 02:50:07.000000000 +0200
aa0216d
+++ xterm-273/xterm.man	2011-08-30 15:29:15.593007964 +0200
aa0216d
@@ -1825,17 +1825,17 @@ Since X11R6, bitmap fonts have been scal
69b28ac
 The font server claims to provide the bold font that \fIxterm\fP requests,
69b28ac
 but the result is not always readable.
aa0216d
 XFree86 introduced a feature which can be used to suppress the scaling.
e14adb9
-In the X server's configuration file (e.g., \*(``/etc/X11/XFree86\*(''), you
e14adb9
+In the X server's configuration file (e.g., \*(``__xorgcfgdir__/__xorgcfgfil__\*(''), you
e14adb9
 can add \*(``:unscaled\*('' to the end of the directory specification for the
e14adb9
 \*(``misc\*('' fonts,
e14adb9
 which comprise the fixed-pitch fonts that are used by \fIxterm\fP.
69b28ac
 For example
aa0216d
 .NS
aa0216d
-FontPath	"/usr/lib/X11/fonts/misc/"
aa0216d
+FontPath	"__fontpath__"
aa0216d
 .NE
69b28ac
 would become
aa0216d
 .NS
aa0216d
-FontPath	"/usr/lib/X11/fonts/misc/:unscaled"
aa0216d
+FontPath	"__fontpath__/misc/:unscaled"
aa0216d
 .NE
69b28ac
 Depending on your configuration, the font server may have its own configuration
aa0216d
 file.