This commit is contained in:
Nobuyoshi Nakada 2023-09-05 21:09:41 +09:00
Родитель 7c8932365f
Коммит 5b157997e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3582D74E1FEE4465
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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