=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.1,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/rcs/ci.1 2006/04/27 09:58:12 1.29 --- src/usr.bin/rcs/ci.1 2006/04/29 05:10:16 1.30 *************** *** 1,4 **** ! .\" $OpenBSD: ci.1,v 1.29 2006/04/27 09:58:12 jmc Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: ci.1,v 1.30 2006/04/29 05:10:16 ray Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins .\" All rights reserved. *************** *** 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 --- 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 str .Op Fl u Ns Op Ar rev .Op Fl w Ns Ar username .Op Fl x Ns Ar suffixes *************** *** 142,162 **** 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 , --- 141,158 ---- 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 str Change the descriptive text. ! The argument .Ar str ! 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 ,