summaryrefslogtreecommitdiffstats
path: root/man1/git.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git.1')
-rw-r--r--man1/git.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git.1 b/man1/git.1
index 937ab90a9..177740757 100644
--- a/man1/git.1
+++ b/man1/git.1
@@ -2,12 +2,12 @@
.\" Title: git
.\" Author: [see the "Authors" section]
.\" 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" "1" "2024\-02\-06" "Git 2\&.43\&.0\&.561\&.g235986" "Git Manual"
+.TH "GIT" "1" "2024\-02\-08" "Git 2\&.43\&.0\&.581\&.g5216f8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -290,7 +290,7 @@ to
\fB0\fR\&.
.RE
.PP
-\-\-list\-cmds=group[,group\&...]
+\-\-list\-cmds=<group>[,<group>\&...]
.RS 4
List commands by group\&. This is an internal/experimental option and may change or be removed in the future\&. Supported groups are: builtins, parseopt (builtin commands that use parse\-options), main (all commands in libexec directory), others (all other commands in
\fB$PATH\fR
@@ -1915,7 +1915,7 @@ Alternatively, if the variable is set to an absolute path (starting with a
character), Git will interpret this as a file path and will try to append the trace messages to it\&. If the path already exists and is a directory, the trace messages will be written to files (one per process) in that directory, named according to the last component of the SID and an optional counter (to avoid filename collisions)\&.
.sp
In addition, if the variable is set to
-\fBaf_unix:[<socket_type>:]<absolute\-pathname>\fR, Git will try to open the path as a Unix Domain Socket\&. The socket type can be either
+\fBaf_unix:[<socket\-type>:]<absolute\-pathname>\fR, Git will try to open the path as a Unix Domain Socket\&. The socket type can be either
\fBstream\fR
or
\fBdgram\fR\&.