diff --git a/Readme.md b/Readme.md
index 92f6cfeeea8a1ca903168a8965f890915e1cfc6a..a0c70a1b8f1b52c41aaccae3ee4b1c219aa44641 100644
--- a/Readme.md
+++ b/Readme.md
@@ -582,7 +582,8 @@ int main(){
 ```
 <!-- /include -->
 
-# RAID
+# other
+## RAID
 * RAID 0 : Daten werden ¨uber mehrere Platten gespeichert
   keinerlei Datensicherung: Ausfall einer Platte l¨asst Gesamtsystem ausfallen
 * RAID 1 : Daten werden auf zwei Platten gleichzeitig gespeichert
@@ -593,3 +594,7 @@ int main(){
   Nachteil: Paritätsplatte hoch belastet
 * RAID 5 : Paritätsblock wird über alle Platten verstreut
 * RAID 6 : doppelte Paritätsblöcke
+
+## deadlock
+
+## fether- / light- / heavy- weight threads/processeses
diff --git a/Zettel.html b/Zettel.html
index 1cf135ea134e80727219277a5901e1a634a642f6..855c8f16e3f6f383363585394e50acc3adceb96f 100644
--- a/Zettel.html
+++ b/Zettel.html
@@ -542,7 +542,8 @@ accept</p>
 }
 </code></pre>
 <p>&lt;!-- /include --&gt;</p>
-<h1>RAID</h1>
+<h1>other</h1>
+<h2>RAID</h2>
 <ul>
 <li>RAID 0 : Daten werden ¨uber mehrere Platten gespeichert
 keinerlei Datensicherung: Ausfall einer Platte l¨asst Gesamtsystem ausfallen</li>
@@ -555,3 +556,5 @@ Nachteil: Paritätsplatte hoch belastet</li>
 <li>RAID 5 : Paritätsblock wird über alle Platten verstreut</li>
 <li>RAID 6 : doppelte Paritätsblöcke</li>
 </ul>
+<h2>deadlock</h2>
+<h2>fether- / light- / heavy- weight threads/processeses</h2>
diff --git a/Zettel.md b/Zettel.md
index 14eb96eced2f3291c9479bd1aa639930a9763790..80567c24a634d0c42df8e83eb35387601f0e9b9a 100644
--- a/Zettel.md
+++ b/Zettel.md
@@ -63,7 +63,8 @@ strncmp
 
 !include(strtoulSave.c lang=c)
 
-# RAID
+# other
+## RAID
 * RAID 0 : Daten werden ¨uber mehrere Platten gespeichert
 keinerlei Datensicherung: Ausfall einer Platte l¨asst Gesamtsystem ausfallen
 * RAID 1 : Daten werden auf zwei Platten gleichzeitig gespeichert
@@ -74,3 +75,7 @@ eine Platte kann ausfallen, prinzipiell beliebige Plattenanzahl (ab 3)
 Nachteil: Paritätsplatte hoch belastet
 * RAID 5 : Paritätsblock wird über alle Platten verstreut
 * RAID 6 : doppelte Paritätsblöcke
+
+## deadlock
+
+## fether- / light- / heavy- weight threads/processeses
\ No newline at end of file