aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*