diff --git a/src/cmd/troff/n1.c b/src/cmd/troff/n1.c index adda8c4b..27496b2f 100644 --- a/src/cmd/troff/n1.c +++ b/src/cmd/troff/n1.c @@ -512,6 +512,8 @@ g0: case '\n': /* concealed newline */ numtabp[CD].val++; goto g0; + case '~': /* Heirloom/groff/neatroff: unbreakable space */ + ; /* fall through */ case ' ': /* unpaddable space */ i = UNPAD; goto gx;