Subject: CVS commit: src/lib/libutil
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 04/09/2005 02:05:47
Module Name:	src
Committed By:	atatat
Date:		Sat Apr  9 02:05:47 UTC 2005

Modified Files:
	src/lib/libutil: sockaddr_snprintf.3 sockaddr_snprintf.c

Log Message:
Add the 'A' and 'P' format specifiers which use getaddrinfo(3) to turn
numbers into names (if possible).  Also add the '?' format modifier
that elides the "N/A" if that's what you would normally get.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libutil/sockaddr_snprintf.3
cvs rdiff -r1.4 -r1.5 src/lib/libutil/sockaddr_snprintf.c

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