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 | |
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')
-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 | ||||
-rw-r--r-- | src/lib/libc/stdlib/strtoul.3 | 4 | ||||
-rw-r--r-- | src/lib/libc/string/strlcpy.3 | 4 |
5 files changed, 10 insertions, 10 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 |
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3 index 991f811386..61269bc900 100644 --- a/src/lib/libc/stdlib/strtoul.3 +++ b/src/lib/libc/stdlib/strtoul.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $ | 36 | .\" $OpenBSD: strtoul.3,v 1.9 2002/04/30 16:31:42 mpech Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 25, 1992 | 38 | .Dd June 25, 1992 |
39 | .Dt STRTOUL 3 | 39 | .Dt STRTOUL 3 |
@@ -47,7 +47,7 @@ | |||
47 | .Fd #include <limits.h> | 47 | .Fd #include <limits.h> |
48 | .Ft unsigned long | 48 | .Ft unsigned long |
49 | .Fn strtoul "const char *nptr" "char **endptr" "int base" | 49 | .Fn strtoul "const char *nptr" "char **endptr" "int base" |
50 | 50 | .Pp | |
51 | .Fd #include <sys/types.h> | 51 | .Fd #include <sys/types.h> |
52 | .Fd #include <stdlib.h> | 52 | .Fd #include <stdlib.h> |
53 | .Fd #include <limits.h> | 53 | .Fd #include <limits.h> |
diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index 8bb1b3a1e2..b103588b96 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/lib/libc/string/strlcpy.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strlcpy.3,v 1.13 2001/06/18 22:29:59 millert Exp $ | 1 | .\" $OpenBSD: strlcpy.3,v 1.14 2002/04/30 16:31:42 mpech Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> | 3 | .\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -63,7 +63,7 @@ as long as there is at least one byte free in | |||
63 | Note that you should include a byte for the NUL in | 63 | Note that you should include a byte for the NUL in |
64 | .Fa size . | 64 | .Fa size . |
65 | Also note that | 65 | Also note that |
66 | .Fn strlcpy | 66 | .Fn strlcpy |
67 | and | 67 | and |
68 | .Fn strlcat | 68 | .Fn strlcat |
69 | only operate on true | 69 | only operate on true |