diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-04 18:29:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-04 18:29:38 +0000 |
commit | eefe4137fbb550327f6d30aa728d7d6ea876b5d1 (patch) | |
tree | f6c65f79f1a14f7bbf41cb90f50a310c9e362af8 /doc | |
parent | 0ef76f729da7f5aaf1774f20589ad6a32f848214 (diff) | |
download | coreutils-eefe4137fbb550327f6d30aa728d7d6ea876b5d1.tar.xz |
* coreutils.texi (shred invocation): Clarify that shred works fine
with journaled file systems that are configured not to journal
file system data. Also mention BFS and NTFS.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 7a7d8cb71..a156092f9 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7333,7 +7333,8 @@ assumption. Exceptions include: @item Log-structured or journaled file systems, such as those supplied with -AIX and Solaris, and JFS, ReiserFS, XFS, Ext3, etc. +AIX and Solaris, and JFS, ReiserFS, XFS, Ext3, BFS, NTFS etc.@: when +they are configured to journal @emph{data}. @item File systems that write redundant data and carry on even if some writes |