From 4cfda3dce0422f4e43ed904aa40d04695efa8f9f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 3 Jun 2013 10:04:43 +0200 Subject: agetty: update man page and usage() - baud_rate is optional - agetty has been rewritten 2 years ago, so don't blame original authors in the man page Signed-off-by: Karel Zak --- term-utils/agetty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term-utils/agetty.c') diff --git a/term-utils/agetty.c b/term-utils/agetty.c index 0d01e7ec3..76f56eb00 100644 --- a/term-utils/agetty.c +++ b/term-utils/agetty.c @@ -1672,7 +1672,7 @@ static speed_t bcode(char *s) static void __attribute__ ((__noreturn__)) usage(FILE *out) { fputs(USAGE_HEADER, out); - fprintf(out, _(" %1$s [options] line baud_rate,... [termtype]\n" + fprintf(out, _(" %1$s [options] line [baud_rate,...] [termtype]\n" " %1$s [options] baud_rate,... line [termtype]\n"), program_invocation_short_name); fputs(USAGE_OPTIONS, out); fputs(_(" -8, --8bits assume 8-bit tty\n"), out); -- cgit v1.2.3-55-g7522