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

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.86 by root, Fri Jan 6 05:28:55 2006 UTC vs.
Revision 1.87 by root, Fri Jan 6 20:50:58 2006 UTC

466 my $slave = $pty->slave; 466 my $slave = $pty->slave;
467 while (<$slave>) { print $slave "got <$_>\n" } 467 while (<$slave>) { print $slave "got <$_>\n" }
468 468
469=item B<-pe> I<string> 469=item B<-pe> I<string>
470 470
471Colon-separated list of perl extension scripts to use in this terminal 471Comma-separated list of perl extension scripts to use in this terminal
472instance. See resource B<perl-ext>. 472instance. See resource B<perl-ext>.
473 473
474=back 474=back
475 475
476=head1 RESOURCES (available also as long-options) 476=head1 RESOURCES (available also as long-options)
1084 1084
1085=item B<perl-ext-common>: I<string> 1085=item B<perl-ext-common>: I<string>
1086 1086
1087=item B<perl-ext>: I<string> 1087=item B<perl-ext>: I<string>
1088 1088
1089Colon-separated list(s) of perl extension scripts to use in this terminal 1089Comma-separated list(s) of perl extension scripts to use in this terminal
1090instance. Each extension is looked up in the library directories, loaded 1090instance. Each extension is looked up in the library directories, loaded
1091if necessary, and bound to the current terminal instance. If this 1091if necessary, and bound to the current terminal instance. If this
1092resource is empty or missing, then the perl interpreter will not be 1092resource is empty or missing, then the perl interpreter will not be
1093initialized. The idea behind two options is that B<perl-ext-common> will 1093initialized. The idea behind two options is that B<perl-ext-common> will
1094be used for extensions that should be available to all instances, while 1094be used for extensions that should be available to all instances, while

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines