stas        2004/08/22 14:48:23

  Modified:    src/docs/2.0/api/Apache RequestRec.pod
  Log:
  a small tweak
  
  Revision  Changes    Path
  1.31      +3 -3      modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod
  
  Index: RequestRec.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -u -r1.30 -r1.31
  --- RequestRec.pod    22 Aug 2004 20:48:12 -0000      1.30
  +++ RequestRec.pod    22 Aug 2004 21:48:23 -0000      1.31
  @@ -464,7 +464,7 @@
   
   =head2 C<content_languages>
   
  -Get/set content languages (the "Content-Language" HTTP header).
  +Get/set content languages (the C<"Content-Language"> HTTP header).
   Content languages are string like I<"en"> or I<"fr">.
   
     $languages = $r->content_languages();
  @@ -478,11 +478,11 @@
   =item opt arg1: C<$new_lang> ( ARRAY ref )
   
   If passed, sets the content languages to new values. It must be an
  -ARRAY ref of language names, like I<"en"> or I<"fr">
  +ARRAY reference of language names, like I<"en"> or I<"fr">
   
   =item ret: C<$languages> ( ARRAY ref )
   
  -The current list of content languages.
  +The current list of content languages, as an ARRAY reference.
   
   If C<$new_lang> is passed, then the previous value is returned.
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to