Chris Browne cbbrowne at lists.slony.info
Thu Feb 14 08:38:10 PST 2008
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv12663

Modified Files:
	slonik_ref.sgml 
Log Message:
Mikhail Kolesnik pointed out some typos in slonik documentation.


Index: slonik_ref.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/slonik_ref.sgml,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** slonik_ref.sgml	28 Jan 2008 19:34:25 -0000	1.78
--- slonik_ref.sgml	14 Feb 2008 16:38:08 -0000	1.79
***************
*** 223,227 ****
      <cmdsynopsis>
       <command>CLUSTER NAME = </command>
!      <arg><replaceable class="parameter"> clustername;</replaceable></arg>
      </cmdsynopsis>
     </refsynopsisdiv>
--- 223,227 ----
      <cmdsynopsis>
       <command>CLUSTER NAME = </command>
!      <arg><replaceable class="parameter">clustername;</replaceable></arg>
      </cmdsynopsis>
     </refsynopsisdiv>
***************
*** 704,708 ****
     <refsynopsisdiv>
      <cmdsynopsis>
!      <command>RESTART NODE (options);</command>
      </cmdsynopsis>
     </refsynopsisdiv>
--- 704,708 ----
     <refsynopsisdiv>
      <cmdsynopsis>
!      <command>RESTART NODE options;</command>
      </cmdsynopsis>
     </refsynopsisdiv>
***************
*** 1286,1293 ****
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 2);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 2, WAIT FOR=1);
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 3);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 3, WAIT FOR=1);
       MERGE SET ( ID = 1, ADD ID = 999, ORIGIN = 1 );
      </programlisting>
--- 1286,1293 ----
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 2);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 2, WAIT ON=1);
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 3);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 3, WAIT ON=1);
       MERGE SET ( ID = 1, ADD ID = 999, ORIGIN = 1 );
      </programlisting>
***************
*** 2864,2871 ****
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 2);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 2, WAIT FOR=1);
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 3);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 3, WAIT FOR=1);
       MERGE SET ( ID = 1, ADD ID = 999, ORIGIN = 1 );
      </programlisting>
--- 2864,2871 ----
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 2);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 2, WAIT ON=1);
       SUBSCRIBE SET (ID = 999, PROVIDER = 1, RECEIVER = 3);
       SYNC (ID=1);
!      WAIT FOR EVENT (ORIGIN = 1, CONFIRMED = 3, WAIT ON=1);
       MERGE SET ( ID = 1, ADD ID = 999, ORIGIN = 1 );
      </programlisting>



More information about the Slony1-commit mailing list