Print this page
10057 Man page misspellings ouput particuliar overriden
Reviewed by: Gergő Mihály Doma <domag02@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3lgrp/lgrp_affinity_get.3lgrp.man.txt
          +++ new/usr/src/man/man3lgrp/lgrp_affinity_get.3lgrp.man.txt
↓ open down ↓ 49 lines elided ↑ open up ↑
  50   50         and allocate its memory on the lgroup for which it has the strongest
  51   51         affinity, then the next strongest, and so on up through some small,
  52   52         system-dependent number of these lgroup affinities.  When multiple
  53   53         lgroups have the same affinity, the order of preference among them is
  54   54         unspecified and up to the operating system to choose.  The lgroup with
  55   55         the strongest affinity that the thread can run on is known as its "home
  56   56         lgroup" (see lgrp_home(3LGRP)) and is usually the operating system's
  57   57         first choice of where to run the thread and allocate its memory.
  58   58  
  59   59  
  60      -        There are different levels of affinity that can be specified by a
  61      -       thread for a particuliar lgroup.  The levels of affinity are the
       60 +       There are different levels of affinity that can be specified by a
       61 +       thread for a particular lgroup.  The levels of affinity are the
  62   62         following from strongest to weakest:
  63   63  
  64   64           LGRP_AFF_STRONG         /* strong affinity */
  65   65           LGRP_AFF_WEAK           /* weak affinity */
  66   66           LGRP_AFF_NONE           /* no affinity */
  67   67  
  68   68  
  69   69  
  70   70         The LGRP_AFF_STRONG affinity serves as a hint to the operating system
  71   71         that the calling thread has a strong affinity for the given lgroup.  If
↓ open down ↓ 9 lines elided ↑ open up ↑
  81   81         calling thread has a weak affinity for the given lgroup.  If a thread
  82   82         has a weak affinity for its home lgroup, the operating system interpets
  83   83         this to mean that thread does not mind whether it is rehomed, unlike
  84   84         LGRP_AFF_STRONG.  Load balancing, dynamic reconfiguration, processor
  85   85         binding, or processor set binding and manipulation are examples of
  86   86         events that can cause the operating system to change a thread's home
  87   87         lgroup for which it has a weak affinity.
  88   88  
  89   89  
  90   90         The LGRP_AFF_NONE affinity signifies no affinity and can be used to
  91      -       remove a thread's affinity for a particuliar lgroup.  Initially, each
       91 +       remove a thread's affinity for a particular lgroup.  Initially, each
  92   92         thread has no affinity to any lgroup.  If a thread has no lgroup
  93   93         affinities set, the operating system chooses a home lgroup for the
  94   94         thread with no affinity set.
  95   95  
  96   96  RETURN VALUES
  97   97         Upon successful completion, lgrp_affinity_get() returns the affinity
  98   98         for the given lgroup.
  99   99  
 100  100  
 101  101         Upon successful completion, lgrp_affinity_set() return 0.
↓ open down ↓ 43 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX