Changes

61 bytes added ,  12:13, 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): {GGS(.*)}(.*){P(.)S(.*)}    -> {GGS\1}\2{PGS\4}  // P joins group of alive G
+
SETPGID(G): {GGS(.*)}(.*){P(.)S(.*)}    -> {GGS\1}\2{PGS\4}
 +
            {P(.)S(.*)}(.*){GGS(.*)}    -> {PGS\2}\3{GGS\4}  // P joins group of alive G
 
</pre>
 
</pre>
    
[[Category: Plans]]
 
[[Category: Plans]]
 
[[Category: Thinkers]]
 
[[Category: Thinkers]]