summaryrefslogtreecommitdiff
path: root/printf.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-15 16:34:54 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-15 16:34:54 +0000
commit5e1189e187f6a7957dadb8eda2c271c4a0777a23 (patch)
tree140cd30d77342c730afbc1df863bec93c63978a8 /printf.c
parent95c1c1e05f290ccbcc2ff863a62bcee5d57bf5c8 (diff)
downloadbusybox-w32-5e1189e187f6a7957dadb8eda2c271c4a0777a23.tar.gz
busybox-w32-5e1189e187f6a7957dadb8eda2c271c4a0777a23.tar.bz2
busybox-w32-5e1189e187f6a7957dadb8eda2c271c4a0777a23.zip
More documentation updates, and minor fixes to make things sync
up with the docs. -Erik
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/printf.c b/printf.c
index 41ab2e442..bfe408175 100644
--- a/printf.c
+++ b/printf.c
@@ -139,7 +139,7 @@ static void verify __P((char *s, char *end));
139/* The value to return to the calling program. */ 139/* The value to return to the calling program. */
140static int exit_status; 140static int exit_status;
141 141
142static const char printf_usage[] = "printf format [argument...]\n"; 142static const char printf_usage[] = "printf format [argument...]\n\nFormats and prints the given data.\n";
143 143
144int printf_main(int argc, char **argv) 144int printf_main(int argc, char **argv)
145{ 145{