ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvtc.1.man.in
(Generate patch)

Comparing rxvt-unicode/doc/rxvtc.1.man.in (file contents):
Revision 1.6 by root, Mon Aug 7 16:17:30 2006 UTC vs.
Revision 1.7 by root, Sat Oct 27 12:09:02 2007 UTC

1.\" Automatically generated by Pod::Man 2.09 (Pod::Simple 3.04) 1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading 5.de Sh \" Subsection heading
6.br 6.br
127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "@@RXVT_NAME@@ 1" 131.IX Title "@@RXVT_NAME@@ 1"
132.TH @@RXVT_NAME@@ 1 "2006-08-07" "7.9" "RXVT-UNICODE" 132.TH @@RXVT_NAME@@ 1 "2007-10-27" "8.4" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134@@RXVT_NAME@@c \- control the @@RXVT_NAME@@d daemon 134@@RXVT_NAME@@c \- control the @@RXVT_NAME@@d daemon
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137\&\fB@@RXVT_NAME@@c\fR [same options as for @@RXVT_NAME@@] 137\&\fB@@RXVT_NAME@@c\fR [same options as for @@RXVT_NAME@@]
160to @@RXVT_NAME@@c, like this: 160to @@RXVT_NAME@@c, like this:
161.PP 161.PP
162.Vb 6 162.Vb 6
163\& #!/bin/sh 163\& #!/bin/sh
164\& @@RXVT_NAME@@c "$@" 164\& @@RXVT_NAME@@c "$@"
165\& if [ $? \-eq 2 ]; then 165\& if [ $? -eq 2 ]; then
166\& @@RXVT_NAME@@d \-q \-o \-f 166\& @@RXVT_NAME@@d -q -o -f
167\& @@RXVT_NAME@@c "$@" 167\& @@RXVT_NAME@@c "$@"
168\& fi 168\& fi
169.Ve 169.Ve
170.SH "ENVIRONMENT" 170.SH "ENVIRONMENT"
171.IX Header "ENVIRONMENT" 171.IX Header "ENVIRONMENT"
175.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4 175.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4
176.IX Item "RXVT_SOCKET" 176.IX Item "RXVT_SOCKET"
177Both @@RXVT_NAME@@c and @@RXVT_NAME@@d use the environment variable 177Both @@RXVT_NAME@@c and @@RXVT_NAME@@d use the environment variable
178\&\fI\s-1RXVT_SOCKET\s0\fR to create a listening socket and to contact the 178\&\fI\s-1RXVT_SOCKET\s0\fR to create a listening socket and to contact the
179@@RXVT_NAME@@d, respectively. If the variable is missing, 179@@RXVT_NAME@@d, respectively. If the variable is missing,
180\&\fI\f(CI$HOME\fI/.rxvt\-unicode\-\fI<nodename>\fI\fR is used. The variable must 180\&\fI$HOME/.rxvt\-unicode\-\fI<nodename>\fI\fR is used. The variable must
181specify the absolute path of the socket to create. 181specify the absolute path of the socket to create.
182.SH "SEE ALSO" 182.SH "SEE ALSO"
183.IX Header "SEE ALSO" 183.IX Header "SEE ALSO"
184@@RXVT_NAME@@(7), @@RXVT_NAME@@d(1) 184@@RXVT_NAME@@(7), @@RXVT_NAME@@d(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines