summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2004-12-22 21:41:11 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2004-12-22 21:41:11 +0000
commit1e6d78d526cece3a8682174e808734280c15dafd (patch)
tree2b1f95b7b262717aa6f2151a3e2ab47cd1f0da84
parent88bca5675562e2a68196d6fa6c3b7f212a3b124d (diff)
order `cvs remove' aliases correctly;
-rw-r--r--usr.bin/cvs/cvs.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index c5b7229a570..3dbab173ba7 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvs.1,v 1.18 2004/12/22 20:58:52 xsa Exp $
+.\" $OpenBSD: cvs.1,v 1.19 2004/12/22 21:41:10 xsa Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" All rights reserved.
@@ -238,8 +238,8 @@ Files are not actually removed from the repository until the
command has been run subsequently.
.Pp
Aliases:
-.Ic delete ,
-.Ic rm .
+.Ic rm ,
+.Ic delete .
.It Ic rlog
Print out history information for a module.
.It Ic rtag