From ba94c19199d8c5892a02499fd34ea48d281e540e Mon Sep 17 00:00:00 2001 From: t2-kob <4531723+t2-kob@users.noreply.github.com> Date: Sun, 14 Jan 2018 12:49:11 +0900 Subject: [PATCH] Fixed the "USAGE" to improve readability. --- UnixBench/USAGE | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/UnixBench/USAGE b/UnixBench/USAGE index c3135f9..748b033 100644 --- a/UnixBench/USAGE +++ b/UnixBench/USAGE @@ -65,11 +65,12 @@ so that randomly-churning background processes don't randomise the results too much. This is particularly true for the graphics tests. -If you need to change the directories, use "Environment variables" about below. +Output can be specified by using the following variables: - * "UB_RESULTDIR" : Output destination path(absolute) of the result files. - * "UB_TMPDIR" : Directory path(absolute) used for file I/O tests(named fs****). - * "UB_OUTPUT_FILE_NAME" : Output file name. If exists same file, it will be overwrite completly. + * "UB_RESULTDIR" : Absolute path of output directory of result files. + * "UB_TMPDIR" : Absolute path of temporary files for IO tests. + * "UB_OUTPUT_FILE_NAME" : Output file name. If exists it will be overwritten. + ============================================================================ Tests