Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libcurses/director tests/libcurses: fix usage of d...



details:   https://anonhg.NetBSD.org/src/rev/3f10ba57de89
branches:  trunk
changeset: 951901:3f10ba57de89
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Feb 07 13:22:23 2021 +0000

description:
tests/libcurses: fix usage of director

diffstat:

 tests/lib/libcurses/director/director.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cdc4c78d6dfe -r 3f10ba57de89 tests/lib/libcurses/director/director.c
--- a/tests/lib/libcurses/director/director.c   Sun Feb 07 13:06:02 2021 +0000
+++ b/tests/lib/libcurses/director/director.c   Sun Feb 07 13:22:23 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: director.c,v 1.11 2020/10/24 04:46:17 blymn Exp $      */
+/*     $NetBSD: director.c,v 1.12 2021/02/07 13:22:23 rillig Exp $     */
 
 /*-
  * Copyright 2009 Brett Lymn <blymn%NetBSD.org@localhost>
@@ -108,7 +108,7 @@
        fprintf(stderr, "    -g enables check file generation if does not exist\n");
        fprintf(stderr, "    -f forces check file generation if -g flag is set\n");
        fprintf(stderr, "    -T is a directory containing the terminfo.cdb "
-           "file, or a file holding the terminfo description n");
+           "file, or a file holding the terminfo description\n");
        fprintf(stderr, "    -s is the path to the slave executable\n");
        fprintf(stderr, "    -t is value to set TERM to for the test\n");
        fprintf(stderr, "    -I is the directory to include files\n");



Home | Main Index | Thread Index | Old Index