Module Name: src
Committed By: wiz
Date: Thu May 14 13:40:49 UTC 2020
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/lib/libc/sys/ptrace.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/ptrace.2
diff -u src/lib/libc/sys/ptrace.2:1.84 src/lib/libc/sys/ptrace.2:1.85
--- src/lib/libc/sys/ptrace.2:1.84 Thu May 14 13:32:15 2020
+++ src/lib/libc/sys/ptrace.2 Thu May 14 13:40:49 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.84 2020/05/14 13:32:15 kamil Exp $
+.\" $NetBSD: ptrace.2,v 1.85 2020/05/14 13:40:49 wiz Exp $
.\"
.\" This file is in the public domain.
.Dd May 14, 2020
@@ -633,9 +633,12 @@ The
argument should be set to
.Li sizeof(sigset_t) .
.Pp
-It is not permitted to mask SIGSTOP and SIGKILL.
+It is not permitted to mask
+.Dv SIGSTOP
+and
+.Dv SIGKILL .
All debugger related signals
-(SIGTRAP, SIGILL, SIGSEGV, SIGBUS, SIGFPE)
+.Dv ( SIGTRAP , SIGILL , SIGSEGV , SIGBUS , SIGFPE )
are reported to the tracer without interruption,
unless they were emitted by a non-crash source.
.It Dv PT_GET_SIGPASS