diff options
Diffstat (limited to 'gnu/usr.bin/rcs/co/co.1')
-rw-r--r-- | gnu/usr.bin/rcs/co/co.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/usr.bin/rcs/co/co.1 b/gnu/usr.bin/rcs/co/co.1 index c97ec1eef032e..41d774348808e 100644 --- a/gnu/usr.bin/rcs/co/co.1 +++ b/gnu/usr.bin/rcs/co/co.1 @@ -2,7 +2,7 @@ .ds Rv \\$3 .ds Dt \\$4 .. -.Id $Id: co.1,v 1.1.1.1 1993/06/18 04:22:11 jkh Exp $ +.Id $Id: co.1,v 1.2 1994/05/14 07:00:09 rgrimes Exp $ .ds g \&\s-1UTC\s0 .ds r \&\s-1RCS\s0 .if n .ds - \%-- @@ -141,6 +141,14 @@ See also .SM "FILE MODES" below. .TP +.B \-K\f2keywordlist\fP +Exclude or include keyword expansion when checking out a file. +By default all keywords are expanded, you can turn individual +keywords off with +.BR \-K\f2eKeyword\fP +or on with +.BR \-K\f2iKeyword\fP . +.TP .B \-kkv Generate keyword strings using the default form, e.g.\& .B "$\&Revision: \*(Rv $" |