=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.1,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/rcs/ci.1 2005/12/03 17:08:25 1.20 --- src/usr.bin/rcs/ci.1 2005/12/12 09:38:22 1.21 *************** *** 1,4 **** ! .\" $OpenBSD: ci.1,v 1.20 2005/12/03 17:08:25 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: ci.1,v 1.21 2005/12/12 09:38:22 xsa Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins .\" All rights reserved. *************** *** 36,42 **** .Op Fl n Ns Ar symbol .Op Fl r Ns Op Ar rev .Op Fl s Ns Ar state ! .Op Fl t Ns Ar file .Op Fl u Ns Op Ar rev .Op Fl w Ns Ar username .Op Fl x Ns Ar suffixes --- 36,43 ---- .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 u Ns Op Ar rev .Op Fl w Ns Ar username .Op Fl x Ns Ar suffixes *************** *** 109,125 **** Sets the state of the deposited revision to the identifier .Ar state . The specified value may not contain a space character. ! .It Fl t Ns Ar file ! Sets the description in the RCS file to the contents of the specified file. ! The .Ar file ! argument cannot begin with \-. ! If ! .Ar file ! begins with \-, the text following \- is used for the description, ! intead of loading the contents of a file. ! For example \-tafile sets the description to the contents of the file ! "afile", whereas \-t\-afile sets the description to the string "afile". .It Fl u The same as .Fl r , --- 110,130 ---- 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 ! Change the descriptive text. ! The descriptive text is taken from the .Ar file ! specified as argument or from the string ! .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. .It Fl u The same as .Fl r ,