Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/net More tweaking...
details: https://anonhg.NetBSD.org/src/rev/44e62bc5a729
branches: trunk
changeset: 349332:44e62bc5a729
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Dec 07 03:48:05 2016 +0000
description:
More tweaking...
diffstat:
lib/libc/net/linkaddr.3 | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r fc425fd5abfa -r 44e62bc5a729 lib/libc/net/linkaddr.3
--- a/lib/libc/net/linkaddr.3 Wed Dec 07 03:23:09 2016 +0000
+++ b/lib/libc/net/linkaddr.3 Wed Dec 07 03:48:05 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: linkaddr.3,v 1.11 2016/12/07 03:22:14 pgoyette Exp $
+.\" $NetBSD: linkaddr.3,v 1.12 2016/12/07 03:48:05 pgoyette Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -112,13 +112,12 @@
functions appeared in
.Bx 4.3 Reno .
.Sh BUGS
-The returned values for
+The returned string for
.Fn link_ntoa
-reside in a static memory area.
-If the returned value would overflow this area,
+resides in a static memory area.
+If it would overflow this area,
.Fn link_ntoa
-truncates the returned string.
-There is no provision for detecting a truncated return value.
+silently truncates the result.
.Pp
The function
.Fn link_addr
Home |
Main Index |
Thread Index |
Old Index