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/b566a55855cd
branches:  trunk
changeset: 819474:b566a55855cd
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 d0630a253f9d -r b566a55855cd 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