* nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
This commit is contained in:
Ulrich Drepper 1998-10-29 15:36:59 +00:00
parent d5cabaa4b0
commit 67a9699992
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
1998-10-29 Ulrich Drepper <drepper@cygnus.com> 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 * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
_fitoa. _fitoa.

View File

@ -85,7 +85,7 @@ static const struct argp_option options[] =
}; };
/* Short description of program. */ /* 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. */ /* Prototype for option handler. */
static error_t parse_opt __P ((int key, char *arg, struct argp_state *state)); static error_t parse_opt __P ((int key, char *arg, struct argp_state *state));