From d681c9a6621d77e2b8215549256c793f8162d405 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 9 Oct 2003 08:43:15 +0000 Subject: [PATCH] tweak comments --- src/du.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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': -- 2.47.2