diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-03 14:37:22 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-12-03 14:37:22 +0000 |
commit | b5a41e529034a0ee7e1a2e3e37537f713b54afbf (patch) | |
tree | 87fb66a06312d119db5078aa97552f7a58c2c02c /pod/perlfaq8.pod | |
parent | ef4af2bec631b9236810b0b0f271e06119e370e6 (diff) | |
download | perl-b5a41e529034a0ee7e1a2e3e37537f713b54afbf.tar.gz |
s/\bthe the\b/the/g *.pod
p4raw-id: //depot/cfgperl@2444
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r-- | pod/perlfaq8.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index cbc87b5fd7..31cf9fc4b3 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -869,7 +869,7 @@ module for other solutions. =item * -Open /dev/tty and use the the TIOCNOTTY ioctl on it. See L<tty(4)> +Open /dev/tty and use the TIOCNOTTY ioctl on it. See L<tty(4)> for details. Or better yet, you can just use the POSIX::setsid() function, so you don't have to worry about process groups. |