Move the paragraphs on run_rc_command syntax and properties to above
the example so that a reader can understand it better.
Note current $* misuse in run_rc_command so that a reader who understands
$@ and experiments with its application to run_rc_command isn't confused.
Suggested by: dougb (1st explicitly and 2nd implicitly)