]> gitweb.ps.run Git - ps-cgit/blobdiff - cgitrc.5.txt
Extract clone URL printing to ui-shared.c
[ps-cgit] / cgitrc.5.txt
index cbaebcab4d22e30e101bdcdeb5c49ae49dad61de..104b223b9b9e64c62c5c6d2c8e7c35db8fbb1960 100644 (file)
@@ -603,7 +603,7 @@ specification with the relevant string; available values are:
                This is called when the current filtering operation is
                completed. It must return an integer value. Usually 0
                indicates success.
-       
+
        Additionally, cgit exposes to the Lua the following built-in functions:
 
        'html(str)'::
@@ -667,7 +667,7 @@ auth filter::
        the http cookie and return a 0 if it is invalid or 1 if it is invalid,
        in the exit code / close function. If the filter action is
        "authenticate-post", this filter receives POST'd parameters on
-       standard input, and should write a complete CGI request, preferably
+       standard input, and should write a complete CGI response, preferably
        with a 302 redirect, and write to output one or more "Set-Cookie"
        HTTP headers, each followed by a newline.