diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-24 17:20:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-24 17:20:02 +0000 |
commit | 455f02a00416373558bfbdbd22e672687c91b520 (patch) | |
tree | 21b3bc8200831c9638d5d58b07d3573cc30a9eb0 | |
parent | c936f7fa912d8f751a200bb2973da51155818c3a (diff) | |
download | s6-portable-utils-455f02a00416373558bfbdbd22e672687c91b520.tar.xz |
More schemeless URLs
-rw-r--r-- | doc/s6-chown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-chown.html b/doc/s6-chown.html index 1d2931e..56b24c9 100644 --- a/doc/s6-chown.html +++ b/doc/s6-chown.html @@ -36,7 +36,7 @@ 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 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>: +<a href="//skarnet.org/software/s6/s6-envuidgid.html">s6-envuidgid</a>: <tt> s6-envuidgid account s6-chown -U file </tt> changes <em>file</em>'s uid and gid to <em>account</em>'s. </li> </ul> |