Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb Make the 'no results found' message sound...



details:   https://anonhg.NetBSD.org/src/rev/3d8b2fe989ac
branches:  trunk
changeset: 825857:3d8b2fe989ac
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Aug 02 12:52:18 2017 +0000

description:
Make the 'no results found' message sound less harsh.

Changes "try using better keywords" to "try using different keywords".

diffstat:

 usr.sbin/makemandb/apropos.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r daffe78bb573 -r 3d8b2fe989ac usr.sbin/makemandb/apropos.c
--- a/usr.sbin/makemandb/apropos.c      Wed Aug 02 12:23:43 2017 +0000
+++ b/usr.sbin/makemandb/apropos.c      Wed Aug 02 12:52:18 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apropos.c,v 1.22 2017/05/01 05:28:00 abhinav Exp $     */
+/*     $NetBSD: apropos.c,v 1.23 2017/08/02 12:52:18 jmcneill Exp $    */
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos.c,v 1.22 2017/05/01 05:28:00 abhinav Exp $");
+__RCSID("$NetBSD: apropos.c,v 1.23 2017/08/02 12:52:18 jmcneill Exp $");
 
 #include <err.h>
 #include <stdio.h>
@@ -273,7 +273,7 @@
        if (cbdata.count == 0) {
                warnx("No relevant results obtained.\n"
                    "Please make sure that you spelled all the terms correctly "
-                   "or try using better keywords.");
+                   "or try using different keywords.");
        }
        return 0;
 }



Home | Main Index | Thread Index | Old Index