Module Name:    src
Committed By:   wiz
Date:           Sat Jan 14 14:33:18 UTC 2017

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

Log Message:
Wording, macro use.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/lib/libc/sys/ptrace.2:1.55
--- src/lib/libc/sys/ptrace.2:1.54	Sat Jan 14 07:17:38 2017
+++ src/lib/libc/sys/ptrace.2	Sat Jan 14 14:33:18 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ptrace.2,v 1.54 2017/01/14 07:17:38 kamil Exp $
+.\"	$NetBSD: ptrace.2,v 1.55 2017/01/14 14:33:18 wiz Exp $
 .\"
 .\" This file is in the public domain.
 .Dd January 14, 2016
@@ -413,7 +413,7 @@ is generated twice,
 first for the parent and second for the child.
 The
 .Dv PTRACE_VFORK
-is the same like
+event is the same as
 .Dv PTRACE_FORK ,
 but the parent blocks after giving birth to the child.
 The
@@ -723,4 +723,4 @@ should be able to sidestep this.
 .Pp
 .Dv PTRACE_VFORK
 is currently unimplemented and it will return
-.Dv ENOTSUP .
+.Er ENOTSUP .

Reply via email to