diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-03 02:54:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-09-03 02:54:16 +0000 |
commit | fcf498b1b4e8b87b5f964bd1b68d2157b1199330 (patch) | |
tree | ef8aa0a0933e54d9b4f9491962dca4cfe1f3dd8b | |
parent | 89ffaa19909d31dffbcf12fb4498afb72666f6c9 (diff) | |
download | coreutils-fcf498b1b4e8b87b5f964bd1b68d2157b1199330.tar.xz |
Fix comment.
-rw-r--r-- | src/remove.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/remove.h b/src/remove.h index 414624b78..d3609d768 100644 --- a/src/remove.h +++ b/src/remove.h @@ -1,7 +1,7 @@ /* Remove directory entries. - Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005 Free Software - Foundation, Inc. + Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006 Free + Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,8 +33,8 @@ struct rm_options /* If true, recursively remove directories. */ bool recursive; - /* Pointer to the device and inode numbers of `/', when --recursive. - Otherwise NULL. */ + /* Pointer to the device and inode numbers of `/', when --recursive + and preserving `/'. Otherwise NULL. */ struct dev_ino *root_dev_ino; /* If nonzero, stdin is a tty. */ |