From: Jim Meyering Date: Thu, 9 Oct 2003 08:43:15 +0000 (+0000) Subject: tweak comments X-Git-Tag: v5.1.0~444 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d681c9a6621d77e2b8215549256c793f8162d405;p=thirdparty%2Fcoreutils.git tweak comments --- diff --git a/src/du.c b/src/du.c index c48477cbac..fbf361ae80 100644 --- a/src/du.c +++ b/src/du.c @@ -623,7 +623,7 @@ main (int argc, char **argv) } break; - case 'm': /* obsolescent */ + case 'm': /* obsolescent: FIXME: remove in 2005. */ human_output_opts = 0; output_block_size = 1024 * 1024; break; @@ -644,7 +644,7 @@ main (int argc, char **argv) human_output_opts = human_options (optarg, true, &output_block_size); break; - case 'D': + case 'D': /* This will eventually be 'H' (-H), too. */ bit_flags |= FTS_COMFOLLOW; break; @@ -655,8 +655,8 @@ main (int argc, char **argv) break; case 'L': /* --dereference */ - bit_flags &= ~FTS_PHYSICAL; bit_flags |= FTS_LOGICAL; + bit_flags &= ~FTS_PHYSICAL; break; case 'S':