diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-11 11:12:31 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-11 11:12:31 +0000 |
commit | 7678ccedef3d2583c849cbd8e5a13ba36925ac4c (patch) | |
tree | 7e71879af7b935c30f026303993550f2db604f32 /pod/perlfaq8.pod | |
parent | 2601929893f334f18dbc48652b91b4acab6e8915 (diff) | |
download | perl-7678ccedef3d2583c849cbd8e5a13ba36925ac4c.tar.gz |
FAQ sync
p4raw-id: //depot/perl@24024
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r-- | pod/perlfaq8.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index ad07fa3656..8152d49c7e 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq8 - System Interaction ($Revision: 1.22 $, $Date: 2004/10/05 22:13:49 $) +perlfaq8 - System Interaction ($Revision: 1.23 $, $Date: 2005/01/03 18:43:37 $) =head1 DESCRIPTION @@ -1252,8 +1252,8 @@ but other times it is not. Modern programs C<use Socket;> instead. =head1 AUTHOR AND COPYRIGHT -Copyright (c) 1997-2003 Tom Christiansen and Nathan Torkington. -All rights reserved. +Copyright (c) 1997-2005 Tom Christiansen, Nathan Torkington, and +other authors as noted. All rights reserved. This documentation is free; you can redistribute it and/or modify it under the same terms as Perl itself. |