diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-09 21:02:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-09 21:02:05 +0000 |
commit | 3f81b8e1890f68b3af4682f17f550839be9926ba (patch) | |
tree | 53126dd46fa8429ad4a181d4d28d7f52b9cd610d /src | |
parent | d06faa245b1947067124021bd10e499052e8a59c (diff) | |
download | coreutils-3f81b8e1890f68b3af4682f17f550839be9926ba.tar.xz |
(rm) Add comment on new parameter.
Diffstat (limited to 'src')
-rw-r--r-- | src/remove.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c index 16735a5e3..9ad80a8b4 100644 --- a/src/remove.c +++ b/src/remove.c @@ -826,7 +826,9 @@ was moved to a different position in the file system hierarchy."), things. Return RM_OK if it is removed, and RM_ERROR or RM_USER_DECLINED if not. If USER_SPECIFIED_NAME is non-zero, then the name part of FS may be `.', `..', or may contain slashes. Otherwise, it must be a simple file - name (and hence must specify a file in the current directory). */ + name (and hence must specify a file in the current directory). + CWD_DEV_INO must store the device and inode numbers of the + current working directory. */ enum RM_status rm (struct File_spec *fs, int user_specified_name, |