diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-16 13:59:55 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-16 13:59:55 +0000 |
commit | 7d02afca6a0e287ca2b289d05db4ddfd2705c842 (patch) | |
tree | 4743f0cfffb064867ffc8f03f8e0683589f9e07a /bin/rm | |
parent | 3c295f2d7ed31b6c6f1bcafb7dea8c33099a61c7 (diff) |
change [-f | -i] to [-fi]: although technically not as correct, it is
simpler (clearer), and matches cp(1), mv(1), posix, and even usage();
Diffstat (limited to 'bin/rm')
-rw-r--r-- | bin/rm/rm.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 4d6e0656d8c..e84f873ae3a 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rm.1,v 1.26 2006/09/21 15:14:07 jmc Exp $ +.\" $OpenBSD: rm.1,v 1.27 2007/02/16 13:59:54 jmc Exp $ .\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -41,9 +41,8 @@ .Nd remove directory entries .Sh SYNOPSIS .Nm rm -.Op Fl f | Fl i -.Op Fl dPRr -.Ar file Op Ar ... +.Op Fl dfiPRr +.Ar .Sh DESCRIPTION The .Nm |