From 5a2c12d6b26bd5f2c7e0ab75b44749acf1b788e0 Mon Sep 17 00:00:00 2001
From: Hans Bolinder
Date: Mon, 13 Feb 2017 10:33:13 +0100
Subject: erts: Correct the documentation of abstract end-of-file
The L in {eof, L} is not an annotation (LINE), but a location.
---
erts/doc/src/absform.xml | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
(limited to 'erts/doc')
diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml
index fe8e3b30e7..ec00955ccd 100644
--- a/erts/doc/src/absform.xml
+++ b/erts/doc/src/absform.xml
@@ -4,7 +4,7 @@
- 20012016
+ 20012017
Ericsson AB. All Rights Reserved.
@@ -182,10 +182,18 @@
can contain the following:
- - Tuples {error,E} and {warning,W}, denoting
- syntactically incorrect forms and warnings
- - {eof,LINE}, denoting an end-of-stream
- encountered before a complete form had been parsed
+ -
+
Tuples {error,E} and {warning,W}, denoting
+ syntactically incorrect forms and warnings.
+
+
+ -
+
{eof,LOCATION}, denoting an end-of-stream
+ encountered before a complete form had been parsed.
+ The word LOCATION represents an integer, and denotes the
+ number of the last line in the source file.
+
+
--
cgit v1.2.3