summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appl/cmd/man2html.b3
-rw-r--r--dis/man2html.disbin15911 -> 15942 bytes
-rw-r--r--include/version.h2
-rw-r--r--man/3/prog4
4 files changed, 5 insertions, 4 deletions
diff --git a/appl/cmd/man2html.b b/appl/cmd/man2html.b
index 9eda5940..c3e6cc63 100644
--- a/appl/cmd/man2html.b
+++ b/appl/cmd/man2html.b
@@ -1120,6 +1120,9 @@ getnext(g: ref Global): string
g.lastc = c;
case c {
+ ' ' =>
+ return " ";
+
# chars to ignore
'|' or '&' or '^' =>
return getnext(g);
diff --git a/dis/man2html.dis b/dis/man2html.dis
index 24a71104..ce64b9ea 100644
--- a/dis/man2html.dis
+++ b/dis/man2html.dis
Binary files differ
diff --git a/include/version.h b/include/version.h
index 329dcb7a..c4756491 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20081016)"
+#define VERSION "Fourth Edition (20081019)"
diff --git a/man/3/prog b/man/3/prog
index 675652f2..937cef0d 100644
--- a/man/3/prog
+++ b/man/3/prog
@@ -81,9 +81,7 @@ was opened, exits.
When such a child exits, it produces a string with three fields:
the pid of the exiting process, a space,
module name, enclosed in
-.B
-\&"\c
-\&'s,
+\ \f5"\fP's
and a possibly empty error message.
The error message will contain at most 64 characters.
.PP