Module Name: src
Committed By: wiz
Date: Thu Feb 23 08:11:09 UTC 2017
Modified Files:
src/lib/libc/sys: ptrace.2
Log Message:
Formatting fix.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 src/lib/libc/sys/ptrace.2:1.62
--- src/lib/libc/sys/ptrace.2:1.61 Thu Feb 23 05:48:14 2017
+++ src/lib/libc/sys/ptrace.2 Thu Feb 23 08:11:09 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.61 2017/02/23 05:48:14 kamil Exp $
+.\" $NetBSD: ptrace.2,v 1.62 2017/02/23 08:11:09 wiz Exp $
.\"
.\" This file is in the public domain.
.Dd February 23, 2017
@@ -109,10 +109,9 @@ the details of the process state associa
Design choices for Debug Register accessors
.Bl -dash
.It
-.Dv exec()
-(
-.Dv TRAP_EXEC
-event ) must remove debug registers from LWP
+.Fn exec
+.Dv ( TRAP_EXEC
+event) must remove debug registers from LWP
.It
debug registers are only per-LWP, not per-process globally
.It