+ wrap things in B<> to make pod2man happy
[oweals/busybox.git] / printf.c
index 41ab2e4426e6c4ad88f157843ecc6ea138ed6465..bfe40817540c8a0979f6a85fbc682a61b4213132 100644 (file)
--- a/printf.c
+++ b/printf.c
@@ -139,7 +139,7 @@ static void verify __P((char *s, char *end));
 /* The value to return to the calling program.  */
 static int exit_status;
 
-static const char printf_usage[] = "printf format [argument...]\n";
+static const char printf_usage[] = "printf format [argument...]\n\nFormats and prints the given data.\n";
 
 int printf_main(int argc, char **argv)
 {