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: SIGRAP -> SIGTRAP



details:   https://anonhg.NetBSD.org/src/rev/09fe65ebb1e5
branches:  trunk
changeset: 842537:09fe65ebb1e5
user:      mgorny <mgorny%NetBSD.org@localhost>
date:      Wed Jul 10 19:03:47 2019 +0000

description:
Fix typo: SIGRAP -> SIGTRAP

diffstat:

 lib/libc/sys/ptrace.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1342797275ef -r 09fe65ebb1e5 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Wed Jul 10 17:55:33 2019 +0000
+++ b/lib/libc/sys/ptrace.2     Wed Jul 10 19:03:47 2019 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index