From: John P. Linderman Date: Mon, 19 Aug 2002 08:45:31 +0000 (-0400) Subject: typo in perfunc.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08a33e13304ad1af87cc6d29a9d49f95edf75b79;p=p5sagit%2Fp5-mst-13.2.git typo in perfunc.pod From: "John P. Linderman" Message-id: <200208191245.IAA20072@raptor.research.att.com> p4raw-id: //depot/perl@17744 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 3d59479..90eeb97 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -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.