=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.1,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- src/usr.bin/cvs/cvs.1 2005/05/23 20:26:13 1.64 +++ src/usr.bin/cvs/cvs.1 2005/05/23 21:01:11 1.65 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvs.1,v 1.64 2005/05/23 20:26:13 joris Exp $ +.\" $OpenBSD: cvs.1,v 1.65 2005/05/23 21:01:11 joris Exp $ .\" .\" Copyright (c) 2004 Jean-Francois Brousseau .\" Copyright (c) 2004, 2005 Xavier Santolaria @@ -1758,16 +1758,17 @@ 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 +The path can contain the following substitutes: +.Pp +.Bl -tag -width Ds -offset indent -compact .It %c -expands into the command being run. +the command being run .It %d -expands into the date. -.It %u -expands into the username of the person running it. +the date .It %p -expands into the process ID. +the process ID +.It %u +the username of the person running it .El .Pp The substitutes are only supported by OpenCVS.