You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/03/12 04:00:47 UTC

cvs commit: apache/htdocs/manual/mod mod_browser.html

dgaudet     97/03/11 19:00:46

  Modified:    htdocs/manual/mod  mod_browser.html
  Log:
  fixed typo
  
  Revision  Changes    Path
  1.7       +1 -1      apache/htdocs/manual/mod/mod_browser.html
  
  Index: mod_browser.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_browser.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -C3 -r1.6 -r1.7
  *** mod_browser.html	1996/12/02 18:14:03	1.6
  --- mod_browser.html	1997/03/12 03:00:45	1.7
  ***************
  *** 40,46 ****
    header. The first argument should be a POSIX.2 extended regular
    expression (similar to an egrep-style regex). The rest of the arguments
    give names of variables to set. These take the form of either
  ! "<code>varname</code>", "<code>!varname</code> or
    "<code>varname=value</code>". In the first form, the value will be set
    to "1". The second will remove the given variable if already defined,
    and the third will set the variable to the value given by <code>value</code>. If a User-Agent
  --- 40,46 ----
    header. The first argument should be a POSIX.2 extended regular
    expression (similar to an egrep-style regex). The rest of the arguments
    give names of variables to set. These take the form of either
  ! "<code>varname</code>", "<code>!varname</code>" or
    "<code>varname=value</code>". In the first form, the value will be set
    to "1". The second will remove the given variable if already defined,
    and the third will set the variable to the value given by <code>value</code>. If a User-Agent