From 127362581f49ada88e9136bd2f6f853ef9478017 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 18 May 2005 14:44:05 +0000 Subject: [PATCH] Document %m --- src/core/vsprintf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c index 77373ccf..d5a67623 100644 --- a/src/core/vsprintf.c +++ b/src/core/vsprintf.c @@ -26,6 +26,7 @@ PRINTF and friends %d - decimal int %c - char %s - string + %m - string representation of the most recent error %@ - Internet address in ddd.ddd.ddd.ddd notation %! - Ethernet address in xx:xx:xx:xx:xx:xx notation Note: width specification ignored