Module Name: src
Committed By: wiz
Date: Wed Jun 12 10:09:26 UTC 2019
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Use Xr.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/lib/libc/sys/ptrace.2:1.72
--- src/lib/libc/sys/ptrace.2:1.71 Tue Jun 11 23:27:46 2019
+++ src/lib/libc/sys/ptrace.2 Wed Jun 12 10:09:26 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.71 2019/06/11 23:27:46 kamil Exp $
+.\" $NetBSD: ptrace.2,v 1.72 2019/06/12 10:09:26 wiz Exp $
.\"
.\" This file is in the public domain.
.Dd June 12, 2019
@@ -459,7 +459,8 @@ Report thread birth.
.It PTRACE_LWP_EXIT
Report thread termination.
.It PTRACE_POSIX_SPAWN
-Report posix_spawn(3).
+Report
+.Xr posix_spawn 3 .
.El
.Pp
The