close an ul tag

This commit is contained in:
Solène Rapenne 2023-09-13 12:11:45 +02:00
parent 8ebb17e68d
commit a3cd5a4c4c
Signed by: solene
GPG Key ID: 8CD42DFD57F0A909
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
<li><code>U</code> shows the process has called unveil() and can't unveil() new paths/files anymore</li>
<li><code>u</code> 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!</li>
<li><code>X</code> will remind you that you are currently tracing/debugging the process, in case you forgot</li>
</ul>
<p>Of course, there are many other states, I encourage you to read <code>ps(1)</code> man page to know about all the features it provides.</p>
</article>