From a3cd5a4c4c81759b67755e6305c1d6c4a739d8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Wed, 13 Sep 2023 12:11:45 +0200 Subject: [PATCH] close an ul tag --- issues/issue-14/10_en.html | 1 + 1 file changed, 1 insertion(+) diff --git a/issues/issue-14/10_en.html b/issues/issue-14/10_en.html index fd2996a..70e301e 100644 --- a/issues/issue-14/10_en.html +++ b/issues/issue-14/10_en.html @@ -68,6 +68,7 @@
  • U shows the process has called unveil() and can't unveil() new paths/files anymore
  • u shows the process has called unveil() but it's not locked. It's most likely an issue with how unveil() has been added in the program!
  • X will remind you that you are currently tracing/debugging the process, in case you forgot
  • +

    Of course, there are many other states, I encourage you to read ps(1) man page to know about all the features it provides.