diff --git a/ChangeLog b/ChangeLog index c1f305e08..5e70704bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-03-18 Alexandre Duret-Lutz + + * src/ltltest/genltl.cc (syntax): Typos in the help text. + 2011-03-17 Alexandre Duret-Lutz Improve a reduction rule for "a M b". diff --git a/src/ltltest/genltl.cc b/src/ltltest/genltl.cc index 7ba021f88..4ab98c716 100644 --- a/src/ltltest/genltl.cc +++ b/src/ltltest/genltl.cc @@ -72,8 +72,8 @@ syntax(char* prog) << "Classes available (F):" << std::endl << " 1: F(p1&F(p2&F(p3&...F(pn)))) & F(q1&F(q2&F(q3&...F(qn))))" << std::endl - << " 2: p&X(p&X(p&...X(p)))) & X(q&F(q&F(q&...F(q))))" << std::endl - << " 3: p&(Xp)&(XXp)&...(X...X(p)) & p&(Xq)&(XXq)&...(X...X(q))" + << " 2: F(p&X(p&X(p&...X(p)))) & F(q&X(q&X(q&...X(q))))" << std::endl + << " 3: F(p&(Xp)&(XXp)&...(X...X(p))) & F(q&(Xq)&(XXq)&...(X...X(q)))" << std::endl << " 4: GF(p1)&GF(p2)&...&GF(pn)" << std::endl << " 5: FG(p1)|FG(p2)|...|FG(pn)" << std::endl