From a370c3fb9c794fec7d35c5f60d2041ae26718161 Mon Sep 17 00:00:00 2001
From: Colin Booth
Date: Mon, 30 Mar 2020 16:57:32 +0000
Subject: execline: fix html errors
Signed-off-by: Colin Booth
---
doc/dieshdiedie.html | 4 +++-
doc/elgetopt.html | 2 +-
doc/elgetpositionals.html | 2 +-
doc/elglob.html | 2 +-
doc/grammar.html | 2 +-
doc/redirfd.html | 2 +-
doc/runblock.html | 2 +-
doc/upgrade.html | 8 ++++----
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 @@
+
execline
Software
-skarnet.org
+skarnet.org
+
Why not just use /bin/sh ?
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 @@
execline
Software
skarnet.org
-
+
The elgetopt program
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 @@
execline
Software
skarnet.org
-
+
The elgetpositionals program
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 @@
execline
Software
skarnet.org
-
+
The elglob program
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 nice command works that way:
nice -10 echo blah
will read nice and -10
from the argv, change the process' nice value, then exec into
the command echo blah. This is called
-chain loading
+chain loading
by some people, and
Bernstein chaining by others.
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.
shell equivalent. Some shells provide the noclobber option for
a similar feature.
redirfd -x n file prog... has no portable
-shell equivalent.
+shell equivalent.
Special fifo handling
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 and blocks.
n blocks and execs into the remaining arguments.
Else it skips n-1 blocks and execs into the nth
one.
- If cmd... is not empty, then instead of directly executing the
+ If cmd... is not empty, then instead of directly executing the
block or the remainder, runblock appends the selected
set of arguments to the cmd... command line.
Normally runblock pops
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 @@
in 2.6.0.0
- - skalibs
+
- skalibs
dependency bumped to 2.9.2.0.
- dollarat now has its -0 and -d
priority unified. (Rightmost priority.)
@@ -39,7 +39,7 @@ was given or not.
in 2.5.3.0
- - skalibs
+
- skalibs
dependency bumped to 2.9.1.0.
- --enable-pedantic-posix configure option added.
- posix-cd binary added.
@@ -49,14 +49,14 @@ dependency bumped to 2.9.1.0.
in 2.5.2.0
- - skalibs
+
- skalibs
dependency bumped to 2.9.0.0.
in 2.5.1.0
- - skalibs
+
- skalibs
dependency bumped to 2.8.0.0.
- New command: envfile.
- Everything now builds as PIC by default no matter
--
cgit v1.2.3