New sentence, new line. Bump date for previous.
This commit is contained in:
parent
127e5ecbd6
commit
1763875ada
15
bin/rm/rm.1
15
bin/rm/rm.1
|
@ -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
|
.\" Copyright (c) 1990, 1993, 1994, 2003
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
|
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
|
||||||
.\"
|
.\"
|
||||||
.Dd March 24, 2004
|
.Dd August 25, 2006
|
||||||
.Dt RM 1
|
.Dt RM 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -78,11 +78,12 @@ options.
|
||||||
.It Fl P
|
.It Fl P
|
||||||
Overwrite regular files before deleting them.
|
Overwrite regular files before deleting them.
|
||||||
Files are overwritten three times, first with the byte pattern 0xff,
|
Files are overwritten three times, first with the byte pattern 0xff,
|
||||||
then 0x00, and then with random data, before they are deleted. Some
|
then 0x00, and then with random data, before they are deleted.
|
||||||
care is taken to ensure that the data are actually written to disk,
|
Some care is taken to ensure that the data are actually written to
|
||||||
but this cannot be guaranteed, even on traditional filesystems; on
|
disk, but this cannot be guaranteed, even on traditional filesystems;
|
||||||
log-structured filesystems or if any block-journaling scheme is in
|
on log-structured filesystems or if any block-journaling scheme is
|
||||||
use, this option is completely useless. If the file cannot be
|
in use, this option is completely useless.
|
||||||
|
If the file cannot be
|
||||||
overwritten, it will not be removed.
|
overwritten, it will not be removed.
|
||||||
.It Fl R
|
.It Fl R
|
||||||
Attempt to remove the file hierarchy rooted in each file argument.
|
Attempt to remove the file hierarchy rooted in each file argument.
|
||||||
|
|
Loading…
Reference in New Issue