From 030093f60c4475f6e8185cdb13a7650b3b0dbe7b Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 27 Oct 2012 15:12:01 +0200 Subject: [PATCH] Tesh is not ls, and other trivial typos in tesh.1. --- tools/tesh/tesh.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tesh/tesh.1 b/tools/tesh/tesh.1 index 35a02caf50..38c1d4e8cd 100644 --- a/tools/tesh/tesh.1 +++ b/tools/tesh/tesh.1 @@ -3,7 +3,7 @@ .SH NAME tesh \- testing shell .SH SYNOPSIS -.B ls +.B tesh [\fIOPTION\fR]... [\fIFILE\fR]... .SH DESCRIPTION This is the TESH tool. It constitutes a testing shell, ie a sort of shell specialized to run tests. The list of actions to take is parsed from files files called testsuite. @@ -63,7 +63,7 @@ implemented yet in tesh. This is a bit restrictive, but well, patch welcome... The situation in which it is mainly problematic is to create a -temporary file. The solution is to use the "mkfile" buildin command, +temporary file. The solution is to use the "mkfile" built-in command, as in the following example: $ mkfile myFile > some content @@ -104,7 +104,7 @@ SimGrid since the processes run out of order at any scheduling point parallel). To ensure that the simulator outputs still match, we have to sort the output back before comparing it. -We expect the simulators to run with that log formating argument: +We expect the simulators to run with that log formatting argument: -log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n Then, tesh sorts string on the 19 first chars only, and is stable when line beginnings are equal. This should ensure that: -- 2.20.1