diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-18 15:03:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-18 15:03:32 +0000 |
commit | a9a0cd7c90caf41114d7d316f04d8fe259bb6ff1 (patch) | |
tree | 9168fef00f6c33087c245eb4be265bf64c5e2b58 /usr.bin/rcs | |
parent | 880acd43567b2a2cdd7712fdb643d89d85535a11 (diff) |
put -N description in the right place, and fix its description;
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/ci.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 243fb0919a0..c2fd5eb3375 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.11 2005/10/18 11:10:56 niallo Exp $ +.\" $OpenBSD: ci.1,v 1.12 2005/10/18 15:03:31 jmc Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -71,15 +71,15 @@ Specify a log message. A line beginning with a hash character .Pq Sq # is considered a comment and ignored. +.It Fl N Ns Ar symbol +The same as +.Fl n +except it overwrites any previous assignment of +.Ar symbol . .It Fl n Ns Ar symbol 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 |