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 /lib/libc/net | |
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 'lib/libc/net')
-rw-r--r-- | lib/libc/net/resolver.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index 389906d8a30..6545132d500 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.6 1999/02/27 21:55:34 deraadt Exp $ +.\" $OpenBSD: resolver.3,v 1.7 1999/05/12 13:26:47 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -212,7 +212,7 @@ The query requests information of the specified .Fa type and .Fa class -for the specified fully-qualified domain name +for the specified fully qualified domain name .Fa dname . The reply message is left in the .Fa answer @@ -281,7 +281,7 @@ is given by The compression uses an array of pointers .Fa dnptrs -to previously-compressed names in the current message. +to previously compressed names in the current message. The first pointer points to the beginning of the message and the list ends with .Dv NULL . |