summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-05-19 21:33:41 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-05-19 21:33:41 +0000
commitfdab8d208caab89f3a888ad7370ec8d3ea653b1a (patch)
tree0e4c68bb227af24de7a260940c8ec60428c83d79 /bin
parentee760109bb16e2b0ca5a460692e3045fd6ade3cd (diff)
simplify the description of -R; from Jeffrey 'jf' Lim
Diffstat (limited to 'bin')
-rw-r--r--bin/rm/rm.15
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index e84f873ae3a..bce937bf822 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rm.1,v 1.27 2007/02/16 13:59:54 jmc Exp $
+.\" $OpenBSD: rm.1,v 1.28 2007/05/19 21:33:40 jmc Exp $
.\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -95,8 +95,7 @@ option.
If the
.Fl i
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).
+each directory (and its contents) are processed.
If the user does not respond affirmatively, the file hierarchy rooted in
that directory is skipped.
.Pp