Module Name: src
Committed By: kamil
Date: Sat Apr 8 00:58:35 UTC 2017
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Fix typo in previous (ptrace(2))
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 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.65 src/lib/libc/sys/ptrace.2:1.66
--- src/lib/libc/sys/ptrace.2:1.65 Sat Apr 8 00:56:38 2017
+++ src/lib/libc/sys/ptrace.2 Sat Apr 8 00:58:35 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.65 2017/04/08 00:56:38 kamil Exp $
+.\" $NetBSD: ptrace.2,v 1.66 2017/04/08 00:58:35 kamil Exp $
.\"
.\" This file is in the public domain.
.Dd April 7, 2017
@@ -410,7 +410,7 @@ Otherwise this operation is the same as
Intercept and ignore a system call before it has been executed, for use with
.Dv PT_SYSCALL .
This operation shall be called for syscall entry trap from
-.Dv PT_STSCALL .
+.Dv PT_SYSCALL .
To resume execution after intercepting the system call,
another
.Dv PT_SYSCALL