From 67caa6f2e03da5fa0de343cf1532b88d4561ba04 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sun, 19 Oct 2008 19:17:12 +0000 Subject: 20081019-2016 --- appl/cmd/man2html.b | 3 +++ dis/man2html.dis | Bin 15911 -> 15942 bytes include/version.h | 2 +- man/3/prog | 4 +--- 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 Binary files a/dis/man2html.dis and b/dis/man2html.dis 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 -- cgit v1.2.3