aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--nscd/nscd.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7ddd0..dc2ad0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1998-10-29 Ulrich Drepper <drepper@cygnus.com>
+ * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
+
* malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
_fitoa.
diff --git a/nscd/nscd.c b/nscd/nscd.c
index d6d2c64..162059f 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -85,7 +85,7 @@ static const struct argp_option options[] =
};
/* Short description of program. */
-static const char doc[] = N_("Name Switch Cache Daemon.");
+static const char doc[] = N_("Name Service Cache Daemon.");
/* Prototype for option handler. */
static error_t parse_opt __P ((int key, char *arg, struct argp_state *state));