diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libc/net/if_indextoname.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/if_indextoname.3 b/src/lib/libc/net/if_indextoname.3 index 7ca28c6b92..5e6e7f2fdb 100644 --- a/src/lib/libc/net/if_indextoname.3 +++ b/src/lib/libc/net/if_indextoname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: if_indextoname.3,v 1.14 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: if_indextoname.3,v 1.15 2014/01/21 03:15:45 schwarze Exp $ |
2 | .\" Copyright (c) 1983, 1991, 1993 | 2 | .\" Copyright (c) 1983, 1991, 1993 |
3 | .\" The Regents of the University of California. All rights reserved. | 3 | .\" The Regents of the University of California. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -28,7 +28,7 @@ | |||
28 | .\" | 28 | .\" |
29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 | 29 | .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 |
30 | .\" | 30 | .\" |
31 | .Dd $Mdocdate: June 5 2013 $ | 31 | .Dd $Mdocdate: January 21 2014 $ |
32 | .Dt IF_NAMETOINDEX 3 | 32 | .Dt IF_NAMETOINDEX 3 |
33 | .Os | 33 | .Os |
34 | .Sh NAME | 34 | .Sh NAME |
@@ -73,7 +73,7 @@ bytes into which the interface name corresponding to the specified index is | |||
73 | returned. | 73 | returned. |
74 | .Pf ( Dv IF_NAMESIZE | 74 | .Pf ( Dv IF_NAMESIZE |
75 | is also defined in | 75 | is also defined in |
76 | .Aq Pa net/if.h | 76 | .In net/if.h |
77 | and its value includes a terminating NUL byte at the end of the | 77 | and its value includes a terminating NUL byte at the end of the |
78 | interface name.) | 78 | interface name.) |
79 | This pointer is also the return value of the function. | 79 | This pointer is also the return value of the function. |
@@ -87,7 +87,7 @@ returns an array of | |||
87 | structures. | 87 | structures. |
88 | .Vt if_nameindex | 88 | .Vt if_nameindex |
89 | is also defined in | 89 | is also defined in |
90 | .Aq Pa net/if.h , | 90 | .In net/if.h , |
91 | and is as follows: | 91 | and is as follows: |
92 | .Bd -literal -offset indent | 92 | .Bd -literal -offset indent |
93 | struct if_nameindex { | 93 | struct if_nameindex { |