diff options
-rw-r--r-- | usr.bin/rcs/co.1 | 6 | ||||
-rw-r--r-- | usr.bin/rcs/rcs.1 | 6 | ||||
-rw-r--r-- | usr.bin/rcs/rcsclean.1 | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/usr.bin/rcs/co.1 b/usr.bin/rcs/co.1 index efc15956b23..08d398cfaa8 100644 --- a/usr.bin/rcs/co.1 +++ b/usr.bin/rcs/co.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: co.1,v 1.14 2005/11/23 20:25:40 jmc Exp $ +.\" $OpenBSD: co.1,v 1.15 2005/11/25 15:35:43 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl V +.Op Fl TV .Op Fl d Ns Ar date .Op Fl f Ns Op Ar rev .Op Fl I Ns Op Ar rev @@ -91,6 +91,8 @@ only. The same as .Fl r , but also unlocks the retrieved revision if it was locked. +.It Fl T +Preserve RCS files modification time. .It Fl V Print RCS's version number. .It Fl w Ns Ar user diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 4bbbb1a97f9..6d02df21812 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.15 2005/11/21 20:06:34 xsa Exp $ +.\" $OpenBSD: rcs.1,v 1.16 2005/11/25 15:35:43 xsa Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -31,7 +31,7 @@ .Nd RCS file management program .Sh SYNOPSIS .Nm -.Op Fl ehiLMqUV +.Op Fl ehiLMqTUV .Op Fl A Ns Ar oldfile .Op Fl a Ns Ar users .Op Fl b Ns Op Ar rev @@ -104,6 +104,8 @@ log message with .It Fl q Be quiet about reporting. .Sm off +.It Fl T +Preserve RCS files modification time. .It Fl t Ar file \*(Ba Ar str .Sm on Change the descriptive text. diff --git a/usr.bin/rcs/rcsclean.1 b/usr.bin/rcs/rcsclean.1 index af455062383..73288605395 100644 --- a/usr.bin/rcs/rcsclean.1 +++ b/usr.bin/rcs/rcsclean.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsclean.1,v 1.10 2005/11/16 16:25:22 xsa Exp $ +.\" $OpenBSD: rcsclean.1,v 1.11 2005/11/25 15:35:43 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl V +.Op Fl TV .Op Fl k Ns Ar mode .Op Fl n Ns Op Ar rev .Op Fl q Ns Op Ar rev @@ -51,6 +51,8 @@ will show you what it would normally do without doing it. Be quiet about reporting. .It Fl r Ns Ar rev Specify the revision for comparison. +.It Fl T +Preserve RCS files modification time. .It Fl u Ns Op Ar rev Unlock the revision if it's not locked and has not been changed. .It Fl V |