typo in perfunc.pod
John P. Linderman [Mon, 19 Aug 2002 08:45:31 +0000 (04:45 -0400)]
From: "John P. Linderman" <jpl@research.att.com>
Message-id: <200208191245.IAA20072@raptor.research.att.com>

p4raw-id: //depot/perl@17744

pod/perlfunc.pod

index 3d59479..90eeb97 100644 (file)
@@ -1966,7 +1966,7 @@ lookup by name, in which case you get the other thing, whatever it is.
     $name  = getpwuid($num);
     $name  = getpwent();
     $gid   = getgrnam($name);
-    $name  = getgrgid($num;
+    $name  = getgrgid($num);
     $name  = getgrent();
     #etc.