Module Name: othersrc Committed By: wiz Date: Tue Nov 17 08:34:16 UTC 2009
Modified Files: othersrc/bin/fsu_rm: fsu_rm.1 Log Message: Sort sections. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_rm/fsu_rm.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/bin/fsu_rm/fsu_rm.1 diff -u othersrc/bin/fsu_rm/fsu_rm.1:1.2 othersrc/bin/fsu_rm/fsu_rm.1:1.3 --- othersrc/bin/fsu_rm/fsu_rm.1:1.2 Mon Nov 16 07:22:17 2009 +++ othersrc/bin/fsu_rm/fsu_rm.1 Tue Nov 17 08:34:16 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: fsu_rm.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $ +.\" $NetBSD: fsu_rm.1,v 1.3 2009/11/17 08:34:16 wiz Exp $ .\" from .\" NetBSD: rm.1,v 1.24 2006/09/02 23:28:32 wiz Exp .\" @@ -159,24 +159,6 @@ .Xr fts 3 , .Xr getopt 3 , .Xr symlink 7 -.Sh BUGS -The -.Fl P -option assumes that the underlying file system is a fixed-block file -system. -FFS is a fixed-block file system, LFS is not. -In addition, only regular files are overwritten, other types of files -are not. -Recent research indicates that as many as 35 overwrite passes with -carefully chosen data patterns may be necessary to actually prevent -recovery of data from a magnetic disk. -Thus the -.Fl P -option is likely both insufficient for its design purpose and far -too costly for default operation. -However, it will at least prevent the recovery of data from FFS -volumes with -.Xr fsdb 8 . .Sh COMPATIBILITY The .Nm @@ -212,3 +194,21 @@ .Em Because these requirements are not met, the .Fl P .Em option does not conform to the standard . +.Sh BUGS +The +.Fl P +option assumes that the underlying file system is a fixed-block file +system. +FFS is a fixed-block file system, LFS is not. +In addition, only regular files are overwritten, other types of files +are not. +Recent research indicates that as many as 35 overwrite passes with +carefully chosen data patterns may be necessary to actually prevent +recovery of data from a magnetic disk. +Thus the +.Fl P +option is likely both insufficient for its design purpose and far +too costly for default operation. +However, it will at least prevent the recovery of data from FFS +volumes with +.Xr fsdb 8 .