From bc889bd89bf706aab62c1ee245ebdf17db3ee2f8 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 13 Aug 2008 13:57:29 +0000
Subject: [PATCH] clarify .msh doc

---
 doc/texinfo/gmsh.texi | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/doc/texinfo/gmsh.texi b/doc/texinfo/gmsh.texi
index 3479376f72..63417bf675 100644
--- a/doc/texinfo/gmsh.texi
+++ b/doc/texinfo/gmsh.texi
@@ -3138,18 +3138,21 @@ the nodes is given in @ref{Node ordering}.
 
 @item @var{number-of-string-tags}
 gives the number of string tags that follow. By default the first
-@var{string-tag} is interpreted as the name of the post-processing view,
-and the second as the name of the interpolation scheme.
+@var{string-tag} is interpreted as the name of the post-processing view.
+@c FIXME and the second as the name of the interpolation scheme.
 
 @item @var{number-of-real-tags}
-gives the number of real number tags that follow.
+gives the number of real number tags that follow. By default the first
+@var{real-tag} is interpreted as a time value associated with the
+dataset.
 
 @item @var{number-of-integer-tags}
 gives the number of integer tags that follow. By default the first
-@var{integer-tag} is interpreted as a time step number, the second as
-the number of field components of the data in the view, the third as the
-number of entities (nodes or elements) in the view, and the fourth as
-the partition index for the view data.
+@var{integer-tag} is interpreted as a time step index (starting at 0),
+the second as the number of field components of the data in the view (1,
+3 or 9), the third as the number of entities (nodes or elements) in the
+view, and the fourth as the partition index for the view data (0 for no
+partition).
 
 @item @var{number-of-nodes-per-elements}
 gives the number of node values for an element in an element-based view.
-- 
GitLab