Annotation of coherent/a/usr/man/COHERENT/grp.h, revision 1.1.1.1

1.1       root        1: 
                      2: 
                      3: grp.h                      Header File                      grp.h
                      4: 
                      5: 
                      6: 
                      7: 
                      8: Declare group structure
                      9: 
                     10: #include <grp.h>
                     11: 
                     12: The header file grp.h declares the structure group, which is com-
                     13: posed as follows:
                     14: 
                     15: 
                     16: struct group (
                     17:      char *gr_name; /* group name */
                     18:      char *gr_passwd;/* group password */
                     19:      int  gr_gid;   /* numeric group id */
                     20:      char **gr_mem; /* group members */
                     21: };
                     22: 
                     23: 
                     24: This structure holds information about the group to which a given
                     25: user belongs.   It is used  by the functions  endgrent, getgrent,
                     26: getgrgid, getgrnam, and setgrent.
                     27: 
                     28: ***** See Also *****
                     29: 
                     30: header files
                     31: 
                     32: 
                     33: 
                     34: 
                     35: 
                     36: 
                     37: 
                     38: 
                     39: 
                     40: 
                     41: 
                     42: 
                     43: 
                     44: 
                     45: 
                     46: 
                     47: 
                     48: 
                     49: 
                     50: 
                     51: 
                     52: 
                     53: 
                     54: 
                     55: 
                     56: 
                     57: 
                     58: 
                     59: 
                     60: 
                     61: 
                     62: 
                     63: 
                     64: COHERENT Lexicon                                           Page 1
                     65: 
                     66: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.