diff options
author | aaron <> | 2000-04-12 21:48:01 +0000 |
---|---|---|
committer | aaron <> | 2000-04-12 21:48:01 +0000 |
commit | 33b1e2e130df8312b94c88d76beefec1714a117e (patch) | |
tree | 45ea49c5313355778bc1b9839c584f6bfe944007 /src/lib/libc/net/getifaddrs.3 | |
parent | 481ffb1d33076867527d59dcd5b6d2bcfc838354 (diff) | |
download | openbsd-33b1e2e130df8312b94c88d76beefec1714a117e.tar.gz openbsd-33b1e2e130df8312b94c88d76beefec1714a117e.tar.bz2 openbsd-33b1e2e130df8312b94c88d76beefec1714a117e.zip |
Trailing whitespace begone!
Diffstat (limited to 'src/lib/libc/net/getifaddrs.3')
-rw-r--r-- | src/lib/libc/net/getifaddrs.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/getifaddrs.3 b/src/lib/libc/net/getifaddrs.3 index 09088f482d..817128f174 100644 --- a/src/lib/libc/net/getifaddrs.3 +++ b/src/lib/libc/net/getifaddrs.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: getifaddrs.3,v 1.3 2000/02/23 17:04:32 aaron Exp $ | 1 | .\" $OpenBSD: getifaddrs.3,v 1.4 2000/04/12 21:48:01 aaron Exp $ |
2 | .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp | 2 | .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 1995, 1999 | 4 | .\" Copyright (c) 1995, 1999 |
@@ -76,7 +76,7 @@ address of the interface, if one exists, otherwise it is | |||
76 | (The | 76 | (The |
77 | .Fa sa_family | 77 | .Fa sa_family |
78 | field of the | 78 | field of the |
79 | .Fa ifa_addr | 79 | .Fa ifa_addr |
80 | field should be consulted to determine the format of the | 80 | field should be consulted to determine the format of the |
81 | .Fa ifa_addr | 81 | .Fa ifa_addr |
82 | address.) | 82 | address.) |
@@ -96,7 +96,7 @@ References the destination address on a P2P interface, | |||
96 | if one exists, otherwise it is | 96 | if one exists, otherwise it is |
97 | .Dv NULL . | 97 | .Dv NULL . |
98 | .It Fa ifa_data | 98 | .It Fa ifa_data |
99 | References address family specific data. For | 99 | References address family specific data. For |
100 | .Dv AF_LINK | 100 | .Dv AF_LINK |
101 | addresses it contains a pointer to the | 101 | addresses it contains a pointer to the |
102 | .Li struct if_data | 102 | .Li struct if_data |