From 8b44fe6976bc998d4f0e2aad3f16532a857e5794 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Fri, 4 Jun 1999 02:45:26 +0000 Subject: start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ --- bin/rm/rm.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/rm') 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 -- cgit v1.2.3