chiark / gitweb /
docs: more work
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Mar 2013 14:07:08 +0000 (14:07 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 17 Mar 2013 14:07:08 +0000 (14:07 +0000)
caf.pod

diff --git a/caf.pod b/caf.pod
index 7921b357b33e80f63ff642a5f8fb316d4d2b9cab..673aeeeef9ef0e57294ad647f244673d634b0924 100644 (file)
--- a/caf.pod
+++ b/caf.pod
@@ -111,7 +111,7 @@ The resulting verifier object can be used to process individual
 requests, in each case with
 C<< $authreq = CGI::Auth::Flexible->new_request($cgi_query) >>.
 
 requests, in each case with
 C<< $authreq = CGI::Auth::Flexible->new_request($cgi_query) >>.
 
-=head2 RESPONSE GENERATION - SIMPLE APPLICATIONS
+=head2 RESPONSES - SIMPLE APPLICATIONS
 
 The simplist usage is to call C<< $request->check_ok() >> which will
 check the user's authentication.  If the user is not logged in it will
 
 The simplist usage is to call C<< $request->check_ok() >> which will
 check the user's authentication.  If the user is not logged in it will
@@ -126,7 +126,7 @@ After C<check_ok> returns true you should go ahead and process the
 request; you can use C<< $request->get_username >> to find out which
 user the request came from.
 
 request; you can use C<< $request->get_username >> to find out which
 user the request came from.
 
-=head2 RESPONSE GENERATION - SOPHISTICATED APPLICATIONS
+=head2 RESPONSES - SOPHISTICATED APPLICATIONS
 
 If you want to handle the control flow and to generate login forms,
 redirections, etc., yourself, you can say
 
 If you want to handle the control flow and to generate login forms,
 redirections, etc., yourself, you can say