diff options
author | aaron <> | 2000-04-18 03:01:33 +0000 |
---|---|---|
committer | aaron <> | 2000-04-18 03:01:33 +0000 |
commit | 6e79b911ce0057b5b91d0f9cedd766e0163fb043 (patch) | |
tree | 9478c878ca3f3846100f116eeb1bed16f321f335 /src/lib/libc/net/getnameinfo.3 | |
parent | 59ca3f5f8991ab72904434fb49ef0999d64ae2e8 (diff) | |
download | openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.tar.gz openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.tar.bz2 openbsd-6e79b911ce0057b5b91d0f9cedd766e0163fb043.zip |
Repairs, mostly removing hard sentence breaks.
Diffstat (limited to 'src/lib/libc/net/getnameinfo.3')
-rw-r--r-- | src/lib/libc/net/getnameinfo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/getnameinfo.3 b/src/lib/libc/net/getnameinfo.3 index 8aee071602..74690d0e41 100644 --- a/src/lib/libc/net/getnameinfo.3 +++ b/src/lib/libc/net/getnameinfo.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getnameinfo.3,v 1.5 2000/01/17 08:20:28 deraadt Exp $ | 1 | .\" $OpenBSD: getnameinfo.3,v 1.6 2000/04/18 03:01:31 aaron 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. |
@@ -102,7 +102,7 @@ or | |||
102 | .Fa servlen | 102 | .Fa servlen |
103 | arguments. | 103 | arguments. |
104 | Otherwise, the caller must provide buffers large enough to hold the | 104 | Otherwise, the caller must provide buffers large enough to hold the |
105 | nodename and the service name, including the terminating null characters. | 105 | nodename and the service name, including the terminating null characters. |
106 | .Pp | 106 | .Pp |
107 | Unfortunately most systems do not provide constants that specify the | 107 | Unfortunately most systems do not provide constants that specify the |
108 | maximum size of either a fully-qualified domain name or a service name. | 108 | maximum size of either a fully-qualified domain name or a service name. |