diff options
Diffstat (limited to 'src/lib/libc/net/getifaddrs.3')
-rw-r--r-- | src/lib/libc/net/getifaddrs.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libc/net/getifaddrs.3 b/src/lib/libc/net/getifaddrs.3 index c1ab2e7679..c5aab48b20 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.17 2013/08/14 12:38:15 jmc Exp $ | 1 | .\" $OpenBSD: getifaddrs.3,v 1.18 2014/01/21 03:15:45 schwarze 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 |
@@ -21,7 +21,7 @@ | |||
21 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 21 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
22 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 22 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
23 | .\" SUCH DAMAGE. | 23 | .\" SUCH DAMAGE. |
24 | .Dd $Mdocdate: August 14 2013 $ | 24 | .Dd $Mdocdate: January 21 2014 $ |
25 | .Dt GETIFADDRS 3 | 25 | .Dt GETIFADDRS 3 |
26 | .Os | 26 | .Os |
27 | .Sh NAME | 27 | .Sh NAME |
@@ -44,7 +44,7 @@ on the local machine in the memory referenced by | |||
44 | The list consists of | 44 | The list consists of |
45 | .Nm ifaddrs | 45 | .Nm ifaddrs |
46 | structures, as defined in the include file | 46 | structures, as defined in the include file |
47 | .Aq Pa ifaddrs.h . | 47 | .In ifaddrs.h . |
48 | The | 48 | The |
49 | .Nm ifaddrs | 49 | .Nm ifaddrs |
50 | structure contains at least the following entries: | 50 | structure contains at least the following entries: |
@@ -103,7 +103,7 @@ For | |||
103 | addresses it contains a pointer to the | 103 | addresses it contains a pointer to the |
104 | .Li struct if_data | 104 | .Li struct if_data |
105 | (as defined in include file | 105 | (as defined in include file |
106 | .Aq Pa net/if.h ) | 106 | .In net/if.h ) |
107 | which contains various interface attributes and statistics. | 107 | which contains various interface attributes and statistics. |
108 | For all other address families, | 108 | For all other address families, |
109 | .Fa ifa_data | 109 | .Fa ifa_data |
@@ -149,11 +149,11 @@ since | |||
149 | .Ox 2.7 . | 149 | .Ox 2.7 . |
150 | .Sh BUGS | 150 | .Sh BUGS |
151 | If both | 151 | If both |
152 | .Aq Pa net/if.h | 152 | .In net/if.h |
153 | and | 153 | and |
154 | .Aq Pa ifaddrs.h | 154 | .In ifaddrs.h |
155 | are being included, | 155 | are being included, |
156 | .Aq Pa net/if.h | 156 | .In net/if.h |
157 | .Em must | 157 | .Em must |
158 | be included before | 158 | be included before |
159 | .Aq Pa ifaddrs.h . | 159 | .In ifaddrs.h . |