=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/rcs.1,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/rcs/rcs.1 2006/04/19 11:00:53 1.25 +++ src/usr.bin/rcs/rcs.1 2006/04/19 12:44:00 1.26 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.25 2006/04/19 11:00:53 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.26 2006/04/19 12:44:00 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau .\" Copyright (c) 2005 Xavier Santolaria @@ -269,7 +269,7 @@ interpreting it as a keyword and expanding it into something like $\&Author$. The -.Fl k Ar o +.Fl k Ns Ar o option can be used to turn off keyword substitution entirely though. There is unfortunately no way to selectively turn off keyword substitution. .Pp @@ -281,35 +281,35 @@ .Pp The possible substitution modes are as follows: .Bl -tag -width Ds -offset 3n -.It Fl k Ar b +.It Fl k Ns Ar b Like -.Fl k Ar o , +.Fl k Ns Ar o , but also avoids the conversion of line endings. This option is used to handle binary files. -.It Fl k Ar k +.It Fl k Ns Ar k Does not substitute the keywords. Useful with the .Ic diff command to avoid displaying the differences between keyword substitutions. -.It Fl k Ar kv +.It Fl k Ns Ar kv The default behaviour. Keywords are normally substituted i.e. $\&Revision$ becomes $\&Revision: 1.1 $. -.It Fl k Ar kvl +.It Fl k Ns Ar kvl Like -.Fl k Ar kv , +.Fl k Ns Ar kv , except that the locker's name is displayed along with the version if the given revision is currently locked. This option is normally not useful as .Nm does not use file locking by default. -.It Fl k Ar o +.It Fl k Ns Ar o No substitutions are done. This option is often used with the .Ic import command to guarantee that files that already contain external keywords do not get modified. -.It Fl k Ar v +.It Fl k Ns Ar v Substitute the value of keywords instead of keywords themselves e.g. instead of $\&Revision$, only insert 1.1 and not $\&Revision: 1.1 $. This option must be used with care, as it can only be used once.