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
          +++ new/usr/src/man/man3secdb/getauthattr.3secdb
↓ open down ↓ 47 lines elided ↑ open up ↑
  48   48  \fBauth_attr\fR(4) entry. Entries can come from any of the sources specified in
  49   49  the \fBnsswitch.conf\fR(4) file.
  50   50  .sp
  51   51  .LP
  52   52  The \fBgetauthattr()\fR function enumerates \fBauth_attr\fR entries. The
  53   53  \fBgetauthnam()\fR function searches for an \fBauth_attr\fR entry with a given
  54   54  authorization name \fIname\fR. Successive calls to these functions return
  55   55  either successive \fBauth_attr\fR entries or \fINULL\fR.
  56   56  .sp
  57   57  .LP
  58      -Th internal representation of an \fBauth_attr\fR entry is an \fBauthattr_t\fR
       58 +The internal representation of an \fBauth_attr\fR entry is an \fBauthattr_t\fR
  59   59  structure defined in  <\fBauth_attr.h\fR> with the following members:
  60   60  .sp
  61   61  .in +2
  62   62  .nf
  63   63  char   *name;        /* name of the authorization */
  64   64  char   *res1;        /* reserved for future use */
  65   65  char   *res2;        /* reserved for future use */
  66   66  char   *short_desc;  /* short description */
  67   67  char   *long_desc;   /* long description */
  68   68  kva_t  *attr;        /* array of key-value pair attributes */
↓ open down ↓ 168 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX