summaryrefslogtreecommitdiffstats
path: root/man1/git-daemon.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-daemon.1')
-rw-r--r--man1/git-daemon.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man1/git-daemon.1 b/man1/git-daemon.1
index 43a60c4c6..f726ce69c 100644
--- a/man1/git-daemon.1
+++ b/man1/git-daemon.1
@@ -2,12 +2,12 @@
.\" Title: git-daemon
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-02-06
+.\" Date: 2024-02-08
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.561.g235986be82
+.\" Source: Git 2.43.0.581.g5216f8f5c4
.\" Language: English
.\"
-.TH "GIT\-DAEMON" "1" "2024\-02\-06" "Git 2\&.43\&.0\&.561\&.g235986" "Git Manual"
+.TH "GIT\-DAEMON" "1" "2024\-02\-08" "Git 2\&.43\&.0\&.581\&.g5216f8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -42,7 +42,7 @@ git-daemon \- A really simple server for Git repositories
[\-\-allow\-override=<service>] [\-\-forbid\-override=<service>]
[\-\-access\-hook=<path>] [\-\-[no\-]informative\-errors]
[\-\-inetd |
- [\-\-listen=<host_or_ipaddr>] [\-\-port=<n>]
+ [\-\-listen=<host\-or\-ipaddr>] [\-\-port=<n>]
[\-\-user=<user> [\-\-group=<group>]]]
[\-\-log\-destination=(stderr|syslog|none)]
[<directory>\&...]
@@ -110,9 +110,9 @@ Have the server run as an inetd service\&. Implies \-\-syslog (may be overridden
\fB\-\-log\-destination=\fR)\&. Incompatible with \-\-detach, \-\-port, \-\-listen, \-\-user and \-\-group options\&.
.RE
.PP
-\-\-listen=<host_or_ipaddr>
+\-\-listen=<host\-or\-ipaddr>
.RS 4
-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 \-\-listen must be given an IPv4 address\&. Can be given more than once\&. Incompatible with
+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 \-\-listen must be given an IPv4 address\&. Can be given more than once\&. Incompatible with
\fB\-\-inetd\fR
option\&.
.RE
@@ -185,9 +185,9 @@ Allow ~user notation to be used in requests\&. When specified with no parameter,
\fIfoo\fR
repository in the home directory of user
\fBalice\fR\&. If
-\fB\-\-user\-path=path\fR
+\fB\-\-user\-path=<path>\fR
is specified, the same request is taken as a request to access
-\fBpath/foo\fR
+\fB<path>/foo\fR
repository in the home directory of user
\fBalice\fR\&.
.RE