diff options
| -rw-r--r-- | appl/cmd/man2html.b | 3 | ||||
| -rw-r--r-- | dis/man2html.dis | bin | 15911 -> 15942 bytes | |||
| -rw-r--r-- | include/version.h | 2 | ||||
| -rw-r--r-- | 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 Binary files differindex 24a71104..ce64b9ea 100644 --- a/dis/man2html.dis +++ b/dis/man2html.dis 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)" @@ -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 |
