summaryrefslogtreecommitdiffstats
path: root/src/core/vsprintf.c
diff options
context:
space:
mode:
authorMichael Brown2005-05-18 16:44:05 +0200
committerMichael Brown2005-05-18 16:44:05 +0200
commit127362581f49ada88e9136bd2f6f853ef9478017 (patch)
tree6587d93ae1ff99b1adb9a97f63f1431d287856f7 /src/core/vsprintf.c
parentLinker symbols no longer defined in etherboot.h (diff)
downloadipxe-127362581f49ada88e9136bd2f6f853ef9478017.tar.gz
ipxe-127362581f49ada88e9136bd2f6f853ef9478017.tar.xz
ipxe-127362581f49ada88e9136bd2f6f853ef9478017.zip
Document %m
Diffstat (limited to 'src/core/vsprintf.c')
-rw-r--r--src/core/vsprintf.c1
1 files changed, 1 insertions, 0 deletions
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