diff options
Diffstat (limited to 'src/ls.c')
-rw-r--r-- | src/ls.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -465,10 +465,10 @@ static int format_needs_stat; static int exit_status; -/* If non-zero, display usage information and exit. */ +/* If nonzero, display usage information and exit. */ static int show_help; -/* If non-zero, print the version on standard output and exit. */ +/* If nonzero, print the version on standard output and exit. */ static int show_version; static struct option const long_options[] = @@ -1673,7 +1673,7 @@ extract_dirs_from_files (const char *dirname, int recursive) files_index = j; } -/* Return non-zero if `name' doesn't end in `.' or `..' +/* Return nonzero if `name' doesn't end in `.' or `..' This is so we don't try to recurse on `././././. ...' */ static int |