gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] manuscripts/storm article.rst


From: Tuomas J. Lukka
Subject: [Gzz-commits] manuscripts/storm article.rst
Date: Sat, 15 Feb 2003 14:34:41 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Tuomas J. Lukka <address@hidden>        03/02/15 14:34:41

Modified files:
        storm          : article.rst 

Log message:
        uml

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/manuscripts/storm/article.rst.diff?tr1=1.213&tr2=1.214&r1=text&r2=text

Patches:
Index: manuscripts/storm/article.rst
diff -u manuscripts/storm/article.rst:1.213 manuscripts/storm/article.rst:1.214
--- manuscripts/storm/article.rst:1.213 Sat Feb 15 14:33:13 2003
+++ manuscripts/storm/article.rst       Sat Feb 15 14:34:41 2003
@@ -810,7 +810,10 @@
 indexing (Section 5), using P as the index key.
 
 .. uml:: storm_pointers
-    :caption: The Storm pointer system
+    :caption: The Storm pointer system. A pointer is implemented
+             by a collection of pointer blocks which can obsolete 
+             other pointer blocks and each pointer block gives a single
+             target for the pointer.
 
     class Pointer
 
@@ -826,7 +829,7 @@
 
     Pointer.c = (0, 0);
     horizontally(100, foo, Pointer, PointerBlock);
-    vertically(50, bar, foo, Target);
+    vertically(50, bar, PointerBlock, Target);
     ring.p = PointerBlock.e{right} .. PointerBlock.n{down};
     
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]