diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-06-17 20:11:12 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-06-17 20:11:12 +0000 |
| commit | 010b7c6c74c7382441b6b574b2741b61c4a6bcc4 (patch) | |
| tree | 0671b14040539fd2d4aae2e2dbb542980f868f71 /lib/libc/net | |
| parent | c54481c15ac2e7c754dc8e601c68dc4f25ca965e (diff) | |
Notes
Diffstat (limited to 'lib/libc/net')
| -rw-r--r-- | lib/libc/net/linkaddr.3 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/lib/libc/net/linkaddr.3 b/lib/libc/net/linkaddr.3 index ae0410443903..6999add0e862 100644 --- a/lib/libc/net/linkaddr.3 +++ b/lib/libc/net/linkaddr.3 @@ -32,9 +32,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)linkaddr.3 8.1 (Berkeley) 7/28/93 +.\" From: @(#)linkaddr.3 8.1 (Berkeley) 7/28/93 +.\" $Id$ .\" -.Dd July 28, 1993 +.Dd June 17, 1996 .Dt LINK_ADDR 3 .Os BSD 4.4 .Sh NAME @@ -93,6 +94,11 @@ Thus .Li le0:8.0.9.13.d.30 represents an ethernet address to be transmitted on the first Lance ethernet interface. +.Pp +The direct use of these functions is deprecated in favor of the +.Xr addr2ascii 3 +interface; however, portable programs cannot rely on the latter as it is +not yet widely implemented. .Sh RETURN VALUES .Fn link_ntoa always returns a null terminated string. @@ -100,7 +106,8 @@ always returns a null terminated string. has no return value. (See .Sx BUGS . ) -.\" .Sh SEE ALSO +.Sh SEE ALSO +.Xr addr2ascii 3 .\" .Xr iso 4 .Sh HISTORY The |
