Skip to content

Commit

Permalink
lib/vsprintf: replace link to Draft by final RFC number
Browse files Browse the repository at this point in the history
The draft has evolved to RFC 5952.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jan Engelhardt authored and Jiri Kosina committed Jul 14, 2011
1 parent 35ed4b3 commit f996f20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/vsprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f996f20

Please sign in to comment.