summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-03-03 10:09:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-03-03 10:09:13 +0000
commitc8edbcd86c1f4157e3998fb0d81c9a576b0f1f0a (patch)
treef4b1a698522c9ff006f6560b904ebfd18fa54046
parentad7d2720e40348b2aa4062c8f8194b57e5c4b7f4 (diff)
downloads6-portable-utils-c8edbcd86c1f4157e3998fb0d81c9a576b0f1f0a.tar.xz
- More doc cosmetic fixes
- version: 2.0.3.0
-rw-r--r--doc/s6-chown.html2
-rw-r--r--doc/s6-ls.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-chown.html b/doc/s6-chown.html
index 0cbbe57..a3ae819 100644
--- a/doc/s6-chown.html
+++ b/doc/s6-chown.html
@@ -32,7 +32,7 @@
to (numeric) <em>gid</em>. </li>
<li> If <em>uid</em> isn't provided, the owner remains the same; if <em>gid</em>
isn't provided, the group remains the same. </li>
- <li> The <tt>-U</tt> option sets <em>uid</em> to the value of the UID
+ <li> The <tt>-U</tt> option sets <em>uid</em> to the value of the UID
environment variable and <em>gid</em> to the value of the GID environment variable.
This makes s6-chown easily usable with
<a href="http://www.skarnet.org/software/s6/s6-envuidgid.html">s6-envuidgid</a>:
diff --git a/doc/s6-ls.html b/doc/s6-ls.html
index 492ea25..bd129b4 100644
--- a/doc/s6-ls.html
+++ b/doc/s6-ls.html
@@ -40,7 +40,7 @@ instead of a newline. </li>
<li> <tt>-a</tt>&nbsp;: do not omit files starting with a dot. Do
not list <tt>.</tt> or <tt>..</tt> though. </li>
<li> <tt>-A</tt>&nbsp;: do not omit files starting with a dot, even
-<tt>.</tt> and <tt>..</tt> </li>
+<tt>.</tt> and <tt>..</tt> </li>
<li> <tt>-x</tt>&nbsp;<em>exclude</em>&nbsp;: if a file name is
<em>exclude</em>, do not print it. </li>
</ul>