diff options
author | 2005-10-18 11:10:56 +0000 | |
---|---|---|
committer | 2005-10-18 11:10:56 +0000 | |
commit | aebe0739b687bb02e80fe191bf03b1fa06554f4e (patch) | |
tree | 8e36186334ba638a330bb9971fa467b96d63ff1d | |
parent | The kroute nexthop stuff was removed long time ago. So remove these (diff) | |
download | wireguard-openbsd-aebe0739b687bb02e80fe191bf03b1fa06554f4e.tar.xz wireguard-openbsd-aebe0739b687bb02e80fe191bf03b1fa06554f4e.zip |
- `-N' works now; document it.
-rw-r--r-- | usr.bin/rcs/ci.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index a9afe74648c..243fb0919a0 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.10 2005/10/16 22:54:24 niallo Exp $ +.\" $OpenBSD: ci.1,v 1.11 2005/10/18 11:10:56 niallo Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -29,6 +29,7 @@ .Op Fl k Ns Ar mode .Op Fl l Ns Op Ar rev .Op Fl m Ns Ar msg +.Op Fl N Ns Ar symbol .Op Fl n Ns Ar symbol .Op Fl r Ns Op Ar rev .Op Fl u Ns Op Ar rev @@ -74,6 +75,11 @@ is considered a comment and ignored. Assign the symbolic name .Ar symbol to the checked in revision. +.It Fl N Ns Ar symbol +Same as +.Ar -n +except it overwrites any previous assignment of +.Ar symbol . .It Fl q Be quiet about reporting. .It Fl r Ns Op Ar rev |