diff options
Diffstat (limited to 'src/libutil/printf.h')
-rw-r--r-- | src/libutil/printf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/printf.h b/src/libutil/printf.h index f2c46ffc9..95d344bee 100644 --- a/src/libutil/printf.h +++ b/src/libutil/printf.h @@ -41,7 +41,7 @@ * %[0][width][.width]F long double * %[0][width][.width]g double * %[0][width][.width]G long double - * %b boolean (true or false) + * %B boolean (true or false) * %P pid_t * %r rlim_t * %p void * |