Changeset 87 for trunk/lib/regfi.c


Ignore:
Timestamp:
02/03/07 20:55:18 (17 years ago)
Author:
tim
Message:

added minor documentation on ACE flags to regfi.c

vastly expanded output documentation in reglookup man page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfi.c

    r84 r87  
    9292{
    9393  static const char* flag_map[32] =
    94     { "OI",
    95       "CI",
    96       "NP",
    97       "IO",
    98       "IA",
     94    { "OI", /* Object Inherit */
     95      "CI", /* Container Inherit */
     96      "NP", /* Non-Propagate */
     97      "IO", /* Inherit Only */
     98      "IA", /* Inherited ACE */
    9999      NULL,
    100100      NULL,
Note: See TracChangeset for help on using the changeset viewer.