Print this page
9728 3secdb man pages need some tlc

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3secdb/kva_match.3secdb.man.txt
          +++ new/usr/src/man/man3secdb/kva_match.3secdb.man.txt
   1    1  KVA_MATCH(3SECDB)               Security Attributes Database Library Functions
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         kva_match - look up a key in a key-value array
   7    7  
   8    8  SYNOPSIS
   9      -       cc [ flag... ] file...- lsecdb [ library... ]
        9 +       cc [ flag... ] file... -lsecdb [ library... ]
  10   10         #include <secdb.h>
  11   11  
  12   12         char *kva_match(kva_t *kva, char *key);
  13   13  
  14   14  
  15   15  DESCRIPTION
  16   16         The kva_match() function searches a kva_t structure, which is part of
  17   17         the  authattr_t, execattr_t, profattr_t, or userattr_t structures. The
  18   18         function takes two arguments: a pointer to a key value array, and a
  19   19         key.  If the key is in the array, the function returns a pointer to the
↓ open down ↓ 21 lines elided ↑ open up ↑
  41   41         getuserattr(3SECDB)
  42   42  
  43   43  NOTES
  44   44         The kva_match() function returns a pointer to data that already exists
  45   45         in the key-value array. It does not allocate its own memory for this
  46   46         pointer but obtains it from the key-value array that is passed as its
  47   47         first argument.
  48   48  
  49   49  
  50   50  
  51      -                                August 12, 1999              KVA_MATCH(3SECDB)
       51 +                                August 13, 2018              KVA_MATCH(3SECDB)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX