diff options
Diffstat (limited to 'nscd/nscd.c')
-rw-r--r-- | nscd/nscd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |