diff options
Diffstat (limited to 'usr.bin/rcs/ci.1')
-rw-r--r-- | usr.bin/rcs/ci.1 | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index f21d8f1d8e5..63822f32011 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.29 2006/04/27 09:58:12 jmc Exp $ +.\" $OpenBSD: ci.1,v 1.30 2006/04/29 05:10:16 ray Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -36,8 +36,7 @@ .Op Fl n Ns Ar symbol .Op Fl r Ns Op Ar rev .Op Fl s Ns Ar state -.Oo Fl t Ns Ar file Ns \*(Ba -.Ar str Oc +.Op Fl t Ns Ar str .Op Fl u Ns Op Ar rev .Op Fl w Ns Ar username .Op Fl x Ns Ar suffixes @@ -142,21 +141,18 @@ working file. Sets the state of the deposited revision to the identifier .Ar state . The specified value may not contain a space character. -.Sm off -.It Fl t Ar file \*(Ba Ar str -.Sm on +.It Fl t Ns Ar str Change the descriptive text. -The descriptive text is taken from the -.Ar file -specified as argument or from the string +The argument .Ar str -given as argument if it is preceded by the -.Sq - -character. -If no argument is used, the descriptive text is taken from standard input -terminated by end-of-file or by a line containing the -.Sq \&. -character by itself. +is interpreted as the name of a file containing +the descriptive text or, +if prefixed with a +.Sq - , +the actual descriptive text itself. +If no argument is given, +this option is ignored +(for compatibility reasons). .It Fl u The same as .Fl r , |