diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-10-19 19:17:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-10-19 19:17:12 +0000 |
| commit | 67caa6f2e03da5fa0de343cf1532b88d4561ba04 (patch) | |
| tree | b6fae521991a9a165e1e1ed6d44ca272b4671cc5 | |
| parent | b5b00b350078ca83efdafe9bab0416d03a50da72 (diff) | |
20081019-2016
| -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 |
