diff options
author | Michael Brown <mcb30@etherboot.org> | 2005-05-18 14:44:05 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2005-05-18 14:44:05 +0000 |
commit | 127362581f49ada88e9136bd2f6f853ef9478017 (patch) | |
tree | 6587d93ae1ff99b1adb9a97f63f1431d287856f7 /src/core/vsprintf.c | |
parent | 307cf36fca79e9f72b8574f7d6afaed75a8d0046 (diff) | |
download | ipxe-127362581f49ada88e9136bd2f6f853ef9478017.tar.gz |
Document %m
Diffstat (limited to 'src/core/vsprintf.c')
-rw-r--r-- | src/core/vsprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/vsprintf.c b/src/core/vsprintf.c index 77373ccf0..d5a67623a 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 |