Module Name:    src
Committed By:   mgorny
Date:           Wed Jul 10 19:03:47 UTC 2019

Modified Files:
        src/lib/libc/sys: ptrace.2

Log Message:
Fix typo: SIGRAP -> SIGTRAP


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 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.76 src/lib/libc/sys/ptrace.2:1.77
--- src/lib/libc/sys/ptrace.2:1.76	Wed Jun 26 13:31:48 2019
+++ src/lib/libc/sys/ptrace.2	Wed Jul 10 19:03:47 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ptrace.2,v 1.76 2019/06/26 13:31:48 wiz Exp $
+.\"	$NetBSD: ptrace.2,v 1.77 2019/07/10 19:03:47 mgorny Exp $
 .\"
 .\" This file is in the public domain.
 .Dd June 26, 2019
@@ -475,7 +475,7 @@ without pending on its termination or
 operation.
 If enabled,
 the child is also traced by the debugger and
-.Dv SIGRAP
+.Dv SIGTRAP
 is generated twice,
 first for the parent and second for the child.
 The

Reply via email to