Final fixes to man page handling.

Dr Mike <msf@redhat.com>
This commit is contained in:
rhlabs 1998-03-03 22:29:26 +00:00
parent b95b4bda04
commit dc29771a26

View file

@ -2223,7 +2223,7 @@ static char
char *endwith="..\n";
i=3;
c=c+j;
if (*c!='\n') {
if (*c!='\n' && strncmp(c, "\\\"", 2)) {
endwith=c-1;i=1;
c[-1]='.';
while (*c && *c!='\n') {