diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-03 10:10:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-03 10:10:00 +0000 |
commit | c37b81a6fa8831391e98392d15450aeb063a0c31 (patch) | |
tree | 9f07e357f46f173f053479d7ed7ade8bd8bed961 /src | |
parent | 1f350a9d3484877ccc912d393efc6bcb51992a2c (diff) | |
download | coreutils-c37b81a6fa8831391e98392d15450aeb063a0c31.tar.xz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2920,7 +2920,7 @@ typedef int (*qsortFunc)(V a, V b); while (0) /* Define the 8 different sort function variants required for each sortkey. - KEY_NAME is a string describing the sort key, e.g., ctime, atime, size. + KEY_NAME is a token describing the sort key, e.g., ctime, atime, size. KEY_CMP_FUNC is a function to compare records based on that key, e.g., ctime_cmp, atime_cmp, size_cmp. Append KEY_NAME to the string, '[rev_][x]str{cmp|coll}[_df]_', to create each function name. */ |