diff options
author | 2005-10-29 19:09:48 +0000 | |
---|---|---|
committer | 2005-10-29 19:09:48 +0000 | |
commit | 37e742b0f840d648872b4a528aedacb6660fc6c0 (patch) | |
tree | ead4fceff57e58d5551bee97f206b4550160ef8f | |
parent | - add two new functions to RCS api: rcs_state_set() and rcs_state_check() (diff) | |
download | wireguard-openbsd-37e742b0f840d648872b4a528aedacb6660fc6c0.tar.xz wireguard-openbsd-37e742b0f840d648872b4a528aedacb6660fc6c0.zip |
- document `-s' option.
-rw-r--r-- | usr.bin/rcs/ci.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index a22b5b5ad71..b609894964d 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.14 2005/10/27 07:47:52 xsa Exp $ +.\" $OpenBSD: ci.1,v 1.15 2005/10/29 19:09:48 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -32,6 +32,7 @@ .Op Fl N Ns Ar symbol .Op Fl n Ns Ar symbol .Op Fl r Ns Op Ar rev +.Op Fl s Ns Ar state .Op Fl u Ns Op Ar rev .Op Fl w Ns Ar username .Ar file ... @@ -96,6 +97,7 @@ working file. .It Fl s Ns Ar state Sets the state of the deposited revision to the identifier .Ar state . +The specified value may not contain a space character. .It Fl u The same as .Fl r , |