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/el_pushenv.html | |
parent | a865e0bd539407820d96016fc90cb6dee3e743aa (diff) | |
download | execline-50590a071f2ef9a25facf755416e572207d8ec3b.tar.xz |
Switch doc to schemeless URLs
Diffstat (limited to 'doc/el_pushenv.html')
-rw-r--r-- | doc/el_pushenv.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/el_pushenv.html b/doc/el_pushenv.html index abcbb57..bce3169 100644 --- a/doc/el_pushenv.html +++ b/doc/el_pushenv.html @@ -6,14 +6,14 @@ <title>execline: pushing and popping the environment</title> <meta name="Description" content="execline: pushing and popping the environment" /> <meta name="Keywords" content="execline environment push pop el_pushenv el_popenv" /> - <!-- <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> Pushing and popping the environment </h1> @@ -157,7 +157,7 @@ emptyenv -P <ul> <li> Use <tt>execlineb -P</tt> if you don't need positional parameters at all; for instance, in -<a href="http://skarnet.org/software/s6/">s6</a> or +<a href="//skarnet.org/software/s6/">s6</a> or <a href="http://smarden.org/runit/">runit</a> <em>run scripts</em>. </li> <li> Use <tt>execlineb -S<em>n</em></tt> if you need only simple positional parameter substitution in your script - no |