summaryrefslogtreecommitdiffstats
path: root/man1/git-check-attr.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-check-attr.1')
-rw-r--r--man1/git-check-attr.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-check-attr.1 b/man1/git-check-attr.1
index 8d53dfd09..4dd23a061 100644
--- a/man1/git-check-attr.1
+++ b/man1/git-check-attr.1
@@ -2,12 +2,12 @@
.\" Title: git-check-attr
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-CHECK\-ATTR" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-CHECK\-ATTR" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -57,7 +57,7 @@ in the index only, ignoring the working tree\&.
.PP
\-\-stdin
.RS 4
-Read pathnames from the standard input, one per line, instead of from the command\-line\&.
+Read pathnames from the standard input, one per line, instead of from the command line\&.
.RE
.PP
\-z
@@ -69,7 +69,7 @@ is also given, input paths are separated with a NUL character instead of a linef
.PP
\-\-source=<tree\-ish>
.RS 4
-Check attributes against the specified tree\-ish\&. It is common to specify the source tree by naming a commit, branch or tag associated with it\&.
+Check attributes against the specified tree\-ish\&. It is common to specify the source tree by naming a commit, branch, or tag associated with it\&.
.RE
.PP
\-\-
@@ -84,7 +84,7 @@ The output is of the form: <path> COLON SP <attribute> COLON SP <info> LF
.sp
unless \fB\-z\fR is in effect, in which case NUL is used as delimiter: <path> NUL <attribute> NUL <info> NUL
.sp
-<path> is the path of a file being queried, <attribute> is an attribute being queried and <info> can be either:
+<path> is the path of a file being queried, <attribute> is an attribute being queried, and <info> can be either:
.PP
\fIunspecified\fR
.RS 4