<div dir="ltr"><div>LTP uses `top -d 0.1`, which isn't convincingly useful, but general<br></div><div>support for other time units might be useful, and switching to xparsetime</div><div>addresses both at once.</div><div><br></div><div>Also fix 3169d948c049664bcf7216d4c4ae751881099d3e where I mistakenly</div><div>treated `rev` and `toys.optflags&FLAG_b` as interchangeable. (Without</div><div>this second fix, `top -b` looks fine but `top` is broken!)</div><div><br></div><div>Also fix xparsetime to reject input such as "monkey" or "1monkey".</div><div>---</div><div> lib/xwrap.c     | 10 +++++++---</div><div> tests/top.test  |  6 ++++++</div><div> toys/posix/ps.c | 23 +++++++++++++++--------</div><div> 3 files changed, 28 insertions(+), 11 deletions(-)</div><div><br></div></div>