diff options
author | jaredy <> | 2005-07-22 04:50:51 +0000 |
---|---|---|
committer | jaredy <> | 2005-07-22 04:50:51 +0000 |
commit | 3553ae132550867ea92f1c819130713a94c9aa57 (patch) | |
tree | 0fcccaffb7fe67c8d9c1f46e9831c994ceadc81a /src/lib/libc/net/resolver.3 | |
parent | fca3e187a867f51bfd0b46cc4d3f49175ffddef6 (diff) | |
download | openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.gz openbsd-3553ae132550867ea92f1c819130713a94c9aa57.tar.bz2 openbsd-3553ae132550867ea92f1c819130713a94c9aa57.zip |
- sync prototypes and header file excerpts
- typos/spelling, punctuation, rewording, macro, and layout fixes.
help & ok jmc
Diffstat (limited to 'src/lib/libc/net/resolver.3')
-rw-r--r-- | src/lib/libc/net/resolver.3 | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index d1eb2298ae..c9532e9c94 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.19 2005/04/05 22:14:20 fgsch Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.20 2005/07/22 04:50:51 jaredy 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. |
@@ -49,7 +49,7 @@ | |||
49 | .Fa "const char *dname" | 49 | .Fa "const char *dname" |
50 | .Fa "int class" | 50 | .Fa "int class" |
51 | .Fa "int type" | 51 | .Fa "int type" |
52 | .Fa "u_char *answer" | 52 | .Fa "unsigned char *answer" |
53 | .Fa "int anslen" | 53 | .Fa "int anslen" |
54 | .Fc | 54 | .Fc |
55 | .Ft int | 55 | .Ft int |
@@ -57,7 +57,7 @@ | |||
57 | .Fa "const char *dname" | 57 | .Fa "const char *dname" |
58 | .Fa "int class" | 58 | .Fa "int class" |
59 | .Fa "int type" | 59 | .Fa "int type" |
60 | .Fa "u_char *answer" | 60 | .Fa "unsigned char *answer" |
61 | .Fa "int anslen" | 61 | .Fa "int anslen" |
62 | .Fc | 62 | .Fc |
63 | .Ft int | 63 | .Ft int |
@@ -66,17 +66,17 @@ | |||
66 | .Fa "const char *dname" | 66 | .Fa "const char *dname" |
67 | .Fa "int class" | 67 | .Fa "int class" |
68 | .Fa "int type" | 68 | .Fa "int type" |
69 | .Fa "const u_char *data" | 69 | .Fa "const unsigned char *data" |
70 | .Fa "int datalen" | 70 | .Fa "int datalen" |
71 | .Fa "const u_char *newrr" | 71 | .Fa "const unsigned char *newrr" |
72 | .Fa "u_char *buf" | 72 | .Fa "unsigned char *buf" |
73 | .Fa "int buflen" | 73 | .Fa "int buflen" |
74 | .Fc | 74 | .Fc |
75 | .Ft int | 75 | .Ft int |
76 | .Fo res_send | 76 | .Fo res_send |
77 | .Fa "const u_char *msg" | 77 | .Fa "const unsigned char *msg" |
78 | .Fa "int msglen" | 78 | .Fa "int msglen" |
79 | .Fa "u_char *answer" | 79 | .Fa "unsigned char *answer" |
80 | .Fa "int anslen" | 80 | .Fa "int anslen" |
81 | .Fc | 81 | .Fc |
82 | .Ft int | 82 | .Ft int |
@@ -84,16 +84,16 @@ | |||
84 | .Ft int | 84 | .Ft int |
85 | .Fo dn_comp | 85 | .Fo dn_comp |
86 | .Fa "const char *exp_dn" | 86 | .Fa "const char *exp_dn" |
87 | .Fa "u_char *comp_dn" | 87 | .Fa "unsigned char *comp_dn" |
88 | .Fa "int length" | 88 | .Fa "int length" |
89 | .Fa "u_char **dnptrs" | 89 | .Fa "unsigned char **dnptrs" |
90 | .Fa "u_char **lastdnptr" | 90 | .Fa "unsigned char **lastdnptr" |
91 | .Fc | 91 | .Fc |
92 | .Ft int | 92 | .Ft int |
93 | .Fo dn_expand | 93 | .Fo dn_expand |
94 | .Fa "const u_char *msg" | 94 | .Fa "const unsigned char *msg" |
95 | .Fa "const u_char *eomorig" | 95 | .Fa "const unsigned char *eomorig" |
96 | .Fa "const u_char *comp_dn" | 96 | .Fa "const unsigned char *comp_dn" |
97 | .Fa "char *exp_dn" | 97 | .Fa "char *exp_dn" |
98 | .Fa "int length" | 98 | .Fa "int length" |
99 | .Fc | 99 | .Fc |
@@ -237,7 +237,7 @@ and | |||
237 | .Fa type | 237 | .Fa type |
238 | fields | 238 | fields |
239 | are defined in | 239 | are defined in |
240 | .Aq Pa arpa/nameserv.h . | 240 | .Aq Pa arpa/nameser.h . |
241 | .Pp | 241 | .Pp |
242 | The | 242 | The |
243 | .Fn res_search | 243 | .Fn res_search |
@@ -304,7 +304,7 @@ A side effect of | |||
304 | is to update the list of pointers for labels inserted into the message | 304 | is to update the list of pointers for labels inserted into the message |
305 | as the name is compressed. | 305 | as the name is compressed. |
306 | If | 306 | If |
307 | .Em dnptr | 307 | .Fa dnptrs |
308 | is | 308 | is |
309 | .Dv NULL , | 309 | .Dv NULL , |
310 | names are not compressed. | 310 | names are not compressed. |