doc: Use --css-ref option to makeinfo, instead of postprocessing with sed.
[pspp] / doc / examples / tutorial5.sps
1 get file='repairs.sav'.
2 examine mtbf
3  /statistics=descriptives.
4 compute mtbf_ln = ln (mtbf).
5 examine mtbf_ln
6  /statistics=descriptives.