diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 15:36:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-29 15:36:59 +0000 |
commit | 67a969999211ebdaf0833a4fc1db2c6320d07378 (patch) | |
tree | f41d5b13e95f37742172981f07d5cb1ea95f3345 /nscd/nscd.c | |
parent | d5cabaa4b0ef1f389d31db6ff0b8029c60c25df2 (diff) | |
download | glibc-67a969999211ebdaf0833a4fc1db2c6320d07378.tar.gz glibc-67a969999211ebdaf0833a4fc1db2c6320d07378.tar.xz glibc-67a969999211ebdaf0833a4fc1db2c6320d07378.zip |
Update.
* nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
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)); |