diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-04 02:45:26 +0000 |
commit | 8b44fe6976bc998d4f0e2aad3f16532a857e5794 (patch) | |
tree | 196a1ce3b84d92c654f45f5c001905bd1b00101d /bin/rm | |
parent | 67797a0990e5f662d6d5a45d57b8df9621d9b446 (diff) |
start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 1fec0b19316..c5683647be1 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.6 1998/12/15 01:20:26 aaron Exp $ +.\" $OpenBSD: rm.1,v 1.7 1999/06/04 02:45:14 aaron Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -69,7 +69,7 @@ the exit status to reflect an error. The .Fl f option overrides any previous -.Fl i +.Fl i options. .It Fl i Request confirmation before attempting to remove each file, regardless of @@ -78,7 +78,7 @@ terminal. The .Fl i option overrides any previous -.Fl f +.Fl f options. .It Fl P Overwrite regular files before deleting them. @@ -86,14 +86,14 @@ Files are overwritten three times, first with the byte pattern 0xff, then 0x00, and then 0xff again, before they are deleted. .It Fl R Attempt to remove the file hierarchy rooted in each file argument. -The +The .Fl R option implies the .Fl d option. If the .Fl i -option is specified, the user is prompted for confirmation before +option is specified, the user is prompted for confirmation before each directory's contents are processed (as well as before the attempt is made to remove the directory). If the user does not respond affirmatively, the file hierarchy rooted in |