Fix typos, ensure EXAMPLE sections include everything in brief examples that have...
[metaproxy-moved-to-github.git] / doc / auth_simple.xml
index 8a2077a..3bd0f59 100644 (file)
@@ -2,7 +2,7 @@
     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [
  <!ENTITY copyright SYSTEM "copyright.xml">
 ]>
-<!-- $Id: auth_simple.xml,v 1.3 2006-03-27 13:44:07 adam Exp $ -->
+<!-- $Id: auth_simple.xml,v 1.4 2006-04-20 11:12:32 mike Exp $ -->
 <refentry>
  <refmeta>
   <refentrytitle>auth_simple</refentrytitle>
  
  <refsect1><title>EXAMPLES</title>
   <para>
-   A typical configuration looks as likes:
+   A typical configuration looks like this:
    <screen><![CDATA[
     <filter type="auth_simple">
-     <targetRegister>example.target-auth</targetRegister>
+     <userRegister>../etc/example.simple-auth</userRegister>
+     <targetRegister>../etc/example.target-auth</targetRegister>
      <discardUnauthorisedTargets/>
     </filter>
 ]]>
    </screen>
-   ### Show and describe examle.target-auth here ###
+   ### Show and describe example.target-auth
   </para>
  </refsect1>