diff options
author | 2005-05-23 20:26:13 +0000 | |
---|---|---|
committer | 2005-05-23 20:26:13 +0000 | |
commit | 8da8c71474da8c4db19b951b76a978741c0e1ac4 (patch) | |
tree | d3dccb2a2472e416ab8f53e2b08571b04dc2fbdb | |
parent | tap. tap. is this thing on? (diff) | |
download | wireguard-openbsd-8da8c71474da8c4db19b951b76a978741c0e1ac4.tar.xz wireguard-openbsd-8da8c71474da8c4db19b951b76a978741c0e1ac4.zip |
update the CVS_CLIENT_LOG section
ok jfb@
-rw-r--r-- | usr.bin/cvs/cvs.1 | 16 |
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. |