aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2017-09-14 12:20:47 +0200
committerHans Bolinder <[email protected]>2017-09-14 12:21:07 +0200
commit15e3d354f56ea0b20ce3ab048c7574eed39b69b4 (patch)
treede5190315560d991b0ea10190ede380ed4a4a260
parentc6aa4cc50d87f55187dd994e2af794d8a7c23a73 (diff)
downloadotp-15e3d354f56ea0b20ce3ab048c7574eed39b69b4.tar.gz
otp-15e3d354f56ea0b20ce3ab048c7574eed39b69b4.tar.bz2
otp-15e3d354f56ea0b20ce3ab048c7574eed39b69b4.zip
tools: Correction of xref(3)
-rw-r--r--lib/tools/doc/src/xref.xml6
1 files 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:
</p>
<list type="bulleted">
- <item>Expression ::= Expression GraphOp Expression</item>
- <item>GraphOp ::= <c>components</c> | <c>condensation</c> | <c>of</c></item>
+ <item>Expression ::= Expression BinaryGraphOp Expression</item>
+ <item>Expression ::= UnaryGraphOp Expression</item>
+ <item>UnaryGraphOp ::= <c>components</c> | <c>condensation</c></item>
+ <item>BinaryGraphOp ::= <c>of</c></item>
</list>
<p>As was mentioned before, the graph analyses operate on
the <c>digraph</c> representation of graphs.