X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=c61d3820083bd0ff9c5fbfbf773f49fc5c04a51a;hp=f87ac96e8b62eb2d7c00bb3b6e2130b25b2c9a79;hb=e833dd12e607e9e5951a657d6e99f19adddefb7d;hpb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b diff --git a/aft.c b/aft.c index f87ac96e..c61d3820 100644 --- a/aft.c +++ b/aft.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2014 Andre Noll + * Copyright (C) 2007 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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. */