2378a7
diff -up xterm-328/minstall.in.man-paths xterm-328/minstall.in
2378a7
--- xterm-328/minstall.in.man-paths	2016-10-25 00:29:20.000000000 +0200
2378a7
+++ xterm-328/minstall.in	2017-06-01 16:36:26.544065282 +0200
2378a7
@@ -138,6 +138,11 @@ USE_chr1=`echo "$USE_name" | sed -e 's/^
2378a7
 USE_Name=${USE_chr0}${USE_chr1}
2378a7
 USE_NAME=`echo "$USE_name" | tr '[a-z]' '[A-Z]'`
2378a7
 
2378a7
+fontpath=/usr/share/X11/fonts
2378a7
+xorgcfgdir=/etc/X11
2378a7
+xorgcfgfil=xorg.conf
2378a7
+X_MANSECT=7
2378a7
+
2378a7
 sed	-e 's%__vendorversion__%"X Window System"%' \
2378a7
 	-e 's%__app_version__%Patch\ \#'$PATCH_NUM% \
2378a7
 	-e 's%__app_date__%'$PATCH_YMD% \
2378a7
@@ -163,6 +168,9 @@ sed	-e 's%__vendorversion__%"X Window Sy
2378a7
 	-e s%fIwtmp'\\%fI'$WTMP_NAME'\\%g' \
2378a7
 	-e s%/etc/wtmp%$WTMP_PATH%g \
2378a7
 	-e 's%/\\(\*\*%/*%g' \
2378a7
+ 	-e s%__fontpath__%$fontpath%g \
2378a7
+ 	-e s%__xorgcfgdir__%$xorgcfgdir%g \
2378a7
+ 	-e s%__xorgcfgfil__%$xorgcfgfil%g \
2378a7
 	$OLD_FILE >$NEW_FILE
2378a7
 # diff -u $OLD_FILE $NEW_FILE
2378a7
 
2378a7
diff -up xterm-328/xterm.man.man-paths xterm-328/xterm.man
2378a7
--- xterm-328/xterm.man.man-paths	2017-05-31 00:57:12.000000000 +0200
2378a7
+++ xterm-328/xterm.man	2017-06-01 16:33:16.493512367 +0200
2378a7
@@ -2328,19 +2328,18 @@ Since X11R6, bitmap fonts have been scal
2378a7
 The font server claims to provide the bold font that \fI\*n\fP requests,
2378a7
 but the result is not always readable.
2378a7
 XFree86 introduced a feature which can be used to suppress the scaling.
2378a7
-In the X server's configuration file (e.g., \*(``/etc/X11/XFree86\*(''
2378a7
-or \*(``/etc/X11/xorg.conf\*(''), you
2378a7
+In the X server's configuration file (e.g., \*(``__xorgcfgdir__/__xorgcfgfil__\*(''), you
2378a7
 can add \*(``:unscaled\*('' to the end of the directory specification for the
2378a7
 \*(``misc\*('' fonts,
2378a7
 which comprise the fixed-pitch fonts that are used by \fI\*n\fP.
2378a7
 For example
2378a7
 .NS
2378a7
-FontPath	"/usr/lib/X11/fonts/misc/"
2378a7
+FontPath	"__fontpath__/misc/"
2378a7
 .NE
2378a7
 .IP
2378a7
 would become
2378a7
 .NS
2378a7
-FontPath	"/usr/lib/X11/fonts/misc/:unscaled"
2378a7
+FontPath	"__fontpath__/misc/:unscaled"
2378a7
 .NE
2378a7
 .IP
2378a7
 Depending on your configuration, the font server may have its own configuration