diff options
author | jmc <> | 2005-01-06 10:07:32 +0000 |
---|---|---|
committer | jmc <> | 2005-01-06 10:07:32 +0000 |
commit | 5603b5fa6e9c081716146498df798f7ec82f606e (patch) | |
tree | bb20c285944c35c3d8ab02df687fe4427cfc6303 /src/lib | |
parent | db182013dfbd2cd9abfb9c77f84a3a08b90b3aba (diff) | |
download | openbsd-5603b5fa6e9c081716146498df798f7ec82f606e.tar.gz openbsd-5603b5fa6e9c081716146498df798f7ec82f606e.tar.bz2 openbsd-5603b5fa6e9c081716146498df798f7ec82f606e.zip |
space between macro args and punctuation;
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/getaddrinfo.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/getaddrinfo.3 b/src/lib/libc/net/getaddrinfo.3 index 64f317c010..840633096b 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.36 2005/01/06 03:50:46 itojun Exp $ | 1 | .\" $OpenBSD: getaddrinfo.3,v 1.37 2005/01/06 10:07:32 jmc Exp $ |
2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ | 2 | .\" $KAME: getaddrinfo.3,v 1.36 2005/01/05 03:23:05 itojun Exp $ |
3 | .\" | 3 | .\" |
4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") | 4 | .\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") |
@@ -206,8 +206,8 @@ pointer in each | |||
206 | .Li addrinfo | 206 | .Li addrinfo |
207 | structure until a null pointer is encountered. | 207 | structure until a null pointer is encountered. |
208 | The three members | 208 | The three members |
209 | .Fa ai_family, | 209 | .Fa ai_family , |
210 | .Fa ai_socktype, | 210 | .Fa ai_socktype , |
211 | and | 211 | and |
212 | .Fa ai_protocol | 212 | .Fa ai_protocol |
213 | in each returned | 213 | in each returned |