summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/man
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-02 06:43:58 +0000
committerpeter <peter@FreeBSD.org>2000-10-02 06:43:58 +0000
commita152a7ef82d848279559ecbca83c547e47aa8c9d (patch)
treeccd783be8562c7bf052885106d7a3efd32f7be0c /contrib/cvs/man
parente0aa09eb3434450a9aec24a6f4b2694077991e45 (diff)
downloadFreeBSD-src-a152a7ef82d848279559ecbca83c547e47aa8c9d.zip
FreeBSD-src-a152a7ef82d848279559ecbca83c547e47aa8c9d.tar.gz
Merge changes from 1.10.7 -> 1.11 into mainline. Note that the old
anoncvs no-password hack is gone and is replaced by the official version.
Diffstat (limited to 'contrib/cvs/man')
-rw-r--r--contrib/cvs/man/cvs.137
-rw-r--r--contrib/cvs/man/cvsbug.83
2 files changed, 24 insertions, 16 deletions
diff --git a/contrib/cvs/man/cvs.1 b/contrib/cvs/man/cvs.1
index fe9e30a..395da71 100644
--- a/contrib/cvs/man/cvs.1
+++ b/contrib/cvs/man/cvs.1
@@ -193,8 +193,10 @@ Use
.I editor
to enter revision log information.
Overrides the setting of the
-.SM CVSEDITOR
-and the
+.SM CVSEDITOR\c
+,
+.SM VISUAL\c
+, and
.SM EDITOR
environment variables.
.TP
@@ -397,6 +399,11 @@ file; see
Incorporate a set of updates from off-site into the source repository,
as a ``vendor branch''. (Changes repository.)
.TP
+.B init
+Initialize a repository by adding the CVSROOT subdirectory and some default
+control files. You must use this command or initialize the repository in
+some other way before you can use it.
+.TP
.B log
Display
log information.
@@ -512,13 +519,6 @@ is available with these commands:
.BR checkout ", " export ", "
.BR rdiff ", " rtag ", and " update .
.TP
-.B \-H
-Help; describe the options available for this command. This is the
-only option supported for
-.I all
-.B cvs
-commands.
-.TP
\fB\-k\fP \fIkflag\fP
Alter the default
processing of keywords.
@@ -1723,7 +1723,7 @@ executes recursively through subdirectories; you can prevent this by
using the standard \fB\-l\fP option, or specify the recursion
explicitly by using \fB\-R\fP.
.TP
-\fBupdate\fP [\fB\-Adf\|lPpQqR\fP] [\fB\-d\fP] [\fB\-r\fP \fItag\fP|\fB\-D\fP \fIdate\fP] \fIfiles\|.\|.\|.\fP
+\fBupdate\fP [\fB\-ACdf\|lPpQqR\fP] [\fB\-d\fP] [\fB\-r\fP \fItag\fP|\fB\-D\fP \fIdate\fP] \fIfiles\|.\|.\|.\fP
.I Requires:
repository, working directory.
.br
@@ -1880,6 +1880,12 @@ Use
.` "\-I !"
to avoid ignoring any files at all.
.SP
+Use the
+.` "\-C"
+option to overwrite locally modified files with clean copies from
+the repository (the modified file is saved in
+`\fB.#\fP\fIfile\fP\fB.\fP\fIrevision\fP', however).
+.SP
The standard \fBcvs\fP command options \fB\-f\fP, \fB\-k\fP,
\fB\-l\fP, \fB\-P\fP, \fB\-p\fP, and \fB\-r\fP
are also available with \fBupdate\fP.
@@ -2079,12 +2085,13 @@ and
Specifies the program to use for recording log messages during
.BR commit .
If not set, the
+.SM VISUAL
+and
.SM EDITOR
-environment variable is used instead.
-If
-.SM EDITOR
-is not set either, the default is
-.BR /usr/ucb/vi .
+environment variables are tried (in that order).
+If neither is set, a system-dependent default editor (e.g.,
+.BR vi )
+is used.
.TP
.SM CVS_IGNORE_REMOTE_ROOT
If this variable is set then
diff --git a/contrib/cvs/man/cvsbug.8 b/contrib/cvs/man/cvsbug.8
index fc1bf07..460ca46 100644
--- a/contrib/cvs/man/cvsbug.8
+++ b/contrib/cvs/man/cvsbug.8
@@ -17,8 +17,9 @@
.\" General Public License for more details.
.\"
.\" ---------------------------------------------------------------------------
+.\" $FreeBSD$
.nh
-.TH CVSBUG 1 xVERSIONx "February 1993"
+.TH CVSBUG 8 xVERSIONx "February 1993"
.SH NAME
cvsbug \- send problem report (PR) about CVS to a central support site
.SH SYNOPSIS
OpenPOWER on IntegriCloud