summaryrefslogtreecommitdiffstats
path: root/git-daemon.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 15:48:36 -0800
commit6546a509a43eda541b7749ee45837d7a74ba7339 (patch)
treea4753bbbeb6fa8a064cbcf570aadb5d4354a1ceb /git-daemon.html
parentc2015e3db30c76ee24b99a14d244f62f1467f581 (diff)
downloadgit-htmldocs-6546a509a43eda541b7749ee45837d7a74ba7339.tar.gz
Autogenerated HTML docs for v2.43.0-581-g5216f
Diffstat (limited to 'git-daemon.html')
-rw-r--r--git-daemon.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-daemon.html b/git-daemon.html
index 5e2fa7ad5..6c1f583e9 100644
--- a/git-daemon.html
+++ b/git-daemon.html
@@ -759,7 +759,7 @@ git-daemon(1) Manual Page
[--allow-override=&lt;service&gt;] [--forbid-override=&lt;service&gt;]
[--access-hook=&lt;path&gt;] [--[no-]informative-errors]
[--inetd |
- [--listen=&lt;host_or_ipaddr&gt;] [--port=&lt;n&gt;]
+ [--listen=&lt;host-or-ipaddr&gt;] [--port=&lt;n&gt;]
[--user=&lt;user&gt; [--group=&lt;group&gt;]]]
[--log-destination=(stderr|syslog|none)]
[&lt;directory&gt;&#8230;]</pre>
@@ -861,13 +861,13 @@ Git repositories.</p></div>
</p>
</dd>
<dt class="hdlist1">
---listen=&lt;host_or_ipaddr&gt;
+--listen=&lt;host-or-ipaddr&gt;
</dt>
<dd>
<p>
Listen on a specific IP address or hostname. IP addresses can
be either an IPv4 address or an IPv6 address if supported. If IPv6
- is not supported, then --listen=hostname is also not supported and
+ is not supported, then --listen=&lt;hostname&gt; is also not supported and
--listen must be given an IPv4 address.
Can be given more than once.
Incompatible with <code>--inetd</code> option.
@@ -975,8 +975,8 @@ otherwise <code>stderr</code>.</p></div>
specified with no parameter, a request to
git://host/&#126;alice/foo is taken as a request to access
<em>foo</em> repository in the home directory of user <code>alice</code>.
- If <code>--user-path=path</code> is specified, the same request is
- taken as a request to access <code>path/foo</code> repository in
+ If <code>--user-path=&lt;path&gt;</code> is specified, the same request is
+ taken as a request to access <code>&lt;path&gt;/foo</code> repository in
the home directory of user <code>alice</code>.
</p>
</dd>
@@ -1281,7 +1281,7 @@ services are performed.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2023-10-23 14:43:46 PDT
+ 2024-02-08 15:45:59 PST
</div>
</div>
</body>