summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJoris Vink <joris@cvs.openbsd.org>2005-05-23 20:26:14 +0000
committerJoris Vink <joris@cvs.openbsd.org>2005-05-23 20:26:14 +0000
commitef2251540e4ecdd2f4095d30b64bace237482635 (patch)
tree139b023fc01af5aa1238a9e23d4ccfb9e9a5ce58 /usr.bin
parent96b3f0d6ff187ba0091064f167f5279c692eaf64 (diff)
update the CVS_CLIENT_LOG section
ok jfb@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cvs/cvs.116
1 files changed, 15 insertions, 1 deletions
diff --git a/usr.bin/cvs/cvs.1 b/usr.bin/cvs/cvs.1
index c8544f2422e..2fb10d98050 100644
--- a/usr.bin/cvs/cvs.1
+++ b/usr.bin/cvs/cvs.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvs.1,v 1.63 2005/04/25 19:09:15 jfb Exp $
+.\" $OpenBSD: cvs.1,v 1.64 2005/05/23 20:26:13 joris Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" Copyright (c) 2004, 2005 Xavier Santolaria <xsa@openbsd.org>
@@ -1757,6 +1757,20 @@ server when running in non-local mode.
If set, this environment variable must contain a base path from which two
paths will be generated by appending ".in" to the value for the server's
input and ".out" for the server's output.
+.Pp
+The path can contain the following substitutes
+.Bl -tag -width Ds
+.It %c
+expands into the command being run.
+.It %d
+expands into the date.
+.It %u
+expands into the username of the person running it.
+.It %p
+expands into the process ID.
+.El
+.Pp
+The substitutes are only supported by OpenCVS.
.It Ev CVS_RSH
Name of the program to use when connecting to the server through a remote
shell.