New sentence, new line. Bump date for previous.

This commit is contained in:
wiz 2006-09-02 23:28:32 +00:00
parent 127e5ecbd6
commit 1763875ada
1 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rm.1,v 1.23 2006/08/25 11:08:50 liamjfoy Exp $
.\" $NetBSD: rm.1,v 1.24 2006/09/02 23:28:32 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994, 2003
.\" The Regents of the University of California. All rights reserved.
@ -32,7 +32,7 @@
.\"
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
.\"
.Dd March 24, 2004
.Dd August 25, 2006
.Dt RM 1
.Os
.Sh NAME
@ -78,11 +78,12 @@ options.
.It Fl P
Overwrite regular files before deleting them.
Files are overwritten three times, first with the byte pattern 0xff,
then 0x00, and then with random data, before they are deleted. Some
care is taken to ensure that the data are actually written to disk,
but this cannot be guaranteed, even on traditional filesystems; on
log-structured filesystems or if any block-journaling scheme is in
use, this option is completely useless. If the file cannot be
then 0x00, and then with random data, before they are deleted.
Some care is taken to ensure that the data are actually written to
disk, but this cannot be guaranteed, even on traditional filesystems;
on log-structured filesystems or if any block-journaling scheme is
in use, this option is completely useless.
If the file cannot be
overwritten, it will not be removed.
.It Fl R
Attempt to remove the file hierarchy rooted in each file argument.