Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3secdb/getauthattr.3secdb.man.txt
          +++ new/usr/src/man/man3secdb/getauthattr.3secdb.man.txt
↓ open down ↓ 33 lines elided ↑ open up ↑
  34   34         auth_attr(4) entry. Entries can come from any of the sources specified
  35   35         in the nsswitch.conf(4) file.
  36   36  
  37   37  
  38   38         The getauthattr() function enumerates auth_attr entries. The
  39   39         getauthnam() function searches for an auth_attr entry with a given
  40   40         authorization name name. Successive calls to these functions return
  41   41         either successive auth_attr entries or NULL.
  42   42  
  43   43  
  44      -       Th internal representation of an auth_attr entry is an authattr_t
       44 +       The internal representation of an auth_attr entry is an authattr_t
  45   45         structure defined in  <auth_attr.h> with the following members:
  46   46  
  47   47           char   *name;        /* name of the authorization */
  48   48           char   *res1;        /* reserved for future use */
  49   49           char   *res2;        /* reserved for future use */
  50   50           char   *short_desc;  /* short description */
  51   51           char   *long_desc;   /* long description */
  52   52           kva_t  *attr;        /* array of key-value pair attributes */
  53   53  
  54   54  
↓ open down ↓ 132 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX