This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #28456] Typo in perlipc man page, and suggestions for same
authorAxel Boldt <unknown>
Sun, 11 Apr 2004 13:08:17 +0000 (13:08 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Apr 2004 15:22:29 +0000 (15:22 +0000)
From: Axel Boldt (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
Date: 11 Apr 2004 13:08:17 -0000

p4raw-id: //depot/perl@22727

pod/perlipc.pod

index c25eb87..f57cec7 100644 (file)
@@ -1610,7 +1610,7 @@ A small example demonstrating SysV message queues:
     my $id = msgget(IPC_PRIVATE, IPC_CREAT | S_IRWXU);
 
     my $sent = "message";
-    my $type = 1234;
+    my $type_sent = 1234;
     my $rcvd;
     my $type_rcvd;