Module Name:    src
Committed By:   gutteridge
Date:           Sat Jul  6 00:10:25 UTC 2019

Modified Files:
        src/external/gpl2/xcvs/dist/doc: cvs.1 cvs.texinfo

Log Message:
cvs.1 & cvs.texinfo: note global "-u" option

Add details about the global "-u" option, partly to clarify its
distinction from the "admin" command's local "-u" option. Addresses
PR bin/25472.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/gpl2/xcvs/dist/doc/cvs.1
cvs rdiff -u -r1.13 -r1.14 src/external/gpl2/xcvs/dist/doc/cvs.texinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/xcvs/dist/doc/cvs.1
diff -u src/external/gpl2/xcvs/dist/doc/cvs.1:1.12 src/external/gpl2/xcvs/dist/doc/cvs.1:1.13
--- src/external/gpl2/xcvs/dist/doc/cvs.1:1.12	Fri Jul  5 23:30:57 2019
+++ src/external/gpl2/xcvs/dist/doc/cvs.1	Sat Jul  6 00:10:25 2019
@@ -410,6 +410,14 @@ Trace program execution; display message
 potential impact of an unfamiliar command.
 .SP
 .IP "" 0
+\fB-u\fR
+.IP "" 2
+Do not take internal locks (for transactional integrity) during read
+and write operations. (Note this is unrelated to releasing reserved
+checkouts, as accomplished with the \fBcvs admin -u\fR command,
+see node `admin options\(aq in the CVS manual.)
+.SP
+.IP "" 0
 \fB-v\fR
 .IP "" 2
 .IP "" 0

Index: src/external/gpl2/xcvs/dist/doc/cvs.texinfo
diff -u src/external/gpl2/xcvs/dist/doc/cvs.texinfo:1.13 src/external/gpl2/xcvs/dist/doc/cvs.texinfo:1.14
--- src/external/gpl2/xcvs/dist/doc/cvs.texinfo:1.13	Fri Jul  5 23:30:57 2019
+++ src/external/gpl2/xcvs/dist/doc/cvs.texinfo	Sat Jul  6 00:10:25 2019
@@ -8428,6 +8428,12 @@ Trace program execution; display message
 @sc{cvs} activity.  Particularly useful with @samp{-n} to explore the
 potential impact of an unfamiliar command.
 
+@item -u
+Do not take internal locks (for transactional integrity) during read
+and write operations. (Note this is unrelated to releasing reserved
+checkouts, as accomplished with the @code{cvs admin -u} command,
+@pxref{admin options}.)
+
 @item -v
 @item --version
 Display version and copyright information for @sc{cvs}.

Reply via email to