Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Fix typo in previous (ptrace(2))
details: https://anonhg.NetBSD.org/src/rev/f4b52bc9f59f
branches: trunk
changeset: 822798:f4b52bc9f59f
user: kamil <kamil%NetBSD.org@localhost>
date: Sat Apr 08 00:58:35 2017 +0000
description:
Fix typo in previous (ptrace(2))
diffstat:
lib/libc/sys/ptrace.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4c11367b4b57 -r f4b52bc9f59f lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2 Sat Apr 08 00:56:38 2017 +0000
+++ b/lib/libc/sys/ptrace.2 Sat Apr 08 00:58:35 2017 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index