Author: mduerig
Date: Mon Jan 30 16:22:03 2017
New Revision: 1780933

URL: http://svn.apache.org/viewvc?rev=1780933&view=rev
Log:
OAK-4648: Improve documentation about structure of TAR files
Clarified the segment graph description

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/segment/tar.md

Modified: 
jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/segment/tar.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/segment/tar.md?rev=1780933&r1=1780932&r2=1780933&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/segment/tar.md 
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/nodestore/segment/tar.md Mon 
Jan 30 16:22:03 2017
@@ -86,8 +86,9 @@ There are four kinds of files stored in
   catalog of blobs (i.e. value records) referenced by segments in this TAR 
file.
   This catalog is indexed by the generation of the segments it contains.
 
-- graph: this file has a name ending in `.gph` and contains a representation 
of a
-  graph. The graph is represented as an adjacency list of UUIDs.
+- graph: this file has a name ending in `.gph` and contains the segment graph 
+  of all the segments in this tar file. The graph is represented as an 
adjacency 
+  list of UUIDs.
 
 - index: this file has a name ending in `.idx` and contains a sorted list of
   every segment contained in the TAR file.


Reply via email to