=================================================================== RCS file: /cvs/cvsweb/cvsweb.conf.5,v retrieving revision 4.1 retrieving revision 4.2 diff -u -p -r4.1 -r4.2 --- cvsweb/cvsweb.conf.5 2019/11/29 21:38:42 4.1 +++ cvsweb/cvsweb.conf.5 2019/11/29 23:42:40 4.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cvsweb.conf.5,v 4.1 2019/11/29 21:38:42 schwarze Exp $ +.\" $OpenBSD: cvsweb.conf.5,v 4.2 2019/11/29 23:42:40 schwarze Exp $ .\" .\" Copyright (c) 2019 Ingo Schwarze .\" Copyright (c) 2002 Ville Skytta @@ -34,13 +34,13 @@ .Nm cvsweb.conf .Nd CVSweb configuration file .Sh DESCRIPTION -The +The optional .Xr cvsweb 8 configuration file is a .Xr perl 1 script executed via the Perl .Fn do -function near the beginning of the main program. +function near the beginning of the main program, if it exists. It can contain arbitrary Perl code, but it is only intended to override or change the global variables documented below, which are listed with their default value and their type. @@ -73,7 +73,7 @@ Enable generation of hyperlinks to manual pages in sou Enable downloading of tarballs using the .Cm tarball query keyword and generate hyperlinks facilitating such downloads. -.It Va @annotate_options No = XXX ; # array of strings +.It Va @annotate_options No = qw(-f -R) ; # array of strings Global options passed to the .Xr cvs 1 program when invoking the @@ -102,7 +102,7 @@ $CMD{tar} = '/bin/tar'; .Ed .It Va $cssurl No = '/css/cvsweb.css' ; # string The URI of the cascading style sheet file. -.It Va @cvs_options No = XXX ; # array of strings +.It Va @cvs_options No = qw(-f -R) ; # array of strings Global options passed to the .Xr cvs 1 program when invoking a command other than