diff options
author | Niall O'Higgins <niallo@cvs.openbsd.org> | 2006-02-16 13:32:28 +0000 |
---|---|---|
committer | Niall O'Higgins <niallo@cvs.openbsd.org> | 2006-02-16 13:32:28 +0000 |
commit | c79da0e3e5f12fc01c94a4dd1a61b3589ffe14c7 (patch) | |
tree | 286be7f710f179eba3eb2f897499521de0a75a17 /usr.bin/rcs/ci.1 | |
parent | 712408e1470fe579698e1e3d6aae298c93bd6101 (diff) |
`ci -k` is described incorrectly in a number of places.
- fix ci(1) manual page for this option
- fix usage() for this option
- fix CI_OPTSTRING for this option.
Diffstat (limited to 'usr.bin/rcs/ci.1')
-rw-r--r-- | usr.bin/rcs/ci.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 050f2d7aa71..80029cd1eb0 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.21 2005/12/12 09:38:22 xsa Exp $ +.\" $OpenBSD: ci.1,v 1.22 2006/02/16 13:32:27 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -28,7 +28,7 @@ .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 Ar mode +.Op Fl k Ns Op Ar rev .Op Fl l Ns Op Ar rev .Op Fl M Ns Op Ar rev .Op Fl m Ns Ar msg @@ -69,8 +69,10 @@ Print error and refuse to do check-in if the RCS file already exists. .It Fl j Ns Op Ar rev Only do update check-in. Print error and refuse to do check-in if the RCS file does not already exist. -.It Fl k Ns Ar mode -Specify the keyword substitution mode. +.It Fl k Ns Op Ar rev +Search the working file for keywords and set the revision number, +creation date, state and author to the values found in these keywords +instead of computing them. .It Fl l Ns Op Ar rev The same as .Fl r , |