From 15e3d354f56ea0b20ce3ab048c7574eed39b69b4 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 14 Sep 2017 12:20:47 +0200 Subject: tools: Correction of xref(3) --- lib/tools/doc/src/xref.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/tools/doc/src/xref.xml b/lib/tools/doc/src/xref.xml index 8c49f3a206..11c6fa56f6 100644 --- a/lib/tools/doc/src/xref.xml +++ b/lib/tools/doc/src/xref.xml @@ -559,8 +559,10 @@ Two functions (modules, analyzing operators:

- Expression ::= Expression GraphOp Expression - GraphOp ::= components | condensation | of + Expression ::= Expression BinaryGraphOp Expression + Expression ::= UnaryGraphOp Expression + UnaryGraphOp ::= components | condensation + BinaryGraphOp ::= of

As was mentioned before, the graph analyses operate on the digraph representation of graphs. -- cgit v1.2.3