diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:03:22 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:03:22 +0000 |
commit | 6f85f86357d70570195e7a97a8b7fbb779c82230 (patch) | |
tree | d608ffa04fe89dcf79e7f6bf1cac8330dec3051b /doc/s6-fdholder-retrieve.html | |
parent | 4f9624bb41a303d0a564f735880843a6d9a07573 (diff) | |
download | s6-6f85f86357d70570195e7a97a8b7fbb779c82230.tar.xz |
Switch doc to schemeless URLs
Diffstat (limited to 'doc/s6-fdholder-retrieve.html')
-rw-r--r-- | doc/s6-fdholder-retrieve.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/s6-fdholder-retrieve.html b/doc/s6-fdholder-retrieve.html index 0e7ab2a..821a949 100644 --- a/doc/s6-fdholder-retrieve.html +++ b/doc/s6-fdholder-retrieve.html @@ -6,14 +6,14 @@ <title>s6: the s6-fdholder-retrieve program</title> <meta name="Description" content="s6: the s6-fdholder-retrieve program" /> <meta name="Keywords" content="s6 s6-fdholder fd-holding fd-holder fd retrieval unix socket activation" /> - <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> --> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> </head> <body> <p> <a href="index.html">s6</a><br /> -<a href="http://skarnet.org/software/">Software</a><br /> -<a href="http://skarnet.org/">skarnet.org</a> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> </p> <h1> The <tt>s6-fdholder-retrieve</tt> program </h1> @@ -82,7 +82,7 @@ connection. <ul> <li> s6-fdholder-retrieve really executes into <tt>s6-ipcclient s6-fdholder-retrievec -<a href="http://skarnet.org/software/execline/fdclose.html">fdclose</a> +<a href="//skarnet.org/software/execline/fdclose.html">fdclose</a> 6 fdclose 7 <em>prog...</em></tt>, so that <em>prog...</em> does not have a connection with the fd-holding daemon anymore. If you want to keep the server connection open for <em>prog...</em>, use @@ -90,7 +90,7 @@ keep the server connection open for <em>prog...</em>, use <li> To execute <em>prog</em> with the newly retrieved file descriptor as number <em>n</em> while preserving stdin, use the following construct: <tt>fdmove <em>n</em> 0 s6-fdholder-retrieve <em>path</em> <em>id</em> -<a href="http://skarnet.org/software/execline/fdswap.html">fdswap</a> +<a href="//skarnet.org/software/execline/fdswap.html">fdswap</a> 0 <em>n</em> <em>prog...</em></tt>. Be aware that <em>n</em> cannot be 6 or 7, internally used by s6-fdholder-retrieve. </li> </ul> |