diff options
author | 1999-05-12 13:26:46 +0000 | |
---|---|---|
committer | 1999-05-12 13:26:46 +0000 | |
commit | 892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch) | |
tree | a34d7acad0c105c0435069758dbb89390647eef6 /lib/libc/sys/mlock.2 | |
parent | efault -> default; steve@tightrope.demon.co.uk (diff) | |
download | wireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.tar.xz wireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.zip |
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/mlock.2')
-rw-r--r-- | lib/libc/sys/mlock.2 | 4 |
1 files changed, 2 insertions, 2 deletions
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. |