]> granicus.if.org Git - strace/commit
strace.1.in: describe time format specification
authorEugene Syromyatnikov <evgsyr@gmail.com>
Wed, 25 Sep 2019 18:14:33 +0000 (20:14 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 25 Sep 2019 18:24:48 +0000 (18:24 +0000)
commit27d4ecdf5efacc49d5d3f6062f06362db1df3094
tree73f886628059bed01a30c45659b9fcbf2fcf0dae
parente236d048eff237cbc832cc8a118026b8e6812728
strace.1.in: describe time format specification

Commits v5.3~74 and v5.3~73 have introduced an extended syntax
for time interval sizes specification, but the relevant descriotion
was lacking.  Fix it by adding the relevant section to the man page
and reference to it in the descriptions of the respective options.

* strace.1.in (.SH OPTIONS): Rewrite descriptions of -O,
-e inject=delay_enter, and -e inject=delay_exit values, refer to section
"Time specification format description".
(.SS "Time specification format description"): New section.

Complements: v5.3~74 "delay: use parse_ts for parsing delay value"
Complements: v5.3~73 "count: use parse_ts for parsing overhead value"
strace.1.in