summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorColin Booth <colin@heliocat.net>2020-03-30 16:57:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-03-30 17:23:54 +0000
commita370c3fb9c794fec7d35c5f60d2041ae26718161 (patch)
treee1315693cee7514ebc7752efe9691a5a4ef6d686 /doc
parentb11f71b9c092e9d1cdb8f354d5332c59dc222aba (diff)
downloadexecline-a370c3fb9c794fec7d35c5f60d2041ae26718161.tar.xz
execline: fix html errors
Signed-off-by: Colin Booth <colin@heliocat.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/dieshdiedie.html4
-rw-r--r--doc/elgetopt.html2
-rw-r--r--doc/elgetpositionals.html2
-rw-r--r--doc/elglob.html2
-rw-r--r--doc/grammar.html2
-rw-r--r--doc/redirfd.html2
-rw-r--r--doc/runblock.html2
-rw-r--r--doc/upgrade.html8
8 files changed, 13 insertions, 11 deletions
diff --git a/doc/dieshdiedie.html b/doc/dieshdiedie.html
index 64ce03b..9dd2313 100644
--- a/doc/dieshdiedie.html
+++ b/doc/dieshdiedie.html
@@ -10,9 +10,11 @@
</head>
<body>
+<p>
<a href="index.html">execline</a><br />
<a href="//skarnet.org/software/">Software</a><br />
-<a href="//skarnet.org/">skarnet.org</a><p />
+<a href="//skarnet.org/">skarnet.org</a>
+</p>
<h1> Why not just use <tt>/bin/sh</tt>&nbsp;? </h1>
diff --git a/doc/elgetopt.html b/doc/elgetopt.html
index cf45ad0..b3a28ce 100644
--- a/doc/elgetopt.html
+++ b/doc/elgetopt.html
@@ -14,7 +14,7 @@
<a href="index.html">execline</a><br />
<a href="//skarnet.org/software/">Software</a><br />
<a href="//skarnet.org/">skarnet.org</a>
-<p />
+</p>
<h1> The <tt>elgetopt</tt> program </h1>
diff --git a/doc/elgetpositionals.html b/doc/elgetpositionals.html
index b24febe..494a69b 100644
--- a/doc/elgetpositionals.html
+++ b/doc/elgetpositionals.html
@@ -14,7 +14,7 @@
<a href="index.html">execline</a><br />
<a href="//skarnet.org/software/">Software</a><br />
<a href="//skarnet.org/">skarnet.org</a>
-<p />
+</p>
<h1> The <tt>elgetpositionals</tt> program </h1>
diff --git a/doc/elglob.html b/doc/elglob.html
index 80c438d..3df2541 100644
--- a/doc/elglob.html
+++ b/doc/elglob.html
@@ -14,7 +14,7 @@
<a href="index.html">execline</a><br />
<a href="//skarnet.org/software/">Software</a><br />
<a href="//skarnet.org/">skarnet.org</a>
-<p />
+</p>
<h1> The <tt>elglob</tt> program </h1>
diff --git a/doc/grammar.html b/doc/grammar.html
index dd2ea62..de8f4cf 100644
--- a/doc/grammar.html
+++ b/doc/grammar.html
@@ -38,7 +38,7 @@ instance, the <tt>nice</tt> command works that way:
<pre> nice -10 echo blah </pre> will read <tt>nice</tt> and <tt>-10</tt>
from the argv, change the process' <em>nice</em> value, then exec into
the command <tt>echo blah</tt>. This is called
-<a href"http://en.wikipedia.org/wiki/Chain_loading">chain loading</a>
+<a href="http://en.wikipedia.org/wiki/Chain_loading">chain loading</a>
by some people, and <a href="http://www.faqs.org/docs/artu/ch07s02.html">
Bernstein chaining</a> by others. </li>
<li> The purpose of the environment is to preserve some state across
diff --git a/doc/redirfd.html b/doc/redirfd.html
index 94135a9..706ffff 100644
--- a/doc/redirfd.html
+++ b/doc/redirfd.html
@@ -69,7 +69,7 @@ to blocking mode if it was. </li>
shell equivalent. Some shells provide the <em>noclobber</em> option for
a similar feature. </li>
<li> <tt>redirfd -x <em>n</em> <em>file</em> prog...</tt> has no portable
-shell equivalent.</tt> </li>
+shell equivalent. </li>
</ul>
<h2> Special fifo handling </h2>
diff --git a/doc/runblock.html b/doc/runblock.html
index f090f85..b5cc65b 100644
--- a/doc/runblock.html
+++ b/doc/runblock.html
@@ -43,7 +43,7 @@ arguments <em>and</em> blocks. </li>
<em>n</em> blocks and execs into the remaining arguments. </li>
<li> Else it skips <em>n</em>-1 blocks and execs into the <em>n</em>th
one. </li>
- <li> If <em>cmd...<em> is not empty, then instead of directly executing the
+ <li> If <em>cmd...</em> is not empty, then instead of directly executing the
block or the remainder, <tt>runblock</tt> <em>appends</em> the selected
set of arguments to the <em>cmd...</em> command line. </li>
<li> Normally <tt>runblock</tt> <a href="el_pushenv.html#pop">pops</a>
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 9f561a2..4dda1ef 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,7 +21,7 @@
<h2> in 2.6.0.0 </h2>
<ul>
- <li> <a href="//skarnet.org/software/skalibs/"></a>skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.2.0. </li>
<li> <a href="dollarat.html">dollarat</a> now has its <tt>-0</tt> and <tt>-d</tt>
priority unified. (Rightmost priority.) </li>
@@ -39,7 +39,7 @@ was given or not. </li>
<h2> in 2.5.3.0 </h2>
<ul>
- <li> <a href="//skarnet.org/software/skalibs/"></a>skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.1.0. </li>
<li> <tt>--enable-pedantic-posix</tt> configure option added. </li>
<li> <a href="posix-cd.html">posix-cd</a> binary added. </li>
@@ -49,14 +49,14 @@ dependency bumped to 2.9.1.0. </li>
<h2> in 2.5.2.0 </h2>
<ul>
- <li> <a href="//skarnet.org/software/skalibs/"></a>skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.9.0.0. </li>
</ul>
<h2> in 2.5.1.0 </h2>
<ul>
- <li> <a href="//skarnet.org/software/skalibs/"></a>skalibs</a>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
dependency bumped to 2.8.0.0. </li>
<li> New command: <a href="envfile.html">envfile</a>. </li>
<li> Everything now builds as PIC by default no matter