--- rxvt-unicode/doc/rxvt.1.pod 2005/02/17 15:07:48 1.59 +++ rxvt-unicode/doc/rxvt.1.pod 2005/02/17 15:13:47 1.60 @@ -421,8 +421,8 @@ my $pty = new IO::Pty; fcntl $pty, F_SETFD, 0; # clear close-on-exec - system "@@RXVT_NAME@@ -pty-fd " . (fileno $pty) . "&"; + close $pty; # now communicate with rxvt my $slave = $pty->slave;