Module Name:    src
Committed By:   pgoyette
Date:           Wed Dec  7 03:48:05 UTC 2016

Modified Files:
        src/lib/libc/net: linkaddr.3

Log Message:
More tweaking...


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/net/linkaddr.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/net/linkaddr.3
diff -u src/lib/libc/net/linkaddr.3:1.11 src/lib/libc/net/linkaddr.3:1.12
--- src/lib/libc/net/linkaddr.3:1.11	Wed Dec  7 03:22:14 2016
+++ src/lib/libc/net/linkaddr.3	Wed Dec  7 03:48:05 2016
@@ -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 @@ and
 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

Reply via email to