diff options
author | mpech <> | 2002-04-30 16:31:42 +0000 |
---|---|---|
committer | mpech <> | 2002-04-30 16:31:42 +0000 |
commit | 735441d3d93924dacae18f55adaa1568893e6b65 (patch) | |
tree | 189d582d0ea158296c42182c0a16c4b8c12a8f5f /src/lib/libc/net | |
parent | 4085f6946e56aed5f42a339b220dde56d3365a01 (diff) | |
download | openbsd-735441d3d93924dacae18f55adaa1568893e6b65.tar.gz openbsd-735441d3d93924dacae18f55adaa1568893e6b65.tar.bz2 openbsd-735441d3d93924dacae18f55adaa1568893e6b65.zip |
Initial cleanup:
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
Diffstat (limited to 'src/lib/libc/net')
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/gethostbyname.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/net/getrrsetbyname.3 | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index f9fbe96feb..5c4be16732 100644 --- a/src/lib/libc/net/getaddrinfo.3 +++ b/src/lib/libc/net/getaddrinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getaddrinfo.3,v 1.19 2001/08/06 10:42:26 mpech Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.20 2002/04/30 16:31:42 mpech Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ | 2 | .\" $KAME: getaddrinfo.3,v 1.29 2001/02/12 09:24:45 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 4 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
@@ -258,7 +258,7 @@ Here are pitfall cases you may encounter: | |||
258 | .Bl -bullet | 258 | .Bl -bullet |
259 | .It | 259 | .It |
260 | .Fn getaddrinfo | 260 | .Fn getaddrinfo |
261 | will raise an error if members of the | 261 | will raise an error if members of the |
262 | .Fa hints | 262 | .Fa hints |
263 | structure are not consistent. | 263 | structure are not consistent. |
264 | For example, for internet address families, | 264 | For example, for internet address families, |
diff --git a/src/lib/libc/net/gethostbyname.3 b/src/lib/libc/net/gethostbyname.3 index 94a848eecc..d90ea55542 100644 --- a/src/lib/libc/net/gethostbyname.3 +++ b/src/lib/libc/net/gethostbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: gethostbyname.3,v 1.16 2000/12/24 00:30:56 aaron Exp $ | 1 | .\" $OpenBSD: gethostbyname.3,v 1.17 2002/04/30 16:31:42 mpech Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1983, 1987, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1987, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -222,7 +222,7 @@ for example, a mail-forwarder may be registered for this domain. | |||
222 | .Xr resolv.conf 5 , | 222 | .Xr resolv.conf 5 , |
223 | .Xr hostname 7 , | 223 | .Xr hostname 7 , |
224 | .Xr named 8 | 224 | .Xr named 8 |
225 | .Sh CAVEAT | 225 | .Sh CAVEATS |
226 | If the search routines in | 226 | If the search routines in |
227 | .Xr resolv.conf 5 | 227 | .Xr resolv.conf 5 |
228 | decide to read the | 228 | decide to read the |
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3 index 1cec0c726b..25bb539f71 100644 --- a/src/lib/libc/net/getrrsetbyname.3 +++ b/src/lib/libc/net/getrrsetbyname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getrrsetbyname.3,v 1.4 2001/08/08 16:28:43 jakob Exp $ | 1 | .\" $OpenBSD: getrrsetbyname.3,v 1.5 2002/04/30 16:31:42 mpech Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. | 3 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. |
4 | .\" | 4 | .\" |
@@ -70,7 +70,7 @@ Properties of the rdataset are represented in the | |||
70 | bitfield. If the | 70 | bitfield. If the |
71 | .Dv RRSET_VALIDATED | 71 | .Dv RRSET_VALIDATED |
72 | bit is set, the data has been DNSSEC | 72 | bit is set, the data has been DNSSEC |
73 | validated and the signatures verified. | 73 | validated and the signatures verified. |
74 | .Pp | 74 | .Pp |
75 | The following structures are used: | 75 | The following structures are used: |
76 | .Bd -literal -offset | 76 | .Bd -literal -offset |