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 xref.



details:   https://anonhg.NetBSD.org/src/rev/8627e6f6a576
branches:  trunk
changeset: 455155:8627e6f6a576
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 09 14:20:47 2019 +0000

description:
Fix xref.

diffstat:

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

diffs (18 lines):

diff -r 6f0c5b72f7de -r 8627e6f6a576 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2     Wed Oct 09 14:15:40 2019 +0000
+++ b/lib/libc/sys/ptrace.2     Wed Oct 09 14:20:47 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ptrace.2,v 1.81 2019/10/09 13:42:37 kamil Exp $
+.\"    $NetBSD: ptrace.2,v 1.82 2019/10/09 14:20:47 wiz Exp $
 .\"
 .\" This file is in the public domain.
 .Dd October 9, 2019
@@ -263,7 +263,7 @@
 arguments are ignored.
 .It Dv PT_STOP
 The traced process stops, as if
-.Xr kill
+.Xr kill 2
 has been used with
 .Dv SIGSTOP
 given as the signal to be delivered.



Home | Main Index | Thread Index | Old Index