summaryrefslogtreecommitdiffstats
path: root/git-check-attr.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-26 08:39:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-26 08:39:38 +0000
commit1de7572eb1aa483cc2aaca1db274928ffc6830f0 (patch)
treeac708c90ee1a4a4765a9e852319760583d609fc6 /git-check-attr.html
parent625716ad62c5c0b2c57c90079944a7f6b914bb09 (diff)
downloadgit-htmldocs-1de7572eb1aa483cc2aaca1db274928ffc6830f0.tar.gz
Autogenerated HTML docs for v1.6.2.1-389-geed1
Diffstat (limited to 'git-check-attr.html')
-rw-r--r--git-check-attr.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/git-check-attr.html b/git-check-attr.html
index 08ae13c72..e1f270cca 100644
--- a/git-check-attr.html
+++ b/git-check-attr.html
@@ -326,7 +326,7 @@ git-check-attr(1) Manual Page
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="para"><p>For every pathname, this command will list if each attr is <em>unspecified</em>,
+<div class="para"><p>For every pathname, this command will list if each attribute is <em>unspecified</em>,
<em>set</em>, or <em>unset</em> as a gitattribute on that pathname.</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
@@ -345,8 +345,8 @@ git-check-attr(1) Manual Page
</dt>
<dd>
<p>
- Only meaningful with <tt>--stdin</tt>; paths are separated with
- NUL character instead of LF.
+ Only meaningful with <tt>--stdin</tt>; paths are separated with a
+ NUL character instead of a linefeed character.
</p>
</dd>
<dt>
@@ -354,7 +354,7 @@ git-check-attr(1) Manual Page
</dt>
<dd>
<p>
- Interpret all preceding arguments as attributes, and all following
+ Interpret all preceding arguments as attributes and all following
arguments as path names. If not supplied, only the first argument will
be treated as an attribute.
</p>
@@ -365,7 +365,7 @@ git-check-attr(1) Manual Page
<div class="sectionbody">
<div class="para"><p>The output is of the form:
&lt;path&gt; COLON SP &lt;attribute&gt; COLON SP &lt;info&gt; LF</p></div>
-<div class="para"><p>Where &lt;path&gt; is the path of a file being queried, &lt;attribute&gt; is an attribute
+<div class="para"><p>&lt;path&gt; is the path of a file being queried, &lt;attribute&gt; is an attribute
being queried and &lt;info&gt; can be either:</p></div>
<div class="hlist"><table>
<tr>
@@ -381,7 +381,7 @@ when the attribute is not defined for the path.
<em>unset</em>
</td>
<td class="hlist2">
-when the attribute is defined to false.
+when the attribute is defined as false.
</td>
</tr>
<tr>
@@ -389,7 +389,7 @@ when the attribute is defined to false.
<em>set</em>
</td>
<td class="hlist2">
-when the attribute is defined to true.
+when the attribute is defined as true.
</td>
</tr>
<tr>
@@ -440,7 +440,7 @@ org/example/MyClass.java: myAttr: set</tt></pre>
<div class="ilist"><ul>
<li>
<p>
-Listing attribute for multiple files:
+Listing an attribute for multiple files:
</p>
</li>
</ul></div>
@@ -481,7 +481,7 @@ README: caveat: unspecified</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-02-14 08:18:05 UTC
+Last updated 2009-03-26 08:39:12 UTC
</div>
</div>
</body>