diff --git a/level102/system_calls_and_signals/intro/index.html b/level102/system_calls_and_signals/intro/index.html index db2a117..89e41e8 100644 --- a/level102/system_calls_and_signals/intro/index.html +++ b/level102/system_calls_and_signals/intro/index.html @@ -1925,20 +1925,20 @@

The course does not discuss any other interrupts or interrupt handling apart from signals. The course will not deep dive into signal handler and GNU C library.

Course Contents