summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-06-04 07:24:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-06-04 07:24:48 +0000
commit341071d878757c06a3931db660fe318effc8317e (patch)
tree8cb7bf28351c062adbe71172b942a3228d40725d /git-daemon.html
parentbb8fb05ed082c81af81f9eecf356f993e2ef83b7 (diff)
downloadgit-htmldocs-341071d878757c06a3931db660fe318effc8317e.tar.gz
Autogenerated HTML docs for v1.3.3-g16a4
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-daemon.html b/git-daemon.html
index ccb330027..ae1dea8da 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -284,13 +284,13 @@ git-daemon(1) Manual Page
aka 9418. It waits for a connection, and will just execute "git-upload-pack"
when it gets one.</p>
<p>It's careful in that there's a magic request-line that gives the command and
-what directory to upload, and it verifies that the directory is ok.</p>
+what directory to upload, and it verifies that the directory is OK.</p>
<p>It verifies that the directory has the magic file "git-daemon-export-ok", and
it will refuse to export any git directory that hasn't explicitly been marked
for export this way (unless the <em>--export-all</em> parameter is specified). If you
pass some directory paths as <em>git-daemon</em> arguments, you can further restrict
the offers to a whitelist comprising of those.</p>
-<p>This is ideally suited for read-only updates, ie pulling from git repositories.</p>
+<p>This is ideally suited for read-only updates, i.e., pulling from git repositories.</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -422,7 +422,7 @@ the offers to a whitelist comprising of those.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 10-Mar-2006 00:31:23 UTC
+Last updated 04-Jun-2006 07:24:23 UTC
</div>
</div>
</body>