From: Paul Eggert Date: Wed, 2 Nov 2005 21:51:35 +0000 (+0000) Subject: (rm invocation): Don't mention --directory (-d). X-Git-Tag: v6.0~1414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784e24b06bb22244f5c08cf67ebe8d99012f0bf7;p=thirdparty%2Fcoreutils.git (rm invocation): Don't mention --directory (-d). --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 1075d96185..1015f9b8f1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7283,23 +7283,6 @@ The program accepts the following options. Also see @ref{Common options}. @table @samp -@item -d -@itemx --directory -@opindex -d -@opindex --directory -@cindex directories, removing with @code{unlink} -@findex unlink -@pindex fsck -Use the @code{unlink} function unconditionally rather than attempting -to check whether the file is a directory and using @code{rmdir} if it -is a directory. This can be useful on corrupted file systems where -@code{unlink} works even though other, file-checking functions fail. -For directories, this works -only if you have appropriate privileges and if your operating system supports -@code{unlink} for directories. Because unlinking a directory causes any files -in the deleted directory to become unreferenced, it is wise to @command{fsck} -the file system afterwards. - @item -f @itemx --force @opindex -f