From a98ca5c645bf41ccd3363bfdfabf4cbb50241bfb Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Jul 2004 19:51:49 +0000 Subject: [PATCH] *** empty log message *** --- doc/Makefile.in | 9 +++++---- doc/rxvt.1 | 3 ++- doc/rxvt.tbl | 3 ++- doc/rxvtc.1 | 4 ++-- doc/yodl/rxvt-options.yo | 5 +++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index bbfa5093..819d5173 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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) diff --git a/doc/rxvt.1 b/doc/rxvt.1 index 9c84b111..6e22da34 100644 --- a/doc/rxvt.1 +++ b/doc/rxvt.1 @@ -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\&. diff --git a/doc/rxvt.tbl b/doc/rxvt.tbl index 8a987330..595bf801 100644 --- a/doc/rxvt.tbl +++ b/doc/rxvt.tbl @@ -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\&. diff --git a/doc/rxvtc.1 b/doc/rxvtc.1 index c5df9d39..51bd4ac1 100644 --- a/doc/rxvtc.1 +++ b/doc/rxvtc.1 @@ -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 diff --git a/doc/yodl/rxvt-options.yo b/doc/yodl/rxvt-options.yo index 085c6380..10f41c7a 100644 --- a/doc/yodl/rxvt-options.yo +++ b/doc/yodl/rxvt-options.yo @@ -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). -- 2.34.1