doc: Use --css-ref option to makeinfo, instead of postprocessing with sed.
[pspp] / doc / examples / frequencies.sps
1 get file='personnel.sav'.
2
3 frequencies /variables = sex occupation
4             /statistics = none.