diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-12 13:26:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-12 13:26:54 +0000 |
commit | 2f0ae5298a5c0f026d9fcf8a395ca3bf9b702046 (patch) | |
tree | 29b9f7cdf0c99c9e0775a5cace052906d0f60378 /lib/libc/sys/ptrace.2 | |
parent | 751a8779a00a4ebc981ea786d9fea9e8f0517d8b (diff) |
grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly
i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
Diffstat (limited to 'lib/libc/sys/ptrace.2')
-rw-r--r-- | lib/libc/sys/ptrace.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 2596924be74..fbe4d2d351b 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.4 1999/02/01 08:13:01 d Exp $ +.\" $OpenBSD: ptrace.2,v 1.5 1999/05/12 13:26:48 aaron Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. @@ -155,7 +155,7 @@ arguments are ignored. This request requires that the target process must have the same real UID as the tracing process, and that it must not be executing a setuid or setgid executable. (If the tracing process is running as root, these restrictions do not apply.) The -tracing process will see the newly-traced process stop and may then +tracing process will see the newly traced process stop and may then control it as if it had been traced all along. .It Dv PT_DETACH This request is like PT_CONTINUE, except that it does not allow |