From: Omar Polo Subject: Re: gotwebd.8: Remove the dash in "Fast-CGI" To: Josiah Frentsos Cc: gameoftrees@openbsd.org Date: Mon, 24 Oct 2022 18:32:55 +0200 On 2022/10/24 12:25:10 -0400, Josiah Frentsos wrote: > diff 88dec1791eeb2f779795789b119d5bf675c24b6a 7b09cbf48c1c29492011bc248ecfc91a9b657829 > commit - 88dec1791eeb2f779795789b119d5bf675c24b6a > commit + 7b09cbf48c1c29492011bc248ecfc91a9b657829 > blob - 76ea436987a66394ecc52ea2dbee229a0fd42e1b > blob + fc6a8dd644426e1879134ff2d5b235159c7c4e52 > --- gotwebd/gotwebd.8 > +++ gotwebd/gotwebd.8 > @@ -18,7 +18,7 @@ > .Os > .Sh NAME > .Nm gotwebd > -.Nd Game of Trees Git Fast-CGI repository server for web browsers > +.Nd Game of Trees Git FastCGI repository server for web browsers +1 for this. oddly, i never noticed the dash in the name, but I agree the correct spelling is "FastCGI" (see for example the original documentation page preserved at[0]) Thanks! [0]: https://fast-cgi.github.io/original/ > .Sh SYNOPSIS > .Nm > .Op Fl dnv > @@ -26,7 +26,7 @@ is a Fast-CGI server program which can display the con > .Op Fl f Ar file > .Sh DESCRIPTION > .Nm > -is a Fast-CGI server program which can display the contents of Git > +is a FastCGI server program which can display the contents of Git > repositories via a web browser. > The program has been designed to work out of the box with > the > @@ -67,7 +67,7 @@ as a Fast-CGI helper program. > .Xr httpd.conf 5 > configuration file must be adjusted to run > .Nm > -as a Fast-CGI helper program. > +as a FastCGI helper program. > The > .Sx EXAMPLES > section below contains an appropriate configuration file sample.