Fixed spacing.

This commit is contained in:
Ruslan Ermilov 2002-05-18 14:17:53 +00:00
parent 02484f2b53
commit 93685bb81e

View File

@ -598,6 +598,7 @@ process_mdoc_line(char *line)
return;
if (line[0] != '.' || !isupper(line[1]) || !islower(line[2])) {
add_nroff(skip_spaces(line));
sbuf_append(whatis_proto, " ", 1);
return;
}
xref = strncmp(line, ".Xr", 3) == 0;