Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3c/crypt_genhash_impl.3c.man.txt
          +++ new/usr/src/man/man3c/crypt_genhash_impl.3c.man.txt
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21         size that is used to return the result.
  22   22  
  23   23  
  24   24         The salt argument is the salt used in encoding.
  25   25  
  26   26  
  27   27         The params argument is an argv-like null-terminated vector of type char
  28   28         *. The first element of params represents the mechanism token name from
  29   29         crypt.conf(4). The remaining elements of params represent strings of
  30   30         the form <parameter>[=<value>] to allow passing in additional
  31      -       information from the crypt.conf entry, such as specifing rounds
       31 +       information from the crypt.conf entry, such as specifying rounds
  32   32         information "rounds=4096".
  33   33  
  34   34  
  35   35         The crypt_genhash_impl() function must not free(3C) ctbufflen on error.
  36   36  
  37   37  RETURN VALUES
  38   38         Upon successful completion, crypt_genhash_impl() returns a pointer to
  39   39         the encoded version of plaintext. Otherwise a null pointer is returned
  40   40         and errno is set to indicate the error.
  41   41  
↓ open down ↓ 36 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX