From 0491ba1f6311b421efbea894a9c8c6c704b48cac Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 21 May 2005 09:55:10 +0000 Subject: Sync program's usage() with manpage's SYNOPSIS. --- usr.bin/printf/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/printf') diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index cacddd0..b527c42 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -552,5 +552,5 @@ asciicode(void) static void usage(void) { - (void)fprintf(stderr, "usage: printf format [arg ...]\n"); + (void)fprintf(stderr, "usage: printf format [arguments ...]\n"); } -- cgit v1.1