From 83c9b52b0ebef8c4d0cf8f925aa84441dae90601 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Mon, 24 Jul 2023 18:31:46 +0200 Subject: [PATCH] Updated JobIn (markdown) --- JobIn.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JobIn.md b/JobIn.md index 9b393c0..a333d30 100644 --- a/JobIn.md +++ b/JobIn.md @@ -127,7 +127,7 @@ Additional attributes are defined after the result is completed: | --- | --- | |**host** |The host that executed the computation.| |**exit status**|The exit status (0 if success).| -|**CPU time **|The CPU time that was used.| -|**output file info **|The sizes and checksums of its output files.| +|**CPU time**|The CPU time that was used.| +|**output file info**|The sizes and checksums of its output files.| |**stderr**|The stderr output of the computation.| -|**received time **|The time when the result was received.| +|**received time**|The time when the result was received.|