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

Comparing rxvt-unicode/doc/rxvtd.1.pod (file contents):
Revision 1.7 by sf-exg, Tue Nov 22 13:35:10 2011 UTC vs.
Revision 1.8 by root, Fri Dec 26 22:52:23 2014 UTC

2 2
3@@RXVT_NAME@@d - @@RXVT_NAME@@ terminal daemon 3@@RXVT_NAME@@d - @@RXVT_NAME@@ terminal daemon
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7B<@@RXVT_NAME@@d> [-q|--quiet] [-o|--opendisplay] [-f|--fork] [-m|--mlock] 7B<@@RXVT_NAME@@d> [-q|--quiet] [-o|--opendisplay] [-f|--fork] [-m|--mlock] [-e|--eval I<perlstring>]
8 8
9B<@@RXVT_NAME@@d> -q -o -f # for .xsession use 9B<@@RXVT_NAME@@d> -q -o -f # for .xsession use
10 10
11=head1 DESCRIPTION 11=head1 DESCRIPTION
12 12
67Note 2: There is a known bug in glibc (possibly fixed in 2.8 and later 67Note 2: There is a known bug in glibc (possibly fixed in 2.8 and later
68versions) where calloc returns non-zeroed memory when mlockall is in 68versions) where calloc returns non-zeroed memory when mlockall is in
69effect. If you experience crashes or other odd behaviour while using 69effect. If you experience crashes or other odd behaviour while using
70--mlock, try it without it. 70--mlock, try it without it.
71 71
72=item B<-e>, B<--eval> I<perlstring>
73
74Evaluate the given perl code after basic initialisation (requires perl
75support to be enabled when compiling B<@@RXVT_NAME@@d>).
76
77This can be used for example to configure the internal perl interpreter,
78which is shared between all terminal instances, or create additional
79listening sockets for additional protocols.
80
81The code is currently executed I<before> creating the normal listening
82sockets: this might change in future versions.
83
72=back 84=back
73 85
74=head1 EXAMPLES 86=head1 EXAMPLES
75 87
76This is a useful invocation of B<@@RXVT_NAME@@d> in a F<.xsession>-style 88This is a useful invocation of B<@@RXVT_NAME@@d> in a F<.xsession>-style

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines