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 | |
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')
-rw-r--r-- | lib/libc/sys/_exit.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/mlock.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/ptrace.2 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 0f695e1bf76..5e188e786af 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.3 1998/07/06 18:27:00 deraadt Exp $ +.\" $OpenBSD: _exit.2,v 1.4 1999/05/12 13:26:48 aaron Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -84,7 +84,7 @@ the .Dv SIGHUP signal and the .Dv SIGCONT -signal are sent to all members of the newly-orphaned process group. +signal are sent to all members of the newly orphaned process group. .It If the process is a controlling process (see .Xr intro 2 ) , diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index b60b1d50d9e..cf91232275e 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mlock.2,v 1.6 1999/02/27 21:56:32 deraadt Exp $ +.\" $OpenBSD: mlock.2,v 1.7 1999/05/12 13:26:48 aaron Exp $ .\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -82,7 +82,7 @@ The physical pages remain in memory until all locked mappings for the pages are removed. Multiple processes may have the same physical pages locked via their own virtual address mappings. -A single process may likewise have pages multiply-locked via different virtual +A single process may likewise have pages multiply locked via different virtual mappings of the same pages or via nested .Nm mlock calls on the same address range. 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 |