Source-Changes-HG archive

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

[src/netbsd-8]: src/usr.sbin/makemandb Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/d2b760b18d41
branches:  netbsd-8
changeset: 850901:d2b760b18d41
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Aug 05 03:51:38 2017 +0000

description:
Pull up following revision(s) (requested by jmcneill in ticket #176):
        usr.sbin/makemandb/apropos.c: revision 1.23
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 b17fc989016b -r d2b760b18d41 usr.sbin/makemandb/apropos.c
--- a/usr.sbin/makemandb/apropos.c      Sat Aug 05 03:49:35 2017 +0000
+++ b/usr.sbin/makemandb/apropos.c      Sat Aug 05 03:51:38 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.22.2.1 2017/08/05 03:51:38 snj 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.22.2.1 2017/08/05 03:51:38 snj 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