List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Fix typo in cgitrc.5.txt
@ 2019-07-24 22:02 me
  0 siblings, 0 replies; only message in thread
From: me @ 2019-07-24 22:02 UTC (permalink / raw)


1 indicates success; 0 is failure.
---
 cgitrc.5.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 47850a8..239e9b5 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -707,7 +707,7 @@ auth filter::
 	When the filter action is "body", this filter must write to output the
 	HTML for displaying the login form, which POSTs to the login url. When
 	the filter action is "authenticate-cookie", this filter must validate
-	the http cookie and return a 0 if it is invalid or 1 if it is invalid,
+	the http cookie and return a 1 if it is valid, or a 0 if it is not
 	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 response, preferably
-- 
2.21.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-24 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24 22:02 [PATCH] Fix typo in cgitrc.5.txt me

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).