Module Name: src
Committed By: mgorny
Date: Thu Jul 11 03:30:01 UTC 2019
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Fix thinko: syscalls -> signals
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 src/lib/libc/sys/ptrace.2:1.79
--- src/lib/libc/sys/ptrace.2:1.78 Wed Jul 10 19:51:14 2019
+++ src/lib/libc/sys/ptrace.2 Thu Jul 11 03:30:01 2019
@@ -1,7 +1,7 @@
-.\" $NetBSD: ptrace.2,v 1.78 2019/07/10 19:51:14 mgorny Exp $
+.\" $NetBSD: ptrace.2,v 1.79 2019/07/11 03:30:01 mgorny Exp $
.\"
.\" This file is in the public domain.
-.Dd July 10, 2019
+.Dd July 11, 2019
.Dt PTRACE 2
.Os
.Sh NAME
@@ -640,7 +640,7 @@ specifies the LWP ID of the thread to be
The execution does not continue until
.Dv PT_CONTINUE
is issued.
-This request permits combining single-stepping with sending syscalls and
+This request permits combining single-stepping with sending signals and
.Dv PT_SYSCALL .
.It Dv PT_CLEARSTEP
This request will turn off single stepping of the specified thread.