Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Wording, macro use.
details: https://anonhg.NetBSD.org/src/rev/4c75f6b89b08
branches: trunk
changeset: 350605:4c75f6b89b08
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 14 14:33:18 2017 +0000
description:
Wording, macro use.
diffstat:
lib/libc/sys/ptrace.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 598581efac7d -r 4c75f6b89b08 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2 Sat Jan 14 12:45:28 2017 +0000
+++ b/lib/libc/sys/ptrace.2 Sat Jan 14 14:33:18 2017 +0000
@@ -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 @@
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 @@
.Pp
.Dv PTRACE_VFORK
is currently unimplemented and it will return
-.Dv ENOTSUP .
+.Er ENOTSUP .
Home |
Main Index |
Thread Index |
Old Index