This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(Re-)introduce $uidsign and $gidsign.
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 18 Mar 2000 21:40:55 +0000 (21:40 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 18 Mar 2000 21:40:55 +0000 (21:40 +0000)
p4raw-id: //depot/metaconfig@5808

U/modified/groupstype.U
U/typedefs/gidtype.U

index 6ff5191..4a324e1 100644 (file)
@@ -29,9 +29,9 @@
 ?S:.
 ?C:Groups_t (GROUPSTYPE):
 ?C:    This symbol holds the type used for the second argument to
-?C:    getgroups() and setgropus().  Usually, this is the same as
+?C:    getgroups() and setgroups().  Usually, this is the same as
 ?C:    gidtype (gid_t) , but sometimes it isn't.
-?C:    It can be int, ushort, uid_t, etc... 
+?C:    It can be int, ushort, gid_t, etc... 
 ?C:    It may be necessary to include <sys/types.h> to get any 
 ?C:    typedef'ed information.  This is only required if you have
 ?C:    getgroups() or setgropus()..
index 30711d6..7a0c9a7 100644 (file)
@@ -34,7 +34,7 @@
 ?C:    This symbol holds the return type of getgid() and the type of
 ?C:    argument to setrgid() and related functions.  Typically,
 ?C:    it is the type of group ids in the kernel. It can be int, ushort,
-?C:    uid_t, etc... It may be necessary to include <sys/types.h> to get
+?C:    gid_t, etc... It may be necessary to include <sys/types.h> to get
 ?C:    any typedef'ed information.
 ?C:.
 ?H:#define Gid_t $gidtype              /* Type for getgid(), etc... */