X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=aft.c;h=cc0cfcc1777c5ea8491db44d9a06f97964e35c4d;hb=6f68e76a0cfe31757c4e7158ca30f4c85b8a8774;hp=5204ce0ce47c8d81df9fb8d8865338e45d3b33a3;hpb=65399c6f0f45561c8d93c521ca63d13f564ca1cb;p=paraslash.git diff --git a/aft.c b/aft.c index 5204ce0c..cc0cfcc1 100644 --- a/aft.c +++ b/aft.c @@ -87,10 +87,9 @@ enum ls_flags { /** * The size of the individual output fields of the ls command. * - * These depend on the actual content being listed. If, for instance only files - * with duration less than an hour are being listed, then the duration with is - * made smaller because then the duration is listed as mm:ss rather than - * hh:mm:ss. + * These depend on the content being listed. For example, if each listed file + * is shorter than an hour, the duration format is set to mm:ss. Otherwise it + * is set to hh:mm:ss. */ struct ls_widths { /** size of the score field. */ @@ -2593,7 +2592,7 @@ static void afs_stat_callback(int fd, const struct osl_object *query) * is used to pass the status items from the afs process to the command handler * via a shared memory area and a pipe. * - * \return The return value of the underyling call to \ref send_callback_request(). + * \return The return value of the underlying call to \ref send_callback_request(). */ int send_afs_status(struct command_context *cc, int parser_friendly) {