=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/ci.1,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/rcs/ci.1 2006/08/04 06:26:39 1.32 --- src/usr.bin/rcs/ci.1 2007/02/14 16:07:29 1.33 *************** *** 1,4 **** ! .\" $OpenBSD: ci.1,v 1.32 2006/08/04 06:26:39 ray Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: ci.1,v 1.33 2007/02/14 16:07:29 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins .\" All rights reserved. *************** *** 23,31 **** .Sh SYNOPSIS .Nm .Bk -words ! .Op Fl jMNqV .Op Fl d Ns Op Ar date .Op Fl f Ns Op Ar rev .Op Fl i Ns Op Ar rev .Op Fl j Ns Op Ar rev .Op Fl k Ns Op Ar rev --- 23,32 ---- .Sh SYNOPSIS .Nm .Bk -words ! .Op Fl qV .Op Fl d Ns Op Ar date .Op Fl f Ns Op Ar rev + .Op Fl I Ns Op Ar rev .Op Fl i Ns Op Ar rev .Op Fl j Ns Op Ar rev .Op Fl k Ns Op Ar rev *************** *** 90,96 **** .It Fl f Ns Op Ar rev Force check-in \(en even if no changes have been made to the working file. ! .It Fl I Interactive mode. .It Fl i Ns Op Ar rev Only do initial check-in. --- 91,97 ---- .It Fl f Ns Op Ar rev Force check-in \(en even if no changes have been made to the working file. ! .It Fl I Ns Op Ar rev Interactive mode. .It Fl i Ns Op Ar rev Only do initial check-in. *************** *** 134,140 **** is not specified the meaning is completely different \- override any .Fl l or ! .Fl u Op Ar rev options, ensuring the default behaviour of releasing a lock and removing the working file. .It Fl s Ns Ar state --- 135,141 ---- is not specified the meaning is completely different \- override any .Fl l or ! .Fl u options, ensuring the default behaviour of releasing a lock and removing the working file. .It Fl s Ns Ar state *************** *** 153,168 **** If no argument is given, this option is ignored (for compatibility reasons). ! .It Fl u The same as .Fl r , but also immediately checks out the deposited revision read-only. Useful if you wish to read the working file after check-in. .It Fl V Print RCS's version number. ! .It Fl w Ns Ar user Uses ! .Ar user as the author field of the deposited revision. .It Fl x Ns Ar suffixes Specifies the suffixes for RCS files. --- 154,169 ---- If no argument is given, this option is ignored (for compatibility reasons). ! .It Fl u Ns Op Ar rev The same as .Fl r , but also immediately checks out the deposited revision read-only. Useful if you wish to read the working file after check-in. .It Fl V Print RCS's version number. ! .It Fl w Ns Ar username Uses ! .Ar username as the author field of the deposited revision. .It Fl x Ns Ar suffixes Specifies the suffixes for RCS files.