From 191e6668a940ed06a8eff268346aa87a85740795 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Tue, 9 Mar 2021 00:01:40 -0800 Subject: [PATCH] Corrected minor typo. --- data/notes/unix_misc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/notes/unix_misc.md b/data/notes/unix_misc.md index f4af328..9e799ed 100644 --- a/data/notes/unix_misc.md +++ b/data/notes/unix_misc.md @@ -96,7 +96,7 @@ This note explains how to determine the Process ID (PID) corresponding to a program running in an X11 window, even if the program has locked up. I occasionally find myself needing to kill an X11 program like my terminal -emulator (`st`) after it locks up, only to be greeted by list of almost +emulator (`st`) after it locks up, only to be greeted by a list of almost indistinguishable processes. % ps aux | grep st -- 2.20.1