$OpenBSD: patch-man_i3_1,v 1.6 2013/06/02 11:24:06 dcoppa Exp $
--- man/i3.1.orig	Mon Mar 18 22:43:47 2013
+++ man/i3.1	Thu May 23 11:36:28 2013
@@ -240,7 +240,7 @@ When starting, i3 looks for configuration files in the
 .sp -1
 .IP "  2." 4.2
 .\}
-/etc/xdg/i3/config (or $XDG_CONFIG_DIRS/i3/config if set)
+${SYSCONFDIR}/xdg/i3/config (or $XDG_CONFIG_DIRS/i3/config if set)
 .RE
 .sp
 .RS 4
@@ -262,7 +262,7 @@ When starting, i3 looks for configuration files in the
 .sp -1
 .IP "  4." 4.2
 .\}
-/etc/i3/config
+${SYSCONFDIR}/i3/config
 .RE
 .sp
 You can specify a custom path using the \-c option\&.
@@ -282,13 +282,13 @@ font \-misc\-fixed\-medium\-r\-normal\-\-13\-120\-75\-
 floating_modifier Mod1
 
 # start a terminal
-bindsym Mod1+Return exec /usr/bin/urxvt
+bindsym Mod1+Return exec ${X11BASE}/bin/xterm
 
 # kill focused window
 bindsym Mod1+Shift+q kill
 
 # start dmenu (a program launcher)
-bindsym Mod1+d exec /usr/bin/dmenu_run
+bindsym Mod1+d exec ${LOCALBASE}/bin/dmenu_run
 
 # change focus
 bindsym Mod1+j focus left
@@ -407,7 +407,7 @@ ulimit \-c unlimited
 
 # Start i3 and log to ~/\&.i3/logfile
 echo "Starting at $(date)" >> ~/\&.i3/logfile
-exec /usr/bin/i3 \-V \-d all >> ~/\&.i3/logfile
+exec ${TRUEPREFIX}/bin/i3 \-V \-d all >> ~/\&.i3/logfile
 .fi
 .if n \{\
 .RE
