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 /share | |
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 'share')
-rw-r--r-- | share/man/man4/man4.vax/uda.4 | 4 | ||||
-rw-r--r-- | share/man/man4/options.4 | 4 | ||||
-rw-r--r-- | share/man/man8/ssl.8 | 2 | ||||
-rw-r--r-- | share/man/man8/sticky.8 | 4 | ||||
-rw-r--r-- | share/man/man9/shutdownhook_establish.9 | 2 | ||||
-rw-r--r-- | share/termtypes/termcap.5 | 4 |
6 files changed, 10 insertions, 10 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 . diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8 index f634336bd94..2a8b92f70d9 100644 --- a/share/man/man8/ssl.8 +++ b/share/man/man8/ssl.8 @@ -24,7 +24,7 @@ commonly used by the .Ar https protocol for encrypted web transactions. Due to patent issues in the United States, there are -problems with shipping a fully-functional implementation of these +problems with shipping a fully functional implementation of these protocols anywhere in the world, as such shipment would include shipping .Ar into the United States, thus causing problems. diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8 index 956af6c24c2..a83b8dd7861 100644 --- a/share/man/man8/sticky.8 +++ b/share/man/man8/sticky.8 @@ -57,8 +57,8 @@ will not be immediately discarded from swap space after execution. The kernel will hoard the text segment of the file for future reuse and avoid having to reload the program. Shareable text segments are normally placed -in a least-frequently-used cache after use, -and thus the `sticky bit' has little effect on commonly-used text images. +in a least-frequently used cache after use, +and thus the `sticky bit' has little effect on commonly used text images. .Pp Sharable executable files are created with the .Fl n diff --git a/share/man/man9/shutdownhook_establish.9 b/share/man/man9/shutdownhook_establish.9 index ba9ab139b14..948d8bd3b3b 100644 --- a/share/man/man9/shutdownhook_establish.9 +++ b/share/man/man9/shutdownhook_establish.9 @@ -73,7 +73,7 @@ integrity (because the system could be rebooting after a crash). .Sh RETURN VALUES If successful, .Fn shutdownhook_establish -returns an opaque pointer describing the newly-established +returns an opaque pointer describing the newly established shutdown hook. Otherwise, it returns NULL. .Sh EXAMPLES It may be appropriate to use a shutdown hook to diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index a8912073752..e1d60f82c0f 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)termcap.5 6.11 (Berkeley) 3/6/93 -.\" $Id: termcap.5,v 1.1 1998/12/07 18:23:36 millert Exp $ +.\" $Id: termcap.5,v 1.2 1999/05/12 13:26:50 aaron Exp $ .\" .Dd March 6, 1993 .Dt TERMCAP 5 @@ -734,7 +734,7 @@ that command can be given as .Sy \&nw (newline). It is permissible for this to clear the remainder of the current line, -so if the terminal has no correctly-working +so if the terminal has no correctly working .Tn \&CR and .Tn \&LF |