aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-05 21:09:41 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-05 21:09:41 +0900
commit5b157997e29ee41dd9c94861dde38d148bca941d (patch)
treeb523277db1172e746a9c9082b028ac8339beaaac /process.c
parent7c8932365f043a4b6f44c55c432ceb6e028c1f2c (diff)
downloadruby-5b157997e29ee41dd9c94861dde38d148bca941d.tar.gz
[DOC] Fix up markup
Diffstat (limited to 'process.c')
-rw-r--r--process.c4
1 files changed, 2 insertions, 2 deletions
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.
*