*** empty log message ***
authorroot <root>
Fri, 16 May 2008 19:27:16 +0000 (19:27 +0000)
committerroot <root>
Fri, 16 May 2008 19:27:16 +0000 (19:27 +0000)
Changes
doc/rxvt.1.pod

diff --git a/Changes b/Changes
index 42d4b55..2900a5b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -36,6 +36,7 @@ TODO: implement initial chdir for tabs by making it a resource?
         - support relative paths for RXVT_SOCKET in urxvtd.
         - better diagnostic on 0x0 window geometries.
         - update Anyevent API to version 3.4 and above.
+        - document the default value of :0 for DISPLAY.
 
 9.02 Tue Jan 29 11:58:36 CET 2008
        - the "exg makes everybody happy" release.
index 5c7ac7a..4941b65 100644 (file)
@@ -94,9 +94,9 @@ Print out a message describing available options.
 
 =item B<-display> I<displayname>
 
-Attempt to open a window on the named X display (B<-d> still
-respected). In the absence of this option, the display specified by the
-B<DISPLAY> environment variable is used.
+Attempt to open a window on the named X display (the older form B<-d>
+is still respected. but deprecated). In the absence of this option, the
+display specified by the B<DISPLAY> environment variable is used.
 
 =item B<-depth> I<bitdepth>
 
@@ -1555,7 +1555,8 @@ C<--with-terminfo=PATH>.
 =item B<DISPLAY>
 
 Used by @@RXVT_NAME@@ to connect to the display and set to the correct
-display in its child processes.
+display in its child processes if C<-display> isn't used to override. It
+defaults to C<:0> if it doesn't exist.
 
 =item B<SHELL>