diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:03:00 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-05-23 11:03:00 +0000 |
commit | 50590a071f2ef9a25facf755416e572207d8ec3b (patch) | |
tree | 2fcada2d92bc7baa7d7905b8b4fe4999bff9f979 /doc/execlineb.html | |
parent | a865e0bd539407820d96016fc90cb6dee3e743aa (diff) | |
download | execline-50590a071f2ef9a25facf755416e572207d8ec3b.tar.xz |
Switch doc to schemeless URLs
Diffstat (limited to 'doc/execlineb.html')
-rw-r--r-- | doc/execlineb.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/execlineb.html b/doc/execlineb.html index 96e804f..9fa4243 100644 --- a/doc/execlineb.html +++ b/doc/execlineb.html @@ -6,14 +6,14 @@ <title>execline: the execlineb command</title> <meta name="Description" content="execline: the execlineb command" /> <meta name="Keywords" content="execline command execlineb launcher" /> - <!-- <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">execline</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>execlineb</tt> program </h1> @@ -220,7 +220,7 @@ parameters will be ignored. <tt>execlineb -P -c "<em>script</em>"</tt> is equivalent to, but more efficient than, <tt>execlineb -c "emptyenv -P <em>script</em>"</tt>. You should use the <tt>-P</tt> option only in standalone scripts that take no arguments, such as -<a href="http://skarnet.org/software/s6/">s6</a>'s or +<a href="//skarnet.org/software/s6/">s6</a>'s or <a href="http://smarden.org/runit/">runit</a>'s <em>run scripts</em>. </li> <li> The <tt>-S <em>nmin</em></tt> option <em>will</em> substitute the positional parameters - up to at least <em>nmin</em> - but <em>will not</em> |