From 1272be04be0cb803eec87f602edb2e3e6f111aea Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 21:33:34 +0200 Subject: Merging upstream version 2.40. Signed-off-by: Daniel Baumann --- text-utils/line.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'text-utils/line.c') diff --git a/text-utils/line.c b/text-utils/line.c index e894076..b7853a1 100644 --- a/text-utils/line.c +++ b/text-utils/line.c @@ -1,12 +1,11 @@ /* + * No copyright is claimed. This code is in the public domain; do with + * it what you wish. + * * line - read one line * * Gunnar Ritter, Freiburg i. Br., Germany, December 2000. * - * Public Domain. - */ - -/* * This command is deprecated. The utility is in maintenance mode, * meaning we keep them in source tree for backward compatibility * only. Do not waste time making this command better, unless the @@ -34,8 +33,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_("Read one line.\n"), out); fputs(USAGE_OPTIONS, out); - printf(USAGE_HELP_OPTIONS(16)); - printf(USAGE_MAN_TAIL("line(1)")); + fprintf(out,USAGE_HELP_OPTIONS(16)); + fprintf(out, USAGE_MAN_TAIL("line(1)")); exit(EXIT_SUCCESS); } -- cgit v1.2.3