On Thu, Oct 08, 2015 at 08:39:13AM -0400, Ted Unangst wrote:
> We have a local patch to dwm so that it runs xterm instead of uxterm. That's
> fine, but the man page isn't patched, which is confusing.

yes, 
here is a diff to fix that.
 
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/dwm/Makefile,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 Makefile
--- Makefile    28 Oct 2014 08:23:06 -0000      1.25
+++ Makefile    8 Oct 2015 15:51:44 -0000
@@ -3,7 +3,7 @@
 COMMENT=               dynamic window manager
 
 DISTNAME=              dwm-6.0
-REVISION=              0
+REVISION=              1
 
 CATEGORIES=            x11
 
Index: patches/patch-dwm_1
===================================================================
RCS file: patches/patch-dwm_1
diff -N patches/patch-dwm_1
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-dwm_1 8 Oct 2015 15:51:44 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- dwm.1.orig Tue Oct  6 02:30:02 2015
++++ dwm.1      Tue Oct  6 02:30:17 2015
+@@ -57,7 +57,7 @@ click on a tag label adds/removes that tag to/from the
+ .TP
+ .B Mod1\-Shift\-Return
+ Start
+-.BR uxterm (1).
++.BR xterm (1).
+ .TP
+ .B Mod1\-,
+ Focus previous screen, if any.

Reply via email to