summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-29 15:36:59 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-29 15:36:59 +0000
commit67a969999211ebdaf0833a4fc1db2c6320d07378 (patch)
treef41d5b13e95f37742172981f07d5cb1ea95f3345
parentd5cabaa4b0ef1f389d31db6ff0b8029c60c25df2 (diff)
downloadglibc-67a969999211ebdaf0833a4fc1db2c6320d07378.tar.gz
glibc-67a969999211ebdaf0833a4fc1db2c6320d07378.tar.xz
glibc-67a969999211ebdaf0833a4fc1db2c6320d07378.zip
Update.
	* nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
-rw-r--r--ChangeLog2
-rw-r--r--nscd/nscd.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7ddd011c..dc2ad0ab97 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 d6d2c6497d..162059f681 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));