small amount of code from him was first moved to lib/human.c, and was
subsequently rewritten entirely.
#define PROGRAM_NAME "df"
#define AUTHORS \
- N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert")
+ N_ ("Torbjorn Granlund, David MacKenzie, and Paul Eggert")
/* Name this program was run with. */
char *program_name;
#define PROGRAM_NAME "du"
#define AUTHORS \
- N_ ("Torbjorn Granlund, David MacKenzie, Larry McVoy, Paul Eggert, and Jim Meyering")
+ N_ ("Torbjorn Granlund, David MacKenzie, Paul Eggert, and Jim Meyering")
/* Initial size of the hash table. */
#define INITIAL_TABLE_SIZE 103