Changes

2 bytes removed ,  10:41, 12 September 2016
Line 38: Line 38:  
SETSID:    {S(.)(.)(.*)}                -> {S\1S\3}          // S becomes a new session leader
 
SETSID:    {S(.)(.)(.*)}                -> {S\1S\3}          // S becomes a new session leader
 
SETPGID(0): {P(.)(.)(.*)}                -> {PP\2\3}          // P becomes a new group leader
 
SETPGID(0): {P(.)(.)(.*)}                -> {PP\2\3}          // P becomes a new group leader
SETPGID(G): {GG(.)(.*)}(.*){P(.)(.)(.*)} -> {GG\1\2}\3{PG\4\6} // P joins session of alive G
+
SETPGID(G): {GGS(.*)}(.*){P(.)S(.*)}     -> {GGS\1}\2{PGS\4}   // P joins group of alive G
 
</pre>
 
</pre>
    
[[Category: Plans]]
 
[[Category: Plans]]
 
[[Category: Thinkers]]
 
[[Category: Thinkers]]