diff options
-rw-r--r-- | usr.bin/rcs/ci.1 | 8 | ||||
-rw-r--r-- | usr.bin/rcs/rcs.1 | 8 | ||||
-rw-r--r-- | usr.bin/rcs/rcsdiff.1 | 8 | ||||
-rw-r--r-- | usr.bin/rcs/rlog.1 | 8 |
4 files changed, 28 insertions, 4 deletions
diff --git a/usr.bin/rcs/ci.1 b/usr.bin/rcs/ci.1 index 15ead68081c..ee3e607223e 100644 --- a/usr.bin/rcs/ci.1 +++ b/usr.bin/rcs/ci.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ci.1,v 1.16 2005/11/02 20:39:28 niallo Exp $ +.\" $OpenBSD: ci.1,v 1.17 2005/11/21 20:06:34 xsa Exp $ .\" .\" Copyright (c) 2005 Niall O'Higgins <niallo@openbsd.org> .\" All rights reserved. @@ -36,6 +36,7 @@ .Op Fl s Ns Ar state .Op Fl u Ns Op Ar rev .Op Fl w Ns Ar username +.Op Fl x Ns Ar suffixes .Ar file ... .Ek .Sh DESCRIPTION @@ -110,6 +111,11 @@ Print RCS's version number. Uses .Ar user as the author field of the deposited revision. +.It Fl x Ns Ar suffixes +Specifies the suffixes for RCS files. +Suffixes should be separated by the +.Sq / +character. .El .Sh ENVIRONMENT .Bl -tag -width RCSINIT diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 86237b0a4da..4bbbb1a97f9 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.14 2005/11/08 14:23:16 xsa Exp $ +.\" $OpenBSD: rcs.1,v 1.15 2005/11/21 20:06:34 xsa Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" All rights reserved. @@ -41,6 +41,7 @@ .Op Fl m Ns Ar rev : Ns Ar log .Oo Fl t Ns Ar file Ns \*(Ba .Ar str Oc +.Op Fl x Ns Ar suffixes .Ar file ... .Sh DESCRIPTION The @@ -124,6 +125,11 @@ See for more details on locking. .It Fl V Print the program's version string and exit. +.It Fl x Ns Ar suffixes +Specifies the suffixes for RCS files. +Suffixes should be separated by the +.Sq / +character. .El .Sh ENVIRONMENT .Bl -tag -width RCSINIT diff --git a/usr.bin/rcs/rcsdiff.1 b/usr.bin/rcs/rcsdiff.1 index 982e7919958..64b48f5f35e 100644 --- a/usr.bin/rcs/rcsdiff.1 +++ b/usr.bin/rcs/rcsdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsdiff.1,v 1.10 2005/10/27 07:47:52 xsa Exp $ +.\" $OpenBSD: rcsdiff.1,v 1.11 2005/11/21 20:06:34 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -28,6 +28,7 @@ .Fl r Ns Ar rev .Op Fl r Ns Ar rev2 .Oc +.Op Fl x Ns Ar suffixes .Ar file ... .Ek .Sh DESCRIPTION @@ -59,6 +60,11 @@ See for more information. .It Fl V Print RCS's version number. +.It Fl x Ns Ar suffixes +Specifies the suffixes for RCS files. +Suffixes should be separated by the +.Sq / +character. .El .Sh ENVIRONMENT .Bl -tag -width RCSINIT diff --git a/usr.bin/rcs/rlog.1 b/usr.bin/rcs/rlog.1 index dff9b81296d..318a518a2b8 100644 --- a/usr.bin/rcs/rlog.1 +++ b/usr.bin/rcs/rlog.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rlog.1,v 1.5 2005/11/21 13:57:35 xsa Exp $ +.\" $OpenBSD: rlog.1,v 1.6 2005/11/21 20:06:34 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -24,6 +24,7 @@ .Nm .Bk -words .Op Fl hLNqRTtV +.Op Fl x Ns Ar suffixes .Ar file ... .Ek .Sh DESCRIPTION @@ -50,6 +51,11 @@ For compatibility. Print header and description only. .It Fl V Print RCS's version number. +.It Fl x Ns Ar suffixes +Specifies the suffixes for RCS files. +Suffixes should be separated by the +.Sq / +character. .El .Sh ENVIRONMENT .Bl -tag -width RCSINIT |