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

Comparing rxvt-unicode/doc/rxvtd.1.man.in (file contents):
Revision 1.20 by root, Sat Apr 26 14:31:44 2014 UTC vs.
Revision 1.21 by root, Fri Dec 26 22:52:23 2014 UTC

131.\} 131.\}
132.rm #[ #] #H #V #F C 132.rm #[ #] #H #V #F C
133.\" ======================================================================== 133.\" ========================================================================
134.\" 134.\"
135.IX Title "@@RXVT_NAME@@ 1" 135.IX Title "@@RXVT_NAME@@ 1"
136.TH @@RXVT_NAME@@ 1 "2014-04-26" "@@RXVT_VERSION@@" "RXVT-UNICODE" 136.TH @@RXVT_NAME@@ 1 "2014-12-26" "@@RXVT_VERSION@@" "RXVT-UNICODE"
137.\" For nroff, turn off justification. Always turn off hyphenation; it makes 137.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138.\" way too many mistakes in technical documents. 138.\" way too many mistakes in technical documents.
139.if n .ad l 139.if n .ad l
140.nh 140.nh
141.SH "NAME" 141.SH "NAME"
142@@RXVT_NAME@@d \- @@RXVT_NAME@@ terminal daemon 142@@RXVT_NAME@@d \- @@RXVT_NAME@@ terminal daemon
143.SH "SYNOPSIS" 143.SH "SYNOPSIS"
144.IX Header "SYNOPSIS" 144.IX Header "SYNOPSIS"
145\&\fB@@RXVT_NAME@@d\fR [\-q|\-\-quiet] [\-o|\-\-opendisplay] [\-f|\-\-fork] [\-m|\-\-mlock] 145\&\fB@@RXVT_NAME@@d\fR [\-q|\-\-quiet] [\-o|\-\-opendisplay] [\-f|\-\-fork] [\-m|\-\-mlock] [\-e|\-\-eval \fIperlstring\fR]
146.PP 146.PP
147\&\fB@@RXVT_NAME@@d\fR \-q \-o \-f # for .xsession use 147\&\fB@@RXVT_NAME@@d\fR \-q \-o \-f # for .xsession use
148.SH "DESCRIPTION" 148.SH "DESCRIPTION"
149.IX Header "DESCRIPTION" 149.IX Header "DESCRIPTION"
150This manpage describes the @@RXVT_NAME@@d daemon, which is the same vt102 150This manpage describes the @@RXVT_NAME@@d daemon, which is the same vt102
196.Sp 196.Sp
197Note 2: There is a known bug in glibc (possibly fixed in 2.8 and later 197Note 2: There is a known bug in glibc (possibly fixed in 2.8 and later
198versions) where calloc returns non-zeroed memory when mlockall is in 198versions) where calloc returns non-zeroed memory when mlockall is in
199effect. If you experience crashes or other odd behaviour while using 199effect. If you experience crashes or other odd behaviour while using
200\&\-\-mlock, try it without it. 200\&\-\-mlock, try it without it.
201.IP "\fB\-e\fR, \fB\-\-eval\fR \fIperlstring\fR" 4
202.IX Item "-e, --eval perlstring"
203Evaluate the given perl code after basic initialisation (requires perl
204support to be enabled when compiling \fB@@RXVT_NAME@@d\fR).
205.Sp
206This can be used for example to configure the internal perl interpreter,
207which is shared between all terminal instances, or create additional
208listening sockets for additional protocols.
209.Sp
210The code is currently executed \fIbefore\fR creating the normal listening
211sockets: this might change in future versions.
201.SH "EXAMPLES" 212.SH "EXAMPLES"
202.IX Header "EXAMPLES" 213.IX Header "EXAMPLES"
203This is a useful invocation of \fB@@RXVT_NAME@@d\fR in a \fI.xsession\fR\-style 214This is a useful invocation of \fB@@RXVT_NAME@@d\fR in a \fI.xsession\fR\-style
204script: 215script:
205.PP 216.PP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines