summaryrefslogtreecommitdiff
path: root/pod/perlfaq8.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-12-03 14:37:22 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-12-03 14:37:22 +0000
commitb5a41e529034a0ee7e1a2e3e37537f713b54afbf (patch)
tree87fb66a06312d119db5078aa97552f7a58c2c02c /pod/perlfaq8.pod
parentef4af2bec631b9236810b0b0f271e06119e370e6 (diff)
downloadperl-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.pod2
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.