| (2) | [G] axis_options, p. 53, Syntax 
 
     The minimum abbreviation for the ytick() and xtick()
     options is tic instead of ti.
     
      
     
      | {y | x}tick(rule_or_values) | {y | x}tick(rule_or_values) |  | 
 | (2) | [G] barlook_options, p. 72, Remarks 
 
     There should be a comma after # in the bar() option.
     
      
     
      | The barlook_options are allowed ...  bar(# 
          barlook_options), as in | The barlook_options are allowed ... bar(#, 
          barlook_options), as in |  
      | . graph bar yvar1 yvar2, bar(1 bcolor(green)) 
          bar(2 bcolor(red)) | . graph bar yvar1 yvar2, bar(1, bcolor(green)) 
          bar(2, bcolor(red)) |  | 
 | (2) | [G] by_option, p. 85, by() uses the overall note() 
 
     
     
      | . scatter yvar xvar, by(catvar) note("") | . scatter yvar xvar, by(catvar, note("")) |  
      
     
      | . scatter yvar xvar, by(catvar) note("My note") | . scatter yvar xvar, by(catvar, note("My note")) |  
     
     
      | . scatter yvar xvar, by(catvar) note("My note", suffix) | . scatter yvar xvar, by(catvar, note("My note", 
          suffix)) |  | 
 | (3) | [G] graph box, p. 150, extended syntax diagram, boxlook_options 
 
     
     
      | marker(# marker_options) | marker(#, marker_options) |  | 
 |  | 
     Note the added comma.
      | 
 | (3) | [G] graph box, p. 149, Options 
 
     
     
      | marker(# marker_options) specifies the 
          marker to be used ... | marker(#, marker_options) specifies the 
          marker to be used ... |  | 
 |  | Note the added comma. | 
 | (2) | [G] graph twoway connected, p. 249, Remarks 
 
     
     
      | . connected yvar xvar | . twoway connected yvar xvar |  | 
 | (2) | [G] graph twoway fpfit, p. 260, Use with by() 
 
        lfit should be fpfit. 
          | 
 | (3) | [G] graph twoway function, p. 266, Syntax 
 
     The minimum abbreviation for the range() option is ra instead of r.
         
     
      | range(# #) range(varname)
 | range(# #) range(varname)
 |  | 
 | (3) | [G] graph twoway kdensity, p. 277, Syntax 
 
     The minimum abbreviation for the range() option is ra instead of r.
         
     
      | range(# #) range(varname)
 | range(# #) range(varname)
 |  |