diff options
-rw-r--r-- | usr.bin/rcs/ci.1 | 10 | ||||
-rw-r--r-- | usr.bin/rcs/co.1 | 10 | ||||
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 10 | ||||
-rw-r--r-- | usr.bin/rcs/rcsmerge.1 | 10 |
4 files changed, 4 insertions, 36 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index b7deaad7d12..f21d8f1d8e5 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.28 2006/04/24 22:06:49 jmc Exp $ +.\" $OpenBSD: ci.1,v 1.29 2006/04/27 09:58:12 jmc Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -72,14 +72,6 @@ using the .Fl x option. .Pp -Files may be selected by revision or, -where no revision is specified, -the latest revision of the default branch is used. -Revisions are specified either by using the -.Fl r -option or -by appending the revision number to any option that supports it. -.Pp .Nm also supports keyword substitution \(en diff --git a/usr.bin/rcs/co.1 b/usr.bin/rcs/co.1 index b39e012c4ef..9a9df21dbd7 100644 --- a/usr.bin/rcs/co.1 +++ b/usr.bin/rcs/co.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: co.1,v 1.25 2006/04/24 22:06:49 jmc Exp $ +.\" $OpenBSD: co.1,v 1.26 2006/04/27 09:58:12 jmc Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -67,14 +67,6 @@ option. During this time, no other users may check out the file whilst it is locked. .Pp -Files may be selected by revision or, -where no revision is specified, -the latest revision of the default branch is used. -Revisions are specified either by using the -.Fl r -option or -by appending the revision number to any option that supports it. -.Pp .Nm also supports keyword substitution \(en diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index 392b0c7967a..282990ae5ab 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.17 2006/04/24 22:06:49 jmc Exp $ +.\" $OpenBSD: rcsclean.1,v 1.18 2006/04/27 09:58:12 jmc Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -39,14 +39,6 @@ Only checked out files from the current working directory are removed \(en .Nm does not remove files from the RCS repository. .Pp -Files may be selected by revision or, -where no revision is specified, -the latest revision of the default branch is used. -Revisions are specified either by using the -.Fl r -option or -by appending the revision number to any option that supports it. -.Pp .Nm also supports keyword substitution \(en diff --git a/usr.bin/rcs/rcsmerge.1 b/usr.bin/rcs/rcsmerge.1 index 741f361b809..2d781cc98a2 100644 --- a/usr.bin/rcs/rcsmerge.1 +++ b/usr.bin/rcs/rcsmerge.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsmerge.1,v 1.9 2006/04/24 22:06:49 jmc Exp $ +.\" $OpenBSD: rcsmerge.1,v 1.10 2006/04/27 09:58:12 jmc Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -36,14 +36,6 @@ The program merges changes between two revisions of an RCS file into the corresponding working file. .Pp -Files may be selected by revision or, -where no revision is specified, -the latest revision of the default branch is used. -Revisions are specified either by using the -.Fl r -option or -by appending the revision number to any option that supports it. -.Pp .Nm also supports keyword substitution \(en |