summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraaron <>1999-05-12 13:26:47 +0000
committeraaron <>1999-05-12 13:26:47 +0000
commitaced43bdde8fb02544d3444f6f24ce03dfda7989 (patch)
treee8c386b58444f28bca850dfeb4f51aee5a0ffbf0 /src
parent8fac8bd593ddef51bb74c1793bf51d0f2896f47c (diff)
downloadopenbsd-aced43bdde8fb02544d3444f6f24ce03dfda7989.tar.gz
openbsd-aced43bdde8fb02544d3444f6f24ce03dfda7989.tar.bz2
openbsd-aced43bdde8fb02544d3444f6f24ce03dfda7989.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 'src')
-rw-r--r--src/lib/libc/net/resolver.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3
index 389906d8a3..6545132d50 100644
--- a/src/lib/libc/net/resolver.3
+++ b/src/lib/libc/net/resolver.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: resolver.3,v 1.6 1999/02/27 21:55:34 deraadt Exp $ 1.\" $OpenBSD: resolver.3,v 1.7 1999/05/12 13:26:47 aaron Exp $
2.\" 2.\"
3.\" Copyright (c) 1985, 1991, 1993 3.\" Copyright (c) 1985, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -212,7 +212,7 @@ The query requests information of the specified
212.Fa type 212.Fa type
213and 213and
214.Fa class 214.Fa class
215for the specified fully-qualified domain name 215for the specified fully qualified domain name
216.Fa dname . 216.Fa dname .
217The reply message is left in the 217The reply message is left in the
218.Fa answer 218.Fa answer
@@ -281,7 +281,7 @@ is given by
281The compression uses 281The compression uses
282an array of pointers 282an array of pointers
283.Fa dnptrs 283.Fa dnptrs
284to previously-compressed names in the current message. 284to previously compressed names in the current message.
285The first pointer points 285The first pointer points
286to the beginning of the message and the list ends with 286to the beginning of the message and the list ends with
287.Dv NULL . 287.Dv NULL .