*** empty log message ***
authorroot <root>
Fri, 30 Jul 2004 19:51:49 +0000 (19:51 +0000)
committerroot <root>
Fri, 30 Jul 2004 19:51:49 +0000 (19:51 +0000)
doc/Makefile.in
doc/rxvt.1
doc/rxvt.tbl
doc/rxvtc.1
doc/yodl/rxvt-options.yo

index bbfa50936786e0e3ea93ce3bbd721491f5463cac..819d5173c864156cf3484c1761856d36f3583c13 100644 (file)
@@ -1,5 +1,5 @@
 # doc/Makefile.in      -*- Makefile -*-
-# $Id: Makefile.in,v 1.6 2004-03-14 21:59:57 pcg Exp $
+# $Id: Makefile.in,v 1.8 2004-07-30 19:54:14 root Exp $
 @MCOMMON@
 
 srcdir =       @srcdir@
@@ -20,12 +20,13 @@ YODL_RXVT = yodl/rxvt-colours.yo yodl/rxvt-environment.yo\
            yodl/rxvt-files.yo yodl/rxvt-fonts.yo yodl/rxvt-login.yo\
            yodl/rxvt-mousereporting.yo yodl/rxvt-options.yo\
            yodl/rxvt-resources.yo yodl/rxvt-scrollbar.yo\
-           yodl/rxvt-textselection.yo
+           yodl/rxvt-textselection.yo yodl/versioninfo.yo
 YODL_RREF = yodl/rxvtRef-csi.yo yodl/rxvtRef-definitions.yo\
            yodl/rxvtRef-keycodes.yo\
            yodl/rxvtRef-menubar.yo yodl/rxvtRef-mouse.yo\
            yodl/rxvtRef-privatemodes.yo yodl/rxvtRef-sequences.yo\
-           yodl/rxvtRef-values.yo yodl/rxvtRef-xpm.yo yodl/rxvtRef-xterm.yo
+           yodl/rxvtRef-values.yo yodl/rxvtRef-xpm.yo yodl/rxvtRef-xterm.yo\
+           yodl/versioninfo.yo
 
 DIST_ETC  = etc/rxvt.termcap etc/rxvt.terminfo etc/XTerm.ad
 DIST_YODL = yodl/masonyodl.yo yodl/versioninfo.yo yodl/versioninfo.yo.in\
@@ -87,7 +88,7 @@ cleandir: realclean
 
 distclean:
 
-install:
+install: alldoc
        $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(RXVTNAME).$(manext)
        $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/$(RXVTNAME)c.$(manext)
        $(INSTALL_DATA) rxvtc.1 $(DESTDIR)$(mandir)/$(RXVTNAME)d.$(manext)
index 9c84b111f2b1000cc1628decd1a7b0f18c240386..6e22da345c50946e199331f7c1a36bf0b32454a0 100644 (file)
@@ -59,7 +59,8 @@ resource \fBinheritPixmap\fP\&.
 .IP "\fB-fade\fP \fInumber\fP" 
 Fade the text by the given percentage when focus is lost\&.
 .IP "\fB-tint\fP \fIcolour\fP" 
-Tint the transparent background pixmap with the given colour\&.
+Tint the transparent background pixmap with the given colour when
+transparency is enabled with \fB-tr\fP or \fB-ip\fP\&.
 .IP "\fB-bg\fP \fIcolour\fP" 
 Window background colour;
 resource \fBbackground\fP\&.
index 8a987330064de9cbca157c228d99c024043b532a..595bf801ff57c6fb71aa84a32907d734d34bd631 100644 (file)
@@ -56,7 +56,8 @@ resource \fBinheritPixmap\fP\&.
 .IP "\fB-fade\fP \fInumber\fP" 
 Fade the text by the given percentage when focus is lost\&.
 .IP "\fB-tint\fP \fIcolour\fP" 
-Tint the transparent background pixmap with the given colour\&.
+Tint the transparent background pixmap with the given colour when
+transparency is enabled with \fB-tr\fP or \fB-ip\fP\&.
 .IP "\fB-bg\fP \fIcolour\fP" 
 Window background colour;
 resource \fBbackground\fP\&.
index c5df9d3983d525ce14ca268861ef32089445425a..51bd4ac1b0ec95adc1aeb72b18d7df06d5d8c7a9 100644 (file)
@@ -15,7 +15,7 @@ rxvt (ouR XVT) \- a VT102 emulator for the X window system
 .PP 
 \fBrxvtd\fP is a colour vt102 terminal
 emulator intended as an \fIxterm\fP(1) replacement. \fBrxvtd\fP
-implements the actual program that runs runs as daemon in background and
+implements the actual program that runs as daemon in background and
 opens pseudo-ttys. You can run it from your X startup scripts, for
 example, although it is not dependent on a working DISPLAY and, in fact,
 can open windows on multiple X displays.
@@ -32,7 +32,7 @@ also be respected. Currently, it always returns immediately after contacting
 the daemon.
 .PP 
 The positive aspect of this client-server solution is faster creation
-time for terminal windows and a lot of saved memory. The other side is a
+time for terminal windows and a lot of saved memory. The negative side is a
 possible impact on stability - if the main program crashes, all
 processes in the terminal windows are terminated.
 .PP
index 085c6380ea4a88bedba422b5c9c28e9aee305b25..10f41c7a647e82703c2a59a1007e53d86f44ea68 100644 (file)
@@ -1,4 +1,4 @@
-COMMENT(-- $Id: rxvt-options.yo,v 1.13 2004-07-30 14:59:12 root Exp $ --)
+COMMENT(-- $Id: rxvt-options.yo,v 1.14 2004-07-30 19:51:49 root Exp $ --)
 COMMENT(----------------------------------------------------------------------)
 manpageoptions()
 
@@ -42,7 +42,8 @@ startdit()
     dit(bf(-fade) em(number))
        Fade the text by the given percentage when focus is lost.
     dit(bf(-tint) em(colour))
-        Tint the transparent background pixmap with the given colour.
+        Tint the transparent background pixmap with the given colour when
+        transparency is enabled with bf(-tr) or bf(-ip).
     dit(bf(-bg) em(colour))
        Window background colour;
         resource bf(background).