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/man3c/pthread_getschedparam.3c.man.txt
          +++ new/usr/src/man/man3c/pthread_getschedparam.3c.man.txt
↓ open down ↓ 67 lines elided ↑ open up ↑
  68   68  
  69   69         If the pthread_setschedparam() function fails, no scheduling parameters
  70   70         will be changed  for the target thread.
  71   71  
  72   72  RETURN VALUES
  73   73         If successful, the pthread_getschedparam() and pthread_setschedparam()
  74   74         functions return  0. Otherwise, an error number is returned to indicate
  75   75         the error.
  76   76  
  77   77  ERRORS
  78      -       The pthread_getschedparam() and pthread_gsetschedparam() functions will
       78 +       The pthread_getschedparam() and pthread_setschedparam() functions will
  79   79         fail if:
  80   80  
  81   81         ESRCH
  82   82                  The value specified by thread does not refer to an existing
  83   83                  thread.
  84   84  
  85   85  
  86   86  
  87   87         The pthread_setschedparam() function will fail if:
  88   88  
↓ open down ↓ 37 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX