Print this page
9842 man page typos and spelling

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man2/getisax.2.man.txt
          +++ new/usr/src/man/man2/getisax.2.man.txt
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  RETURN VALUES
  28   28         The getisax() function returns the number of array elements that
  29   29         contain non-zero values.
  30   30  
  31   31  EXAMPLES
  32   32         Example 1 Use getisax() to determine if the SSE2 instruction set is
  33   33         present.
  34   34  
  35   35  
  36   36         In the following example, if the message is written, the SSE2
  37      -       instruction set is present and fully supportred by the operating
  38      -       system.
       37 +       instruction set is present and fully supported by the operating system.
  39   38  
  40   39  
  41   40           uint_t ui;
  42   41  
  43   42           (void) getisax(&ui, 1);
  44   43  
  45   44           if (ui & AV_386_SSE2)
  46   45                   printf("SSE2 instruction set extension is present.\n");
  47   46  
  48   47  
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX