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