From 5b157997e29ee41dd9c94861dde38d148bca941d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 5 Sep 2023 21:09:41 +0900 Subject: [DOC] Fix up markup --- process.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'process.c') diff --git a/process.c b/process.c index 20f2f89de2..1360d57573 100644 --- a/process.c +++ b/process.c @@ -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. * -- cgit v1.2.3