Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/xcvs/dist/doc cvs.1 & cvs.texinfo: note global...
details: https://anonhg.NetBSD.org/src/rev/e0a20c944b0c
branches: trunk
changeset: 962221:e0a20c944b0c
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Sat Jul 06 00:10:25 2019 +0000
description:
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.
diffstat:
external/gpl2/xcvs/dist/doc/cvs.1 | 8 ++++++++
external/gpl2/xcvs/dist/doc/cvs.texinfo | 6 ++++++
2 files changed, 14 insertions(+), 0 deletions(-)
diffs (34 lines):
diff -r 734905cb1389 -r e0a20c944b0c external/gpl2/xcvs/dist/doc/cvs.1
--- a/external/gpl2/xcvs/dist/doc/cvs.1 Fri Jul 05 23:30:57 2019 +0000
+++ b/external/gpl2/xcvs/dist/doc/cvs.1 Sat Jul 06 00:10:25 2019 +0000
@@ -410,6 +410,14 @@
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
diff -r 734905cb1389 -r e0a20c944b0c external/gpl2/xcvs/dist/doc/cvs.texinfo
--- a/external/gpl2/xcvs/dist/doc/cvs.texinfo Fri Jul 05 23:30:57 2019 +0000
+++ b/external/gpl2/xcvs/dist/doc/cvs.texinfo Sat Jul 06 00:10:25 2019 +0000
@@ -8428,6 +8428,12 @@
@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}.
Home |
Main Index |
Thread Index |
Old Index