From 055ffd4ee97ed84bbb164d081f8ddd662f594b7e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 14 Jul 2011 18:48:56 +0200 Subject: [PATCH] --- yaml --- r: 258875 b: refs/heads/master c: f996f2081276c37da4dbd7b2e6310fbc8f0034f6 h: refs/heads/master i: 258873: e62b09fb8e63b7cfb27d5b5d7e1518603e8b4e46 258871: eaf248a85f2d7b4b370cd14ef27fae8ef202395c v: v3 --- [refs] | 2 +- trunk/lib/vsprintf.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 29fdf4b1c5cc..6b91cdf54565 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 35ed4b35beb875adee4d84f9e5e31449cab13c3f +refs/heads/master: f996f2081276c37da4dbd7b2e6310fbc8f0034f6 diff --git a/trunk/lib/vsprintf.c b/trunk/lib/vsprintf.c index 4365df31a1d5..75bace7acefb 100644 --- a/trunk/lib/vsprintf.c +++ b/trunk/lib/vsprintf.c @@ -1149,8 +1149,7 @@ int format_decode(const char *fmt, struct printf_spec *spec) * %pi4 print an IPv4 address with leading zeros * %pI6 print an IPv6 address with colons * %pi6 print an IPv6 address without colons - * %pI6c print an IPv6 address as specified by - * http://tools.ietf.org/html/draft-ietf-6man-text-addr-representation-00 + * %pI6c print an IPv6 address as specified by RFC 5952 * %pU[bBlL] print a UUID/GUID in big or little endian using lower or upper * case. * %n is ignored