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.9 by root, Sat Dec 15 19:15:41 2007 UTC vs.
Revision 1.10 by root, Mon Dec 13 16:47:27 2010 UTC

1.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35 1.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sh \" Subsection heading
6.br
7.if t .Sp
8.ne 5
9.PP
10\fB\\$1\fR
11.PP
12..
13.de Sp \" Vertical space (when we can't use .PP) 5.de Sp \" Vertical space (when we can't use .PP)
14.if t .sp .5v 6.if t .sp .5v
15.if n .sp 7.if n .sp
16.. 8..
17.de Vb \" Begin verbatim text 9.de Vb \" Begin verbatim text
23.ft R 15.ft R
24.fi 16.fi
25.. 17..
26.\" Set up some character translations and predefined strings. \*(-- will 18.\" Set up some character translations and predefined strings. \*(-- will
27.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left 19.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
28.\" double quote, and \*(R" will give a right double quote. | will give a 20.\" double quote, and \*(R" will give a right double quote. \*(C+ will
29.\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to 21.\" give a nicer C++. Capital omega is used to do unbreakable dashes and
30.\" do unbreakable dashes and therefore won't be available. \*(C` and \*(C' 22.\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
31.\" expand to `' in nroff, nothing in troff, for use with C<>. 23.\" nothing in troff, for use with C<>.
32.tr \(*W-|\(bv\*(Tr 24.tr \(*W-
33.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' 25.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
34.ie n \{\ 26.ie n \{\
35. ds -- \(*W- 27. ds -- \(*W-
36. ds PI pi 28. ds PI pi
37. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 29. if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
46. ds PI \(*p 38. ds PI \(*p
47. ds L" `` 39. ds L" ``
48. ds R" '' 40. ds R" ''
49'br\} 41'br\}
50.\" 42.\"
43.\" Escape single quotes in literal strings from groff's Unicode transform.
44.ie \n(.g .ds Aq \(aq
45.el .ds Aq '
46.\"
51.\" If the F register is turned on, we'll generate index entries on stderr for 47.\" If the F register is turned on, we'll generate index entries on stderr for
52.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index 48.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
53.\" entries marked with X<> in POD. Of course, you'll have to process the 49.\" entries marked with X<> in POD. Of course, you'll have to process the
54.\" output yourself in some meaningful fashion. 50.\" output yourself in some meaningful fashion.
55.if \nF \{\ 51.ie \nF \{\
56. de IX 52. de IX
57. tm Index:\\$1\t\\n%\t"\\$2" 53. tm Index:\\$1\t\\n%\t"\\$2"
58.. 54..
59. nr % 0 55. nr % 0
60. rr F 56. rr F
61.\} 57.\}
62.\" 58.el \{\
63.\" For nroff, turn off justification. Always turn off hyphenation; it makes 59. de IX
64.\" way too many mistakes in technical documents. 60..
65.hy 0 61.\}
66.if n .na
67.\" 62.\"
68.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). 63.\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
69.\" Fear. Run. Save yourself. No user-serviceable parts. 64.\" Fear. Run. Save yourself. No user-serviceable parts.
70. \" fudge factors for nroff and troff 65. \" fudge factors for nroff and troff
71.if n \{\ 66.if n \{\
127.\} 122.\}
128.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
129.\" ======================================================================== 124.\" ========================================================================
130.\" 125.\"
131.IX Title "@@RXVT_NAME@@ 1" 126.IX Title "@@RXVT_NAME@@ 1"
132.TH @@RXVT_NAME@@ 1 "2007-12-15" "8.8" "RXVT-UNICODE" 127.TH @@RXVT_NAME@@ 1 "2010-12-13" "@@RXVT_VERSION@@" "RXVT-UNICODE"
128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129.\" way too many mistakes in technical documents.
130.if n .ad l
131.nh
133.SH "NAME" 132.SH "NAME"
134@@RXVT_NAME@@c \- control the @@RXVT_NAME@@d daemon 133@@RXVT_NAME@@c \- control the @@RXVT_NAME@@d daemon
135.SH "SYNOPSIS" 134.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 135.IX Header "SYNOPSIS"
137\&\fB@@RXVT_NAME@@c\fR [same options as for @@RXVT_NAME@@] 136\&\fB@@RXVT_NAME@@c\fR [same options as for @@RXVT_NAME@@]
160to @@RXVT_NAME@@c, like this: 159to @@RXVT_NAME@@c, like this:
161.PP 160.PP
162.Vb 6 161.Vb 6
163\& #!/bin/sh 162\& #!/bin/sh
164\& @@RXVT_NAME@@c "$@" 163\& @@RXVT_NAME@@c "$@"
165\& if [ $? -eq 2 ]; then 164\& if [ $? \-eq 2 ]; then
166\& @@RXVT_NAME@@d -q -o -f 165\& @@RXVT_NAME@@d \-q \-o \-f
167\& @@RXVT_NAME@@c "$@" 166\& @@RXVT_NAME@@c "$@"
168\& fi 167\& fi
169.Ve 168.Ve
170.SH "ENVIRONMENT" 169.SH "ENVIRONMENT"
171.IX Header "ENVIRONMENT" 170.IX Header "ENVIRONMENT"
175.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4 174.IP "\fB\s-1RXVT_SOCKET\s0\fR" 4
176.IX Item "RXVT_SOCKET" 175.IX Item "RXVT_SOCKET"
177Both @@RXVT_NAME@@c and @@RXVT_NAME@@d use the environment variable 176Both @@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 177\&\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, 178@@RXVT_NAME@@d, respectively. If the variable is missing,
180\&\fI$HOME/.rxvt\-unicode\-\fI<nodename>\fI\fR is used. The variable must 179\&\fI\f(CI$HOME\fI/.rxvt\-unicode\-\fI<nodename>\fI\fR is used. The variable must
181specify the absolute path of the socket to create. 180specify the absolute path of the socket to create.
182.SH "SEE ALSO" 181.SH "SEE ALSO"
183.IX Header "SEE ALSO" 182.IX Header "SEE ALSO"
184@@RXVT_NAME@@(7), @@RXVT_NAME@@d(1) 183@@RXVT_NAME@@(7), @@RXVT_NAME@@d(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines