diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 07b8d610db0e..968d7d5b0963 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rm.1,v 1.18 2004/01/11 02:04:05 tls Exp $ +.\" $NetBSD: rm.1,v 1.19 2004/01/11 02:13:14 tls Exp $ .\" .\" Copyright (c) 1990, 1993, 1994, 2003 .\" The Regents of the University of California. All rights reserved. @@ -138,7 +138,7 @@ The .Fl P option assumes that the underlying file system is a fixed-block file system. -UFS is a fixed-block file system, LFS is not. +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 @@ -147,7 +147,7 @@ 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 UFS volumes with +recovery of data from FFS volumes with .Xr fsdb 8 . .Sh COMPATIBILITY The