Deleted Added
full compact
linkaddr.3 (84306) linkaddr.3 (108037)
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Donn Seeley at BSDI.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" From: @(#)linkaddr.3 8.1 (Berkeley) 7/28/93
1.\" Copyright (c) 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Donn Seeley at BSDI.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" From: @(#)linkaddr.3 8.1 (Berkeley) 7/28/93
36.\" $FreeBSD: head/lib/libc/net/linkaddr.3 84306 2001-10-01 16:09:29Z ru $
36.\" $FreeBSD: head/lib/libc/net/linkaddr.3 108037 2002-12-18 12:45:11Z ru $
37.\"
38.Dd June 17, 1996
39.Dt LINK_ADDR 3
40.Os
41.Sh NAME
42.Nm link_addr ,
43.Nm link_ntoa
44.Nd elementary address specification routines for link level access

--- 52 unchanged lines hidden (view full) ---

97represents an ethernet address
98to be transmitted on the first Lance ethernet interface.
99.Pp
100The direct use of these functions is deprecated in favor of the
101.Xr addr2ascii 3
102interface; however, portable programs cannot rely on the latter as it is
103not yet widely implemented.
104.Sh RETURN VALUES
37.\"
38.Dd June 17, 1996
39.Dt LINK_ADDR 3
40.Os
41.Sh NAME
42.Nm link_addr ,
43.Nm link_ntoa
44.Nd elementary address specification routines for link level access

--- 52 unchanged lines hidden (view full) ---

97represents an ethernet address
98to be transmitted on the first Lance ethernet interface.
99.Pp
100The direct use of these functions is deprecated in favor of the
101.Xr addr2ascii 3
102interface; however, portable programs cannot rely on the latter as it is
103not yet widely implemented.
104.Sh RETURN VALUES
105The
105.Fn link_ntoa
106.Fn link_ntoa
107function
106always returns a null terminated string.
108always returns a null terminated string.
109The
107.Fn link_addr
110.Fn link_addr
111function
108has no return value.
109(See
110.Sx BUGS . )
111.Sh SEE ALSO
112.Xr addr2ascii 3
113.\" .Xr iso 4
114.Sh HISTORY
115The

--- 25 unchanged lines hidden ---
112has no return value.
113(See
114.Sx BUGS . )
115.Sh SEE ALSO
116.Xr addr2ascii 3
117.\" .Xr iso 4
118.Sh HISTORY
119The

--- 25 unchanged lines hidden ---