diff options
author | 1999-05-12 13:26:46 +0000 | |
---|---|---|
committer | 1999-05-12 13:26:46 +0000 | |
commit | 892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch) | |
tree | a34d7acad0c105c0435069758dbb89390647eef6 /share/man/man4 | |
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 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.vax/uda.4 | 4 | ||||
-rw-r--r-- | share/man/man4/options.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index 062a9d0a29b..2980380f6ea 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uda.4,v 1.2 1996/03/29 10:17:33 niklas Exp $ +.\" $OpenBSD: uda.4,v 1.3 1999/05/12 13:26:50 aaron Exp $ .\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -439,7 +439,7 @@ but the response has an invalid (zero) command reference number. You turned on .Dv AVOID_EMULEX_BUG , and the driver successfully -avoided the bug. The number of correctly-handled requests is +avoided the bug. The number of correctly handled requests is reported, along with the expected and actual values relating to the bug being avoided. .Pp diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index aceb2f53e1d..a459c07bd7a 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.28 1999/03/15 15:38:16 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.29 1999/05/12 13:26:50 aaron Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -57,7 +57,7 @@ On those architectures that support it, this enables binary compatibility with .At V.4 binaries built for the same architecture. This currently includes -the sparc and i386. Possibly the most widely-known operating system +the sparc and i386. Possibly the most widely known operating system based on this binary architecture is Sun's Solaris 2.x. See .Xr compat_svr4 8 . |