From: Ulrich Drepper Date: Thu, 29 Oct 1998 15:36:59 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_100~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a969999211ebdaf0833a4fc1db2c6320d07378;p=thirdparty%2Fglibc.git Update. * nscd/nscd.c (doc): It's "Name Service" not "Name Switch". --- diff --git a/ChangeLog b/ChangeLog index ab7ddd011cc..dc2ad0ab97e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-10-29 Ulrich Drepper + * 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 d6d2c6497d7..162059f681d 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));