[DOC] Fix up markup

This commit is contained in:
Nobuyoshi Nakada 2023-09-05 21:09:41 +09:00
parent 7c8932365f
commit 5b157997e2
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -8716,8 +8716,8 @@ get_PROCESS_ID(ID _x, VALUE *_y)
* - +SIGPWR+: Power supply failure. * - +SIGPWR+: Power supply failure.
* - +SIGSYS+, +SIGUNUSED+: Bad system call. * - +SIGSYS+, +SIGUNUSED+: Bad system call.
* *
* Use `Signal.list` to see which signals are supported, and the * Use Signal.list to see which signals are supported, and the actual
* actual values. * values.
* *
* Additionally, signal +0+ is useful to determine if the process exists. * Additionally, signal +0+ is useful to determine if the process exists.
* *