+AccountingGroup = "group_physics"
 {endcode}
 
-The administrator can then adjust the priority factor for the various groups using condor_userprio.  The following example sets the biology group's priority factor to be twice that of physics, which means the physics group should get twice as big a share of the pool (because user priorities are inversely proportional to the share of the pool).
+The administrator can then adjust the priority factor for the various groups using condor_userprio.  The following example sets the biology group's priority factor to be 4x that of physics, which means the physics group should get twice as big a share of the pool at steady state (for an explanation, see {link: HowToConfigureFairShare How to Configure Fair Share}).
 
 {code}
 condor_userprio -setfactor 2.0 group_physics@wisc.edu
-condor_userprio -setfactor 4.0 group_biology@wisc.edu
+condor_userprio -setfactor 8.0 group_biology@wisc.edu
 {endcode}
 
 {subsection: How to have group quotas and individual priorities for sharing the pool}