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/man/man8 | |
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/man/man8')
-rw-r--r-- | share/man/man8/ssl.8 | 2 | ||||
-rw-r--r-- | share/man/man8/sticky.8 | 4 |
2 files changed, 3 insertions, 3 deletions
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 |