]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
more: update basic command description
authorKarel Zak <kzak@redhat.com>
Thu, 10 Nov 2022 08:39:47 +0000 (09:39 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 10 Nov 2022 08:39:47 +0000 (09:39 +0100)
Fixes: https://github.com/util-linux/util-linux/discussions/1891
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/more.1.adoc
text-utils/more.c

index 2242c84a70f74a6bb3e43e48b0657444e0e48155..b2f68427d25a0c94c70a7ddf59a6ed8a78414aab 100644 (file)
@@ -45,7 +45,7 @@ Copyright (c) 1992 Rik Faith (faith@cs.unc.edu)
 
 == NAME
 
-more - file perusal filter for crt viewing
+more - display the contents of a file in a terminal
 
 == SYNOPSIS
 
index f2cd95e9b39fe12df883efcbc8866292a5fd54b7..9b0cf4934b94ff98c03f12f28146fe6a928ad4a5 100644 (file)
@@ -238,7 +238,7 @@ static void __attribute__((__noreturn__)) usage(void)
        printf(_(" %s [options] <file>...\n"), program_invocation_short_name);
 
        printf("%s", USAGE_SEPARATOR);
-       printf("%s\n", _("A file perusal filter for CRT viewing."));
+       printf("%s\n", _("Display the contents of a file in a terminal."));
 
        printf("%s", USAGE_OPTIONS);
        printf("%s\n", _(" -d, --silent          display help instead of ringing bell"));