diff options
author | Sami Kerola <kerolasa@iki.fi> | 2014-01-03 21:00:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-04 08:44:36 -0500 |
commit | 0c813d1f3e31b59844655c0c1b61462b32102c1a (patch) | |
tree | b27414af8eeabe683dd18b5c7b7e835bdf3ff4ee /ChangeLog | |
parent | 20f4a8d9937b2a824a5d20583dd850070fe29988 (diff) | |
download | glibc-0c813d1f3e31b59844655c0c1b61462b32102c1a.tar glibc-0c813d1f3e31b59844655c0c1b61462b32102c1a.tar.gz glibc-0c813d1f3e31b59844655c0c1b61462b32102c1a.tar.bz2 glibc-0c813d1f3e31b59844655c0c1b61462b32102c1a.zip |
nscd: list all tables in usage()
Usage output for option --invalidate=TABLE is not helpful without
list of tables. The list is also missing from nscd(8) manual which
made it pretty difficult to know what are the tables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2014-01-04 Sami Kerola <kerolasa@iki.fi> + + * nscd/nscd.c: Improve usage() output. + 2014-01-04 Mike Frysinger <vapier@gentoo.org> * config.h.in: Add HAVE_LINUX_FANOTIFY_H template. |