From 22c7e83cd416fd9860697cf739c9ee4a090d375b Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Wed, 16 Sep 2009 11:08:42 +0200 Subject: [PATCH] doc: fix description of lexicograhpic order relations --- doc/user.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/user.pod b/doc/user.pod index b515bbf..30be3a0 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -531,10 +531,11 @@ and return an identity relation between two such sets. __isl_take isl_dim *set_dim); These functions take a dimension specification for a B -and return maps that map elements of a set of the given dimension -to elements that are lexicograhically less +and return relations that express that the elements in the domain +are lexicograhically less (C), less or equal (C), -greater (C) or greater or equal (C). +greater (C) or greater or equal (C) +than the elements in the range. =back -- 2.7.4