mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-07 01:16:59 -06:00
Use underscore italic notation, remove unfinished sentence
This commit is contained in:
@@ -113,7 +113,7 @@ there's a way to check whether signal handlers have been provided or a process.
|
|||||||
|
|
||||||
On Unix systems (which is the only place you're going to find Unix signals), there's a special pseudo-filesystem that
|
On Unix systems (which is the only place you're going to find Unix signals), there's a special pseudo-filesystem that
|
||||||
provides intimate details on a process. This includes things like the process's name, state, PID, memory usage, threads,
|
provides intimate details on a process. This includes things like the process's name, state, PID, memory usage, threads,
|
||||||
and of course: *signal handlers*.
|
and of course: _signal handlers_.
|
||||||
|
|
||||||
See below, the contents of `/proc/<pid>/status` for a process:
|
See below, the contents of `/proc/<pid>/status` for a process:
|
||||||
|
|
||||||
@@ -178,8 +178,6 @@ If the result is non-zero, the bit is set. If the result is zero, the bit is not
|
|||||||
|
|
||||||
By simply polling the process's signal handlers, we can wait for the signal handler to be registered before sending the `SIGUSR1` signal.
|
By simply polling the process's signal handlers, we can wait for the signal handler to be registered before sending the `SIGUSR1` signal.
|
||||||
|
|
||||||
Signal handlers are typically registered quickly, and they're
|
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
|
|
||||||
Credit to [Eryk Sun][python-discuss-solution] for explaining the issue and providing an immaculate solution to signal
|
Credit to [Eryk Sun][python-discuss-solution] for explaining the issue and providing an immaculate solution to signal
|
||||||
|
|||||||
Reference in New Issue
Block a user