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/man4/options.4 | |
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/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 4 |
1 files changed, 2 insertions, 2 deletions
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 . |