From 8f5eb99bbf1bec4523b83e3e4a83e8202ab7ce20 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 28 Nov 2023 11:00:43 -0600 Subject: [PATCH] Use line highlighting for SigCgt in race conditions post --- src/content/blog/race-conditions-in-signal-handlers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/blog/race-conditions-in-signal-handlers.md b/src/content/blog/race-conditions-in-signal-handlers.md index d401e44..0e53de1 100644 --- a/src/content/blog/race-conditions-in-signal-handlers.md +++ b/src/content/blog/race-conditions-in-signal-handlers.md @@ -130,7 +130,7 @@ and of course: _signal handlers_. See below, the contents of `/proc//status` for a process: -```proc title="/proc/100162/status" +```proc title="/proc/100162/status" {22} 1 │ Name: Isolated Web Co 2 │ Umask: 0002 3 │ State: S (sleeping) @@ -152,7 +152,7 @@ See below, the contents of `/proc//status` for a process: 38 │ ShdPnd: 0000000000000000 39 │ SigBlk: 0000000000000000 40 │ SigIgn: 0000000001011002 -41 │ SigCgt: 0000000f40800ef8 <--- Focus on this line. +41 │ SigCgt: 0000000f40800ef8 42 │ CapInh: 0000000000000000 43 │ CapPrm: 0000000000000000 ```