Fixed spacing.
This commit is contained in:
parent
02484f2b53
commit
93685bb81e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user