kess 2003/02/28 14:42:42
Modified: htdocs/manual/mod core.html.en
Log:
correct a mistake. Thanks Cliff
Revision Changes Path
1.247 +6 -6 httpd-docs-1.3/htdocs/manual/mod/core.html.en
Index: core.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- core.html.en 28 Feb 2003 22:20:54 -0000 1.246
+++ core.html.en 28 Feb 2003 22:42:42 -0000 1.247
@@ -2977,13 +2977,13 @@
rel="Help"><strong>Status:</strong></a> core
<p>This directive selects which authenticated users can access
- a ressource. The allowed syntaxes are:</p>
+ a resource. The allowed syntaxes are:</p>
<ul>
<li>
Require user <em>userid</em> [<em>userid</em>] ...
- <p>Only the named users can access the ressource.</p>
+ <p>Only the named users can access the resource.</p>
</li>
<li>
@@ -2991,23 +2991,23 @@
<p>Only users in the named groups can access the
- ressource.</p>
+ resource.</p>
</li>
<li>
Require valid-user
- <p>All valid users can access the ressource.</p>
+ <p>All valid users can access the resource.</p>
</li>
<li>file-owner
<p>Only the user, whose name matches the system's name for
- the file owner, can access the ressource.<br>
+ the file owner, can access the resource.<br>
[Available after Apache 1.3.20]</p>
</li>
<li>file-group
<p>Only the members of the group, whose name matches the
system's name of the file owner group, can access the
- ressource.<br>[Available after Apache 1.3.20]</p>
+ resource.<br>[Available after Apache 1.3.20]</p>
</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]