From 97ef7f3a2755902dc547a8933724f63639473ac0 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Tue, 27 Feb 2024 11:03:59 -0500 Subject: [PATCH] howto: fix job_start_clock_id formatting Signed-off-by: Vincent Fu --- HOWTO.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HOWTO.rst b/HOWTO.rst index 4b02100c..169cdc2a 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -756,8 +756,9 @@ Time related parameters CPU mask of other jobs. .. option:: job_start_clock_id=int - The clock_id passed to the call to `clock_gettime` used to record job_start - in the `json` output format. Default is 0, or CLOCK_REALTIME. + + The clock_id passed to the call to `clock_gettime` used to record + job_start in the `json` output format. Default is 0, or CLOCK_REALTIME. Target file/device -- 2.25.1