Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Be consistent in using process' (vs process's).
details: https://anonhg.NetBSD.org/src/rev/53eafdcfff32
branches: trunk
changeset: 349698:53eafdcfff32
user: abhinav <abhinav%NetBSD.org@localhost>
date: Mon Dec 19 07:17:45 2016 +0000
description:
Be consistent in using process' (vs process's).
diffstat:
lib/libc/sys/ptrace.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 85e1eb990972 -r 53eafdcfff32 lib/libc/sys/ptrace.2
--- a/lib/libc/sys/ptrace.2 Mon Dec 19 06:45:29 2016 +0000
+++ b/lib/libc/sys/ptrace.2 Mon Dec 19 07:17:45 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ptrace.2,v 1.44 2016/12/15 15:03:17 kamil Exp $
+.\" $NetBSD: ptrace.2,v 1.45 2016/12/19 07:17:45 abhinav Exp $
.\"
.\" This file is in the public domain.
.Dd November 1, 2016
@@ -143,8 +143,8 @@
.Xr init 8 .
Third, if a process has its root directory set with
.Xr chroot 2 ,
-it may not trace another process unless that process's root directory
-is at or below the tracing process's root.
+it may not trace another process unless that process' root directory
+is at or below the tracing process' root.
.It Dv PT_DETACH
This request is like PT_CONTINUE, except that after it
succeeds, the traced process is no longer traced and continues
Home |
Main Index |
Thread Index |
Old Index